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☆191Updated last week
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 7 years ago
- Set of tools to play with Python AST.☆87Updated 3 years ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- Generic programming library for Python☆61Updated this week
- Ordered Set implementation in Cython☆75Updated 5 years ago
- An AST unparser for Python☆230Updated 2 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Python AST that abstracts the underlying Python version☆146Updated 2 weeks ago
- a re-implementation of the asyncio mainloop on top of Trio☆200Updated 8 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆107Updated last year
- Operator overloading for fast anonymous functions.☆50Updated 3 weeks ago
- A fast and flexible reimplementation of data classes☆85Updated 2 years ago
- A library that automatically infers dependencies for Python files☆177Updated last year
- An llvm-based framework for generating and calling into high-performance native code from Python.☆200Updated last year
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆76Updated this week
- Hypothesis extension to allow generating strings based on regex☆26Updated 7 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆48Updated 5 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆117Updated last week
- backport of lib2to3, with enhancements☆53Updated 10 months ago
- ☆45Updated this week
- An experiment to use infix operators in Python☆57Updated 6 years ago
- Safely evaluate AST nodes without side effects☆49Updated last year
- Utility library for the Python Trio async/await framework☆73Updated last year
- Make implemented in pure Python☆73Updated last year
- automatic persistence for Python objects☆47Updated last week
- Utilities for run-time type validation and multiple dispatch☆171Updated 2 weeks ago
- Python 3 AST unparser with type comments support.☆31Updated 6 years ago