smarie / python-autoclassLinks
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 :).
☆38Updated 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
Sorting:
- Annotate Python AST trees with source text and token information☆182Updated 2 months ago
- Compares Python's text parsing libraries☆24Updated 3 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆102Updated this week
- Generic programming library for Python☆61Updated last week
- Operator overloading for fast anonymous functions.☆50Updated last week
- Fastest general-purpose parsing library for Python with a familiar API☆45Updated last week
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 2 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆66Updated 3 years ago
- Caching for humans☆63Updated 8 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated last month
- Utilities for run-time type validation and multiple dispatch☆167Updated 3 months ago
- Cython PyParsing implementation.☆30Updated 8 months ago
- Set of tools to play with Python AST.☆85Updated 2 years ago
- automatic persistence for Python objects☆46Updated 2 weeks ago
- Capture the outcome of Python function calls☆34Updated 2 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- a re-implementation of the asyncio mainloop on top of Trio☆196Updated 3 months ago
- Discover and load entry points from installed packages☆75Updated 6 months ago
- Lazy attributes for Python objects☆53Updated last year
- Decorator which checks whether the function is called with the correct type of parameters.☆111Updated this week
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 9 months ago
- An experiment to use infix operators in Python☆57Updated 6 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆55Updated 3 weeks ago
- Python async data processing microframework☆40Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- Safely evaluate AST nodes without side effects☆44Updated 11 months ago
- Automagically inline python methods☆110Updated 10 years ago
- An AST for Python code generation, in Python☆30Updated 2 weeks ago
- Declarative, explicit, tool-friendly finite state machines in Python☆23Updated 5 years ago