Support for generating pep484 .pyi stubs
未关闭
- 主要语言
- C++
- 星标
- 537
- 派生
- 223
- 平均合并
- 11 小时 22 分钟
- 30 天内合并 PR
- 2
描述
[Static typing in python](https://realpython.com/python-type-checking/) (aka PEP-484) is gaining a lot of traction, with linting tools like [mypy](https://mypy.readthedocs.io/en/latest/) reaching maturity, and support in IDEs -- like PyCharm, VSCode, and Sublime -- for using pyi stubs to drive code inspection and completion. Stubs are particularly impactful for c/c++ bindings which are opaque to static inspectors.
pyi stub generation is already supported by other python binding generators like pybind11, shiboken, and sip.
Has this feature been discussed at all in boost-dev circles?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。