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:
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Annotate Python AST trees with source text and token information☆191Updated last week
- Set of tools to play with Python AST.☆87Updated 3 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- IntelliJ IDE plugin for the Python debugger birdseye☆30Updated 7 years ago
- Lazy attributes for Python objects☆53Updated last year
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆117Updated last week
- Generic programming library for Python☆61Updated this week
- Ordered Set implementation in Cython☆75Updated 5 years ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated last week
- A library that automatically infers dependencies for Python files☆177Updated last year
- Make implemented in pure Python☆73Updated last year
- Python AST that abstracts the underlying Python version☆146Updated 2 weeks ago
- Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.☆34Updated 4 years ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- Python 3 AST unparser with type comments support.☆31Updated 6 years ago
- An AST unparser for Python☆230Updated 2 years ago
- Modified fork of CPython's ast module that parses `# type:` comments☆232Updated 2 years ago
- Declarative, type-safe command line argument parsers from dataclasses and attrs classes☆65Updated last month
- Safely evaluate AST nodes without side effects☆49Updated last year
- 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
- Static analysis of Python import statements☆124Updated this week
- Hypothesis strategies for generating Python programs, something like CSmith☆107Updated last year
- A Python 3 extension for writing structured and reusable inline HTML.☆171Updated 5 years ago
- automatic persistence for Python objects☆47Updated last week
- Hypothesis extension to allow generating strings based on regex☆26Updated 7 years ago
- The Python-only web framework☆129Updated last year
- a re-implementation of the asyncio mainloop on top of Trio☆202Updated 8 months ago