2 Star 0 Fork 0

mirrors_virtuald/pybind11-stubgen

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
setup.py 493 Bytes
Copy Edit Raw Blame History
Sergei Izmailov authored 5 years ago . Release 0.3.4
from setuptools import setup
setup(
name='pybind11-stubgen',
maintainer="Sergei Izmailov",
maintainer_email="sergei.a.izmailov@gmail.com",
description="PEP 561 type stubs generator for pybind11 modules",
url="https://github.com/sizmailov/pybind11-stubgen",
version="0.3.4",
long_description=open("README.rst").read(),
license="BSD",
entry_points={'console_scripts': 'pybind11-stubgen = pybind11_stubgen.__init__:main'},
packages=['pybind11_stubgen']
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_virtuald/pybind11-stubgen.git
git@gitee.com:mirrors_virtuald/pybind11-stubgen.git
mirrors_virtuald
pybind11-stubgen
pybind11-stubgen
master

Search