[Python-Dev] PEP 557: Data Classes (original) (raw)
Eric V. Smith eric at trueblade.com
Sun Sep 10 19:54:48 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 557: Data Classes
- Next message (by thread): [Python-Dev] PEP 557: Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 9/8/2017 11:01 AM, Eric V. Smith wrote:
Oops, I forgot the link. It should show up shortly at https://www.python.org/dev/peps/pep-0557/.
And now I've pushed a version that works with Python 3.6 to PyPI at https://pypi.python.org/pypi/dataclasses
It implements the PEP as it currently stands. I'll be making some tweaks in the coming weeks. Feedback is welcomed.
The repo is at https://github.com/ericvsmith/dataclasses
Eric.
- Previous message (by thread): [Python-Dev] PEP 557: Data Classes
- Next message (by thread): [Python-Dev] PEP 557: Data Classes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]