Related Software#
The Python ecosystem containsa variety of packages designed to make it easier to work with classes. The following list is by no means exhaustive. If we missed anything, feel free to open a Pull Request.
Table of contents
Defining classes#
Libraries#
Project Name |
Description |
|---|---|
Python classes without boilerplate |
|
Decorators and functions for generating special methods based on PEP557 |
Related frameworks#
Project name |
Description |
|---|---|
Make your Python code clearer and more reliable by declaring parameters |
|
User defined classes with type checking, dynamically computed defaults and more |
|
Data parsing and validation using type hints |