hestia-earth-schema


Namehestia-earth-schema JSON
Version 27.1.0 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-schema
SummaryHestia Schema library
upload_time2024-03-05 10:34:24
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/30/88/e0210c54327cded1a81a277ce1cb6ed457dc417e7502f5aa4e179bee5e77/hestia-earth-schema-27.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": "27.1.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-schema"
    },
    "split_keywords": [
        "hestia",
        "schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7994d24d2c73b2caf446b2bdd6ae668ca2eefa913cd43580b6dc700c4bee21da",
                "md5": "cb230ab5a34f5b8d22d2dcb82031cf3b",
                "sha256": "7536ac87ce4ab53e5cc3ec93e24fa33d143ede4c76bba9c290b4052df73f1f85"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-27.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb230ab5a34f5b8d22d2dcb82031cf3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 18434,
            "upload_time": "2024-03-05T10:34:22",
            "upload_time_iso_8601": "2024-03-05T10:34:22.945927Z",
            "url": "https://files.pythonhosted.org/packages/79/94/d24d2c73b2caf446b2bdd6ae668ca2eefa913cd43580b6dc700c4bee21da/hestia_earth_schema-27.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3088e0210c54327cded1a81a277ce1cb6ed457dc417e7502f5aa4e179bee5e77",
                "md5": "12b62fa427e573c8b94907b44b0b3293",
                "sha256": "33f3ac48dfd533cd3f97bd41280be677ef43d18118f917173f48c9820fbde26c"
            },
            "downloads": -1,
            "filename": "hestia-earth-schema-27.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "12b62fa427e573c8b94907b44b0b3293",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 18268,
            "upload_time": "2024-03-05T10:34:24",
            "upload_time_iso_8601": "2024-03-05T10:34:24.936595Z",
            "url": "https://files.pythonhosted.org/packages/30/88/e0210c54327cded1a81a277ce1cb6ed457dc417e7502f5aa4e179bee5e77/hestia-earth-schema-27.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 10:34:24",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-schema",
    "lcname": "hestia-earth-schema"
}
        
Elapsed time: 0.21042s