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 3 years ago
Alternatives and similar repositories for python-autoclass:
Users that are interested in python-autoclass are comparing it to the libraries listed below
- 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
- Python library providing type-checked function calls at runtime☆98Updated 6 months ago
- CPU parallelism for Trio☆57Updated 3 weeks ago
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Fast fractions reimplementation in Cython☆39Updated 2 weeks ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Capture the outcome of Python function calls☆32Updated 3 weeks ago
- Fastest general-purpose parsing library for Python with a familiar API☆44Updated last month
- Caching for humans☆63Updated 8 years ago
- Ordered Set implementation in Cython☆74Updated 5 years ago
- Extend Python syntax with HTML.☆88Updated 4 years ago
- Generic programming library for Python☆62Updated this week
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆99Updated this week
- Compares Python's text parsing libraries☆24Updated 3 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆63Updated 3 years ago
- Lazy attributes for Python objects☆52Updated 9 months ago
- Discover and load entry points from installed packages☆74Updated 3 months ago
- Python AST that abstracts the underlying Python version☆144Updated last month
- Annotate Python AST trees with source text and token information☆177Updated 2 weeks ago
- Flake8 extension for enforcing trailing commas in python☆133Updated 10 months ago
- Carefully crafted library to operate with continuous streams of data in a reactive style with publish/subscribe, asyncio support and brok…☆74Updated last year
- Super-fast and clean conversions to numbers for Python.☆107Updated 2 weeks ago
- Miscellaneous extensions to Trio, the friendly Python async I/O library☆26Updated 7 months ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Safely evaluate AST nodes without side effects☆44Updated 8 months ago
- automatic persistence for Python objects☆46Updated 2 weeks ago
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 3 years ago
- Delayed iteration for polling and retries.☆30Updated 4 months ago
- a re-implementation of the asyncio mainloop on top of Trio☆192Updated this week