Metadata-Version: 2.1
Name: datclass
Version: 0.0.1
Summary: python package dataclass utils
Author: foyoux
Project-URL: Source, https://github.com/foyoux/datclass
Project-URL: Homepage, https://github.com/foyoux/datclass
Project-URL: Bug Tracker, https://github.com/foyoux/datclass/issues
Keywords: dataclass
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# datclass

python package datclass

## install

```sh
pip install -U datclass
pip install git+ssh://git@github.com/foyoux/datclass.git
pip install git+https://github.com/foyoux/datclass.git
```
