https://github.com/srittau/typeshed-completion
Completion status of Python's typeshed
https://github.com/srittau/typeshed-completion
python python3 types typeshed typing
Last synced: about 2 months ago
JSON representation
Completion status of Python's typeshed
- Host: GitHub
- URL: https://github.com/srittau/typeshed-completion
- Owner: srittau
- License: mit
- Created: 2018-06-24T15:04:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T13:58:16.000Z (almost 6 years ago)
- Last Synced: 2025-12-26T09:35:04.435Z (6 months ago)
- Topics: python, python3, types, typeshed, typing
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typeshed-completion
This repository is supposed to document how complete the Python stubs of
[typeshed](https://github.com/python/typeshed) are in comparison to Python's
standard library.
## Find problems
The `find-problems.py` script can be used to spot potential problems
in typeshed. By default it will check the modules marked as *unchecked*
in `COMPLETION.md`. It can also be called with a single stub file or a
directory of stub files as argument.
The following flags are supported:
* `-a` - Warn about `Any` annotations.
* `-c` - Warn about type comments.
* `-M` - Suppress warnings about missing annotations.
`find-problems.py` requires Python 3.8 or higher.