Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvs-hd-tea/PyTypes
Infer Types by Python Tracing
https://github.com/pvs-hd-tea/PyTypes
Last synced: 3 months ago
JSON representation
Infer Types by Python Tracing
- Host: GitHub
- URL: https://github.com/pvs-hd-tea/PyTypes
- Owner: pvs-hd-tea
- License: mit
- Created: 2022-05-05T07:44:11.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-29T14:57:48.000Z (about 2 years ago)
- Last Synced: 2024-04-29T11:32:02.614Z (6 months ago)
- Language: Python
- Size: 1.88 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-typing - PyTypes - Infer Types by Python Tracing. (Tools / Helper tools to add annotations to existing code)
README
[![codecov](https://codecov.io/gh/pvs-hd-tea/PyTypes/branch/develop/graph/badge.svg?token=OEML7U2KD9)](https://codecov.io/gh/pvs-hd-tea/PyTypes)
# PyTypes
Infer Types by Python Tracing## Documentation
Everything about how PyTypes works can be found [here](https://pvs-hd-tea.github.io/PyTypes).
A more low-level explanation of which classes do what can be found under the API section.