All Projects → JetBrains → Python Skeletons

JetBrains / Python Skeletons

Licence: other
The python-skeltons repo is deprecated: use PEP 484 and Typeshed instead

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].