abarker / strip-hints
A command-line script and importable function which strips type hints from Python programs.
☆42Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for strip-hints
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- A JSON5 serializer and parser library for Python 3 written in Cython.☆143Updated this week
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆215Updated 3 months ago
- A simple immutable mapping for python☆111Updated 2 years ago
- Tool for translation type comments to type annotations in Python☆141Updated 7 months ago
- ☆55Updated this week
- Option groups missing in Click☆106Updated 3 weeks ago
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆200Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆62Updated 2 years ago
- A generic dependency-resolution library written in pure Python☆79Updated 4 years ago
- A fast and thorough lazy object proxy.☆247Updated 2 months ago
- A fast and flexible reimplementation of data classes☆82Updated last year
- Discover and load entry points from installed packages☆74Updated last year
- Runtime inspection utilities for Python typing module☆350Updated 2 months ago
- A plugin for Flake8 that provides specializations for type hinting stub files☆73Updated 3 weeks ago
- Enable git-like did-you-mean feature in click☆99Updated 7 months ago
- Generate waterfalls from `-Ximporttime` tracing.☆109Updated last week
- Modifies strings to all use the same quote where possible☆94Updated 2 years ago
- A file-based ORM for Python dataclasses.☆198Updated last week
- forge (python signatures) for fun and profit☆104Updated 3 years ago
- The mypy playground. Try mypy with your web browser.☆71Updated this week
- Safe, atomic formatting with black and µsort☆98Updated 2 weeks ago
- ☆44Updated 2 months ago
- Utilities based on Pythons iterators and generators.☆93Updated last month
- String case converter for python.☆206Updated last year
- flake8 plugin which checks that typing imports are properly guarded☆49Updated last week
- Decorator which checks whether the function is called with the correct type of parameters.☆108Updated last month
- A library for versioning your Python projects.☆139Updated this week
- Automatically convert relative imports to absolute☆158Updated 4 months ago
- Typical: Fast, simple, & correct data-validation using Python 3 typing.