hestia-earth-schema


Namehestia-earth-schema JSON
Version 27.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-schema
SummaryHestia Schema library
upload_time2024-04-29 08:49:48
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/02/7a/6dbcf9e1490611fb440c315f626cce43004047be758a650feec9d92a6b30/hestia-earth-schema-27.2.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.2.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-schema"
    },
    "split_keywords": [
        "hestia",
        " schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1036c8204349b35bc887edfc4a24870e3a3d3dc168f87953616b7aa83cf0a927",
                "md5": "671c968150f9c30d180b05ae3c1404ed",
                "sha256": "8b3f4964ad1b20ca2a57189387a49ca2c1f75f6deae61fafbd6d2b35628694c8"
            },
            "downloads": -1,
            "filename": "hestia_earth_schema-27.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "671c968150f9c30d180b05ae3c1404ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 18439,
            "upload_time": "2024-04-29T08:49:43",
            "upload_time_iso_8601": "2024-04-29T08:49:43.656945Z",
            "url": "https://files.pythonhosted.org/packages/10/36/c8204349b35bc887edfc4a24870e3a3d3dc168f87953616b7aa83cf0a927/hestia_earth_schema-27.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "027a6dbcf9e1490611fb440c315f626cce43004047be758a650feec9d92a6b30",
                "md5": "04305027fb4f14eae0f251515e9f5561",
                "sha256": "1dc7d08ef970e7006051ee874d13ef3535a176b9590d376b9680be38a17fd25c"
            },
            "downloads": -1,
            "filename": "hestia-earth-schema-27.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "04305027fb4f14eae0f251515e9f5561",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 18294,
            "upload_time": "2024-04-29T08:49:48",
            "upload_time_iso_8601": "2024-04-29T08:49:48.411864Z",
            "url": "https://files.pythonhosted.org/packages/02/7a/6dbcf9e1490611fb440c315f626cce43004047be758a650feec9d92a6b30/hestia-earth-schema-27.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 08:49:48",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-schema",
    "lcname": "hestia-earth-schema"
}
        
Elapsed time: 0.25075s