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
- Modern, declarative argument parser for Python 3.6+☆37Updated 6 years ago
- Ordered Set implementation in Cython☆74Updated 4 years ago
- CPU parallelism for Trio☆56Updated 2 weeks ago
- Generic programming library for Python☆62Updated this week
- Fastest general-purpose parsing library for Python with a familiar API☆44Updated 4 months ago
- Capture the outcome of Python function calls☆31Updated 6 months ago
- Compares Python's text parsing libraries☆24Updated 2 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆63Updated 2 years ago
- `FrozenList` is a `list`-like structure that implements `collections.abc.MutableSequence` and can be made immutable.☆97Updated last week
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated last year
- Extend Python syntax with HTML.☆87Updated 4 years ago
- Caching for humans☆64Updated 8 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- a re-implementation of the asyncio mainloop on top of Trio☆190Updated 8 months ago
- An experiment to use infix operators in Python☆56Updated 6 years ago
- Decorator which checks whether the function is called with the correct type of parameters.☆110Updated last week
- Operator overloading for fast anonymous functions.☆50Updated 2 weeks ago
- Grammars suitable for lark parser and Hypothesis☆43Updated 9 months ago
- A JSON5 serializer and parser library for Python 3 written in Cython.☆147Updated 2 weeks 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
- The Python-only web framework☆130Updated 5 months ago
- Discover and load entry points from installed packages☆73Updated last month
- Pretty print the output of python stdlib `ast.parse`.☆191Updated last week
- A command-line script and importable function which strips type hints from Python programs.☆45Updated 3 years ago
- automatic persistence for Python objects☆46Updated 2 months ago
- Automatic __slots__ for your Python classes☆62Updated last month
- Annotate Python AST trees with source text and token information☆175Updated last week
- An unofficial, importable pip API☆111Updated 2 months ago
- ☆60Updated 2 months ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated 10 months ago