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:
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Annotate Python AST trees with source text and token information☆188Updated last month
- Python AST that abstracts the underlying Python version☆146Updated 2 weeks ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated 2 weeks ago
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 6 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆68Updated 3 years ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 3 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Set of tools to play with Python AST.☆87Updated 3 years ago
- Operator overloading for fast anonymous functions.☆50Updated last week
- Generic programming library for Python☆61Updated this week
- Python wrapper for stdlib (and other) objects to give them a fluent interface.☆62Updated 7 months ago
- Static analysis of Python import statements☆124Updated 4 months ago
- Hypothesis extension to allow generating strings based on regex☆26Updated 6 years ago
- Safely evaluate AST nodes without side effects☆46Updated last year
- An llvm-based framework for generating and calling into high-performance native code from Python.☆200Updated last year
- A library that automatically infers dependencies for Python files☆177Updated last year
- ☆45Updated last year
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆113Updated this week
- Autologging automates logging setup and method tracing for Python classes.☆50Updated 3 weeks ago
- Domain Specific Languages in Python☆97Updated last year
- Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.☆34Updated 4 years ago
- Python library providing type-checked function calls at runtime☆98Updated last year
- Protocols intersection for mypy☆33Updated 7 months ago
- Fast fractions reimplementation in Cython☆39Updated last week
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- A file-based ORM for Python dataclasses.☆211Updated last week
- ☆82Updated 7 months ago
- backport of lib2to3, with enhancements☆53Updated 9 months ago