typesplainer
Type explainer
An interactive tool to explain and describe types in Python code
A Python type explainer!
82 stars
3 watching
2 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 86 |
jorenham/optype | A library that provides runtime-checkable type protocols for operator overloading in Python | 24 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 349 |
siddhuwarrier/python-typeutils | A utility library that provides a type checking decorator for Python functions. | 1 |
aldanor/typo | A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
python/typing_extensions | A module that provides experimental type hints and enables use of new type system features on older Python versions. | 451 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
dropbox/pyannotate | A tool to automatically add type annotations to Python code based on runtime call arguments and return types. | 1,428 |
pvs-hd-tea/pytypes | Infer static type information from Python code by tracing execution paths | 11 |
mbattyani/cl-typesetting | A Common Lisp library for building typesetting applications. | 69 |
jellezijlstra/autotyping | Automatically adds type annotations to code | 241 |
halchester/getmytypes | A tool to automate installing type definitions into project dependencies. | 10 |
loyada/typedpy | A comprehensive type system for Python that provides strict type checking and conversion between Python data structures and JSON-like formats. | 16 |