Skip to content

AThePeanut4/typeshed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeshed - now with docstrings!

This is a fork of typeshed adding docstrings to the type stubs, allowing Python language servers like basedpyright to provide documentation on hover for compiled modules or modules that build their docstrings at runtime.

How?

A daily CI job pulls from upstream and runs docify on the repo, adding docstrings by dynamically importing every module. The script is run on each OS that GitHub Actions supports (Ubuntu, macOS and Windows), and on every Python version supported by typeshed. Where possible, third-party packages are installed on the CI runners so that docstrings can also be added under stubs/.

Issues/Contributions

For anything relating to the actual type stubs, please head upstream, and for docstring-related issues, go to docify.

About

typeshed - now with docstrings!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%