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☆187Updated 2 weeks ago
- Set of tools to play with Python AST.☆87Updated 2 years ago
- Generic programming library for Python☆61Updated this week
- A library that automatically infers dependencies for Python files☆176Updated last year
- Python wrapper for stdlib (and other) objects to give them a fluent interface.☆62Updated 6 months ago
- An llvm-based framework for generating and calling into high-performance native code from Python.☆200Updated last year
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- An AST unparser for Python☆228Updated 2 years ago
- Pretty print the output of python stdlib `ast.parse`.☆197Updated last month
- a re-implementation of the asyncio mainloop on top of Trio☆197Updated 6 months ago
- Python AST that abstracts the underlying Python version☆146Updated this week
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆199Updated 2 years ago
- A JSON5 serializer and parser library for Python 3 written in Cython.☆171Updated last week
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 3 years ago
- Jonga: Python function call graph visualization☆55Updated 8 months ago
- Static analysis of Python import statements☆124Updated 3 months ago
- Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.☆34Updated 4 years ago
- Protocols intersection for mypy☆33Updated 6 months ago
- Autologging automates logging setup and method tracing for Python classes.☆50Updated last week
- Safely evaluate AST nodes without side effects☆46Updated last year
- Python library providing type-checked function calls at runtime☆98Updated last year
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 6 years ago
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Python 3 AST unparser with type comments support.☆31Updated 5 years ago
- A simple immutable dictionary for Python☆164Updated 6 months ago
- Operator overloading for fast anonymous functions.☆50Updated 3 weeks ago
- Utilities for run-time type validation and multiple dispatch☆170Updated last month
- An experiment to use infix operators in Python☆57Updated 6 years ago
- Declarative, type-safe command line argument parsers from dataclasses and attrs classes☆63Updated last year