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☆183Updated 2 months ago
- Set of tools to play with Python AST.☆87Updated 2 years ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 2 weeks ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Generic programming library for Python☆61Updated last week
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆107Updated last week
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 6 years ago
- Operator overloading for fast anonymous functions.☆50Updated this week
- Utilities for run-time type validation and multiple dispatch☆170Updated 2 weeks ago
- Autologging automates logging setup and method tracing for Python classes.☆50Updated last year
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 3 years ago
- Hypothesis extension to allow generating strings based on regex☆26Updated 6 years ago
- Make implemented in pure Python☆72Updated last year
- Python AST that abstracts the underlying Python version☆146Updated 6 months ago
- Write compiled bytecode inline with pure Python. 🤖☆79Updated 11 months ago
- A file-based ORM for Python dataclasses.☆211Updated last month
- Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.☆34Updated 4 years ago
- A Python Enum that inherits from str.☆118Updated last year
- An llvm-based framework for generating and calling into high-performance native code from Python.☆199Updated last year
- Safely evaluate AST nodes without side effects☆46Updated last year
- An AST unparser for Python☆228Updated 2 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Python library providing type-checked function calls at runtime☆98Updated last year
- Utility library for the Python Trio async/await framework☆74Updated 9 months ago
- Backport for type hinting generics in standard collections and union types as X | Y☆18Updated 4 years ago
- A Python 3 extension for writing structured and reusable inline HTML.☆170Updated 5 years ago
- A fast and flexible reimplementation of data classes☆84Updated 2 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated last year