Metadata-Version: 2.4
Name: hestia_earth_schema
Version: 35.0.1
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
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# 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'
```
