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 3 weeks ago
- Generic programming library for Python☆61Updated this week
- Ordered Set implementation in Cython☆75Updated 5 years ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆103Updated last week
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 2 years ago
- Set of tools to play with Python AST.☆86Updated 2 years ago
- A library that automatically infers dependencies for Python files☆176Updated last year
- Safely evaluate AST nodes without side effects☆45Updated 11 months ago
- (not ready yet) A simple but powerful job scheduler for Trio programs☆67Updated 4 years ago
- An AST unparser for Python☆228Updated last year
- Fast fractions reimplementation in Cython☆39Updated last week
- Operator overloading for fast anonymous functions.☆50Updated last month
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 3 weeks ago
- Python AST that abstracts the underlying Python version☆145Updated 5 months ago
- Make implemented in pure Python☆72Updated last year
- Jonga: Python function call graph visualization☆55Updated 6 months ago
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 6 years ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- An AST for Python code generation, in Python☆30Updated last month
- Fastest general-purpose parsing library for Python with a familiar API☆45Updated 3 weeks ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated this week
- ☆45Updated 10 months ago
- backport of lib2to3, with enhancements☆51Updated 6 months ago
- A Python Enum that inherits from str.☆118Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆84Updated 10 months ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated 11 months ago
- Discover and load entry points from installed packages☆75Updated 7 months ago
- Hypothesis strategies for generating Python programs, something like CSmith☆105Updated last year