smarie / python-autoclass
A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).
☆37Updated 4 years ago
Alternatives and similar repositories for python-autoclass:
Users that are interested in python-autoclass are comparing it to the libraries listed below
- Set of tools to play with Python AST.☆83Updated 2 years ago
- Fast fractions reimplementation in Cython☆39Updated 2 months ago
- Annotate Python AST trees with source text and token information☆179Updated 3 weeks ago
- Operator overloading for fast anonymous functions.☆50Updated 2 months ago
- An AST for Python code generation, in Python☆30Updated 4 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Miscellaneous extensions to Trio, the friendly Python async I/O library☆26Updated 9 months ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆44Updated 3 months ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆63Updated 3 years ago
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 6 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆101Updated last week
- Hypothesis strategies for generating Python programs, something like CSmith☆102Updated last year
- An unofficial, importable pip API☆114Updated last week
- Compares Python's text parsing libraries☆24Updated 3 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- CPU parallelism for Trio☆59Updated last week
- Automatic __slots__ for your Python classes☆62Updated 5 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆55Updated last month
- Pytest plugin for trio☆54Updated 8 months ago
- Utility library for the Python Trio async/await framework☆71Updated 5 months ago
- A simple program and library to auto generate API documentation for Python modules.☆77Updated last year
- Delayed iteration for polling and retries.☆30Updated 5 months ago
- Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.☆34Updated 3 years ago
- A new Python HTTP client for everybody☆80Updated 4 years ago
- Discover and load entry points from installed packages☆74Updated 5 months ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆220Updated 9 months ago
- Capture the outcome of Python function calls☆32Updated last month
- ☆55Updated last month