Metadata-Version: 2.1
Name: hestia-earth-schema
Version: 23.0.0
Summary: Hestia Schema library
Home-page: https://gitlab.com/hestia-earth/hestia-schema
Author: Guillaume Royer
Author-email: guillaumeroyer.mail@gmail.com
License: MIT
Keywords: hestia,schema
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# Hestia Schema

## License

This project is in the worldwide public domain, released under the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).

![Public Domain Dedication](https://licensebuttons.net/p/zero/1.0/88x31.png)

## Install

```bash
pip install hestia_earth.schema
```

### Usage

```python
from hestia_earth.schema import Cycle

cycle = Cycle()
cycle.fields.name = 'New Cycle'
```


