Metadata-Version: 2.1
Name: hestia_earth.schema
Version: 0.6.2
Summary: Hestia Schema library
Home-page: https://gitlab.com/hestia-earth/hestia-schema
Author: Guillaume Royer
Author-email: guillaumeroyer.mail@gmail.com
License: GPL-3.0-or-later
Description: # 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'
        ```
        
Keywords: hestia,schema
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
