hestia-earth-schema


Namehestia-earth-schema JSON
Version 30.6.0 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-schema
SummaryHESTIA Schema library
upload_time2025-01-28 07:55:10
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/3b/1b/5f3cc264d3358c3dfacf9550f2dc3f7a501eb5635586ed9bab5084a9551e/hestia_earth_schema-30.6.0.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.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-schema"
    },
    "split_keywords": [
        "hestia",
        " schema"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e11798cec8fdb43920873219ae81d91723c23dfacc373e09b501ef2d71200df",
                "md5": "4b55667265a6378ab0442ce3ae88facc",
                "sha256": "3edf5270c16ee5d16ffa25bf749a2f45fd78be943a9f66b07deb8f34755d22d4"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-30.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b55667265a6378ab0442ce3ae88facc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 19630,
            "upload_time": "2025-01-28T07:55:06",
            "upload_time_iso_8601": "2025-01-28T07:55:06.792894Z",
            "url": "https://files.pythonhosted.org/packages/4e/11/798cec8fdb43920873219ae81d91723c23dfacc373e09b501ef2d71200df/hestia_earth_schema-30.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b1b5f3cc264d3358c3dfacf9550f2dc3f7a501eb5635586ed9bab5084a9551e",
                "md5": "a9237400873e047d2f0d85f071099d54",
                "sha256": "b5a3daf6e4dfea29bb77b9167c2d31a1427663814be498e0bf0ba1a14c3116d1"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-30.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a9237400873e047d2f0d85f071099d54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 19473,
            "upload_time": "2025-01-28T07:55:10",
            "upload_time_iso_8601": "2025-01-28T07:55:10.692701Z",
            "url": "https://files.pythonhosted.org/packages/3b/1b/5f3cc264d3358c3dfacf9550f2dc3f7a501eb5635586ed9bab5084a9551e/hestia_earth_schema-30.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-28 07:55:10",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-schema",
    "lcname": "hestia-earth-schema"
}
        
Elapsed time: 0.43383s