Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.2 KB

Python Skeletons

obsolete JetBrains project

Deprecated: use PEP 484 and Typeshed instead

The python-skeletons repository is deprecated. There is now a standard for type hints in Python:

PyCharm 2017.1 and newer bundles the whole Typeshed repo, but only a few modules from it are actually enabled in PyCharm (including builtins, typing, six, and several others).

If you want to add any other module from Typeshed to your project, you can put it inside your project's root or into the source folders of your project.

Feel free to contribute your changes to the Typeshed repo. Make sure you've read the contributing notes. More modules from Typeshed will be enabled in the next versions of PyCharm.

See Also