zmitchell / annotation-abuseLinks
Rust-like macros in Python by abusing type annotations
☆63Updated 6 years ago
Alternatives and similar repositories for annotation-abuse
Users that are interested in annotation-abuse are comparing it to the libraries listed below
Sorting:
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated last week
- Typemap - The Annotator (TM)☆55Updated 7 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 2 months ago
- A plugin for flake8 integrating Mypy.☆101Updated 5 years ago
- Easy anonymous functions by partial application of operators☆102Updated last year
- Network protocol implementations in Python, sans I/O☆150Updated 2 months ago
- Pure Python Dependency Resolution (see https://github.com/sarugaku/resolvelib/ instead)☆80Updated 6 years ago
- A generic dependency-resolution library written in pure Python