A set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated packages once sufficiently complete.
Перейти к файлу
JudeJ 1286e858ae Fixups after code review by Pygame folks 2020-09-02 13:11:16 -07:00
.vscode Ran black and isort on pygame and fixed a few other errors caught by pyright. 2020-08-21 17:25:13 -07:00
aiofiles Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
cachetools Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
deprecated Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
doc/pandas Fix a few issues with the docs to merge and named them with the proper suffix. 2020-08-07 22:54:22 -07:00
filelock Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
freezegun Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
markdown Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
packaging Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
pandas Fix a few issues with the docs to merge and named them with the proper suffix. 2020-08-07 22:54:22 -07:00
pendulum Added some packages that had type hints in comments/docstrings. 2020-07-28 12:07:25 -07:00
pygame Fixups after code review by Pygame folks 2020-09-02 13:11:16 -07:00
retry Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
slugify Removed stub files that have been submitted to typeshed and replaced with README.md files. 2020-08-21 17:19:13 -07:00
tenacity Added some packages that had type hints in comments/docstrings. 2020-07-28 12:07:25 -07:00
utils Create README.md 2020-08-07 09:53:05 -07:00
.gitignore Minor tweaks 2020-08-03 11:54:29 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-27 16:50:19 -07:00
LICENSE Initial LICENSE commit 2020-07-27 16:50:18 -07:00
README.md Initial README.md commit 2020-07-27 16:50:20 -07:00
SECURITY.md Initial SECURITY.md commit 2020-07-27 16:50:21 -07:00
pyproject.toml Create pyproject.toml 2020-07-31 14:27:51 -07:00

README.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.