hestia-earth-schema


Namehestia-earth-schema JSON
Version 23.3.0 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-schema
SummaryHestia Schema library
upload_time2023-09-25 13:37:25
maintainer
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": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "hestia,schema",
    "author": "Guillaume Royer",
    "author_email": "guillaumeroyer.mail@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/78/30383f6ec60e598cff99ce5b48aa083f0ce529cf0b4cd442ff8c9a74ad41/hestia-earth-schema-23.3.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": "23.3.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-schema"
    },
    "split_keywords": [
        "hestia",
        "schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cabf25f86796b230c26ccac647f32b5c573f2878c1987db43d3cc6ec920d483b",
                "md5": "66e1cb69a4431836cd3ac2612c279844",
                "sha256": "19645b1750c01f46145aa4f0cef85ca40a8a244b837c4d4f2a3da74b216b1295"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-23.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66e1cb69a4431836cd3ac2612c279844",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 17722,
            "upload_time": "2023-09-25T13:37:22",
            "upload_time_iso_8601": "2023-09-25T13:37:22.730410Z",
            "url": "https://files.pythonhosted.org/packages/ca/bf/25f86796b230c26ccac647f32b5c573f2878c1987db43d3cc6ec920d483b/hestia_earth_schema-23.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d7830383f6ec60e598cff99ce5b48aa083f0ce529cf0b4cd442ff8c9a74ad41",
                "md5": "edd0d6736b2e5c7b64d5831e8f8fd9ee",
                "sha256": "2686145f2003dcf7b19325fef72384afa42afabb571a705a01007437b60e0b33"
            },
            "downloads": -1,
            "filename": "hestia-earth-schema-23.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "edd0d6736b2e5c7b64d5831e8f8fd9ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 17694,
            "upload_time": "2023-09-25T13:37:25",
            "upload_time_iso_8601": "2023-09-25T13:37:25.494762Z",
            "url": "https://files.pythonhosted.org/packages/5d/78/30383f6ec60e598cff99ce5b48aa083f0ce529cf0b4cd442ff8c9a74ad41/hestia-earth-schema-23.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 13:37:25",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-schema",
    "lcname": "hestia-earth-schema"
}
        
Elapsed time: 0.16887s