hestia-earth-schema


Namehestia-earth-schema JSON
Version 30.1.0 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-schema
SummaryHESTIA Schema library
upload_time2024-09-03 10:19:53
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/b6/e7/262394a9ba7f8cc97ef9bbc9604db67cfd695f945d0ef88168955e4272bd/hestia-earth-schema-30.1.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.1.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-schema"
    },
    "split_keywords": [
        "hestia",
        " schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "786b914385936220b446a2d657f44b1c76691876299e5e3317d1e9cdb875448d",
                "md5": "305e9ef7e40ecba714ff8bf9cf002233",
                "sha256": "2f024524f566abae27dff5a46ec907097335798d17a6630df39247ef9d88c9a9"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-30.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "305e9ef7e40ecba714ff8bf9cf002233",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 18896,
            "upload_time": "2024-09-03T10:19:52",
            "upload_time_iso_8601": "2024-09-03T10:19:52.423948Z",
            "url": "https://files.pythonhosted.org/packages/78/6b/914385936220b446a2d657f44b1c76691876299e5e3317d1e9cdb875448d/hestia_earth_schema-30.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6e7262394a9ba7f8cc97ef9bbc9604db67cfd695f945d0ef88168955e4272bd",
                "md5": "172bcb865e6dfcae894adfdebbafe3ab",
                "sha256": "0bcbd3d21c93fad63fd45721aeeb1218d22266924055f3644e4aa4db37580a7e"
            },
            "downloads": -1,
            "filename": "hestia-earth-schema-30.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "172bcb865e6dfcae894adfdebbafe3ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 18778,
            "upload_time": "2024-09-03T10:19:53",
            "upload_time_iso_8601": "2024-09-03T10:19:53.602009Z",
            "url": "https://files.pythonhosted.org/packages/b6/e7/262394a9ba7f8cc97ef9bbc9604db67cfd695f945d0ef88168955e4272bd/hestia-earth-schema-30.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 10:19:53",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-schema",
    "lcname": "hestia-earth-schema"
}
        
Elapsed time: 0.31951s