smarie / python-autoclass
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 :).
☆37Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for python-autoclass
- Operator overloading for fast anonymous functions.☆50Updated this week
- Generic programming library for Python☆60Updated this week
- A JSON5 serializer and parser library for Python 3 written in Cython.☆143Updated this week
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated last year
- Compares Python's text parsing libraries☆24Updated 2 years ago
- Capture the outcome of Python function calls☆32Updated 4 months ago
- Caching for humans☆63Updated 8 years ago
- Fast fractions reimplementation in Cython☆37Updated 4 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆45Updated last week
- A simple program and library to auto generate API documentation for Python modules.☆76Updated last year
- Fastest general-purpose parsing library for Python with a familiar API☆43Updated 2 months ago
- Annotate Python AST trees with source text and token information☆172Updated last month
- Partial evaluation for Python with syntactic sugar☆36Updated 8 years ago
- A small DSL to write HTML in Python.☆57Updated 5 years ago
- CPU parallelism for Trio☆55Updated this week
- Define fields in python classes. Easily.☆45Updated last year
- `FrozenList` is a `list`-like structure that implements `collections.abc.MutableSequence` and can be made immutable.☆96Updated last week
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆216Updated 3 months ago
- Hypothesis extension to allow generating strings based on regex☆26Updated 6 years ago
- Lazy attributes for Python objects☆52Updated 5 months ago
- Ordered Set implementation in Cython☆74Updated 4 years ago
- An experiment to use infix operators in Python☆56Updated 5 years ago
- A fast and thorough lazy object proxy.☆247Updated this week
- Pretty print the output of python stdlib `ast.parse`.☆190Updated 3 weeks ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆62Updated 2 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.☆78Updated 3 months ago
- Python Meta Programming☆142Updated 2 years ago
- Domain Specific Languages in Python☆97Updated 11 months ago