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☆192Updated 3 weeks ago
- Set of tools to play with Python AST.☆86Updated 3 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Python 3 AST unparser with type comments support.☆31Updated 6 years ago
- A library that automatically infers dependencies for Python files☆177Updated last year
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 7 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)☆71Updated 2 months ago
- Python AST that abstracts the underlying Python version☆145Updated 2 months ago
- An AST unparser for Python☆229Updated 2 years ago
- Safely evaluate AST nodes without side effects☆50Updated 3 weeks ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- A file-based ORM for Python dataclasses.☆211Updated this week
- Make implemented in pure Python☆73Updated 2 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆146Updated 3 years ago
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- automatic persistence for Python objects☆47Updated last month
- ☆86Updated 2 months ago
- Lazy attributes for Python objects☆53Updated last year
- Python wrapper for stdlib (and other) objects to give them a fluent interface.☆63Updated 11 months ago
- Declarative, type-safe command line argument parsers from dataclasses and attrs classes☆65Updated last week
- File system based database that uses python pickles☆73Updated 2 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆110Updated last year
- ☆47Updated 3 weeks ago
- Python library providing type-checked function calls at runtime☆99Updated last year
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆225Updated last year
- Hypothesis extension to allow generating strings based on regex☆26Updated 7 years ago
- backport of lib2to3, with enhancements☆53Updated last year
- Modified fork of CPython's ast module that parses `# type:` comments☆233Updated 2 years ago
- Autologging automates logging setup and method tracing for Python classes.☆49Updated 4 months ago