hestia-earth-schema


Namehestia-earth-schema JSON
Version 30.6.1 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-schema
SummaryHESTIA Schema library
upload_time2025-02-03 11:10:21
maintainerNone
docs_urlNone
authorGuillaume Royer
requires_python>=3
licenseMIT
keywords hestia schema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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'
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/hestia-earth/hestia-schema",
    "name": "hestia-earth-schema",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "hestia, schema",
    "author": "Guillaume Royer",
    "author_email": "guillaumeroyer.mail@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/e0/f8cb39de1affcae48151a2709f3a0a776dc29bd6bc42fdf82e0691abd280/hestia_earth_schema-30.6.1.tar.gz",
    "platform": null,
    "description": "# HESTIA Schema\n\n## License\n\nThis project is in the worldwide public domain, released under the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).\n\n![Public Domain Dedication](https://licensebuttons.net/p/zero/1.0/88x31.png)\n\n## Install\n\n```bash\npip install hestia_earth.schema\n```\n\n### Usage\n\n```python\nfrom hestia_earth.schema import Cycle\n\ncycle = Cycle()\ncycle.fields.name = 'New Cycle'\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "HESTIA Schema library",
    "version": "30.6.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-schema"
    },
    "split_keywords": [
        "hestia",
        " schema"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd285455167cfe31eb260980ece3a92df1a3e6ce48867377b3431dbdff6ed722",
                "md5": "41fe29a9b5bd4b3746237cb663ecb2ea",
                "sha256": "5c81a235e86b07130af82b415ba570ef53f361026795038e199fa42a2b5da234"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-30.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41fe29a9b5bd4b3746237cb663ecb2ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 19631,
            "upload_time": "2025-02-03T11:10:19",
            "upload_time_iso_8601": "2025-02-03T11:10:19.860439Z",
            "url": "https://files.pythonhosted.org/packages/dd/28/5455167cfe31eb260980ece3a92df1a3e6ce48867377b3431dbdff6ed722/hestia_earth_schema-30.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68e0f8cb39de1affcae48151a2709f3a0a776dc29bd6bc42fdf82e0691abd280",
                "md5": "20371c244852ce1b19d3bbcbce7a5132",
                "sha256": "124ebf398a77a8feb81c2c2221bd681b047f5cc9b32cdc2b42641eaaab670bad"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-30.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "20371c244852ce1b19d3bbcbce7a5132",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 19495,
            "upload_time": "2025-02-03T11:10:21",
            "upload_time_iso_8601": "2025-02-03T11:10:21.824409Z",
            "url": "https://files.pythonhosted.org/packages/68/e0/f8cb39de1affcae48151a2709f3a0a776dc29bd6bc42fdf82e0691abd280/hestia_earth_schema-30.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 11:10:21",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-schema",
    "lcname": "hestia-earth-schema"
}
        
Elapsed time: 6.03260s