dataclasses 0.8
0
A backport of the dataclasses module for Python 3.6
Contents
A backport of the dataclasses module for Python 3.6
Stars: 584, Watchers: 584, Forks: 53, Open Issues: 8The ericvsmith/dataclasses
repo was created 7 years ago and the last code push was 3 months ago.
The project is popular with 584 github stars!
How to Install dataclasses
You can install dataclasses using pip
pip install dataclasses
or add it to a project with poetry
poetry add dataclasses
Package Details
- Author
- Eric V. Smith
- License
- Apache
- Homepage
- https://github.com/ericvsmith/dataclasses
- PyPi:
- https://pypi.org/project/dataclasses/
- GitHub Repo:
- https://github.com/ericvsmith/dataclasses
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common dataclasses errors.
Code Examples
Here are some dataclasses
code examples and snippets.