PyTypes

Type inferencer

Infer static type information from Python code by tracing execution paths

Infer Types by Python Tracing

GitHub

11 stars
3 watching
1 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
saltudelft/type4pyAn open-source software framework for deep learning-based type inference in Python62
realpython/pytest-mypyAutomates mypy static type checking as part of pytest test runs249
stewori/pytypesProvides runtime typechecking and annotation tools for Python to enforce strict type compatibility201
typeddjango/pytest-mypy-pluginsA plugin for testing type checking and stubs using mypy and pytest107
orsinium-labs/infer-typesA CLI tool to automatically add type annotations into Python code86
davidfritzsche/pytest-mypy-testingA tool to verify mypy's static type analysis output31
mariusvniekerk/pytest-monkeytypeA pytest plugin that generates annotations and stubs for Python modules based on their type definitions43
dry-python/classesEnables typed polymorphism and type-safe business logic in Python without inheritance or interfaces.678
antonagestam/phantom-typesPhantom types enable safe parsing and validation of data by making certain states unrepresentable at compile time205
python-security/pytA tool that analyzes Python web applications for potential security vulnerabilities2,181
hauntsaninja/useful_typesProvides commonly used data structures and protocols in Python to improve code clarity and maintainability115
yinwang0/pysonar2A semantic indexer for Python code, enabling batch processing and interprocedural type inference to build indexes for code browsers and search engines.1,395
mplanchard/safetywrapTypesafe wrappers for handling errors and absent data in Python44
wishtack/pysyntheticA set of tools that simplify Python class creation by reducing boilerplate code and enforcing type checking.15