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 2 weeks ago
- Set of tools to play with Python AST.☆87Updated 3 years ago
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 7 years ago
- Python AST that abstracts the underlying Python version☆146Updated 3 weeks ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Python wrapper for stdlib (and other) objects to give them a fluent interface.☆62Updated 9 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- An AST unparser for Python☆230Updated 2 years ago
- Generic programming library for Python☆61Updated this week
- A library that automatically infers dependencies for Python files☆177Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆195Updated this week
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Python 3 AST unparser with type comments support.☆31Updated 6 years ago
- A file-based ORM for Python dataclasses.☆210Updated this week
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- Visual Studio Code Syntax highlighter for Cython☆46Updated 2 years ago
- Python library providing type-checked function calls at runtime☆99Updated last year
- Safely evaluate AST nodes without side effects☆49Updated last year
- A fast and flexible reimplementation of data classes☆85Updated 2 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated 2 weeks ago
- Utilities for run-time type validation and multiple dispatch☆172Updated 2 weeks ago
- Operator overloading for fast anonymous functions.☆50Updated this week
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆76Updated this week
- An llvm-based framework for generating and calling into high-performance native code from Python.☆200Updated last year
- Hypothesis strategies for generating Python programs, something like CSmith☆108Updated last year
- Domain Specific Languages in Python☆97Updated 2 years ago
- backport of lib2to3, with enhancements☆53Updated 11 months ago
- Modified fork of CPython's ast module that parses `# type:` comments☆233Updated 2 years ago
- Backport for type hinting generics in standard collections and union types as X | Y☆19Updated 4 years ago
- Static analysis of Python import statements☆124Updated last week