Metadata-Version: 2.4
Name: dataclass_pprint_repr
Version: 0.1.2
Summary: A decorator to enhance dataclass __repr__ formatting using pprint.
Home-page: https://github.com/ted-love/dataclass_pprint_repr
Author: Your Name
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary



A small utility that prettifies `__repr__` for dataclasses using `pprint`.
