typing_inspect
Type inspector
Provides utilities for inspecting and analyzing Python types at runtime
Runtime inspection utilities for Python typing module
352 stars
12 watching
35 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
introspectionpythonpython3type-hintstyping
Related projects:
Repository | Description | Stars |
---|---|---|
| A Python library that simplifies type checking and validation in object-oriented coding | 22 |
| Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
| A CLI tool to automatically add type annotations into Python code | 86 |
| A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
| Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
| A tool to analyze Python code for type errors and other issues | 350 |
| A Python static type checker with additional features to improve typing and error reporting. | 148 |
| Enforces consistent use of optional type annotations in Python code | 17 |
| A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
| A runtime type checking library for Python functions with annotations | 1,569 |
| Translates type comments to type annotations in Python source code | 142 |
| A collection of helpers and utilities to aid in dealing with types at static analysis and runtime. | 9 |
| A utility library that provides a type checking decorator for Python functions. | 1 |
| A plugin for testing type checking and stubs using mypy and pytest | 107 |