Contents

dataclasses 0.8

0

A backport of the dataclasses module for Python 3.6

A backport of the dataclasses module for Python 3.6

Stars: 581, Watchers: 581, Forks: 51, Open Issues: 8

The ericvsmith/dataclasses repo was created 6 years ago and the last code push was 2 years ago.
The project is popular with 581 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
No  dataclasses  pypi packages just yet.

Errors

A list of common dataclasses errors.

Code Examples

Here are some dataclasses code examples and snippets.