hestia-earth-aggregation


Namehestia-earth-aggregation JSON
Version 0.20.7 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-aggregation-engine
SummaryHESTIA's aggregation engine.
upload_time2024-12-10 08:01:35
maintainerNone
docs_urlNone
authorHESTIA Team
requires_pythonNone
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HESTIA Aggregation Engine

[![Pipeline Status](https://gitlab.com/hestia-earth/hestia-aggregation-engine/badges/master/pipeline.svg)](https://gitlab.com/hestia-earth/hestia-aggregation-engine/commits/master)
[![Coverage Report](https://gitlab.com/hestia-earth/hestia-aggregation-engine/badges/master/coverage.svg)](https://gitlab.com/hestia-earth/hestia-aggregation-engine/commits/master)
[![Documentation Status](https://readthedocs.org/projects/hestia-aggregation-engine/badge/?version=latest)](https://hestia-aggregation-engine.readthedocs.io/en/latest/?badge=latest)

## Documentation

Official documentation can be found on [Read the Docs](https://hestia-aggregation-engine.readthedocs.io/en/latest/index.html).

Additional models documentation can be found in the [source folder](./hestia_earth/aggregation).

## Install

1. Install the module:
```bash
pip install hestia_earth.aggregation
```

### Usage

```python
import os
from hestia_earth.aggregation import aggregate

os.environ['API_URL'] = 'https://api.hestia.earth'
aggregates = aggregate(country_name='Japan')
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/hestia-earth/hestia-aggregation-engine",
    "name": "hestia-earth-aggregation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "HESTIA Team",
    "author_email": "guillaumeroyer.mail@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/78/d8453605201625f975f7778ae7a00b59f8ce45fdee2fa2a7b2ee6ecc4197/hestia-earth-aggregation-0.20.7.tar.gz",
    "platform": null,
    "description": "# HESTIA Aggregation Engine\n\n[![Pipeline Status](https://gitlab.com/hestia-earth/hestia-aggregation-engine/badges/master/pipeline.svg)](https://gitlab.com/hestia-earth/hestia-aggregation-engine/commits/master)\n[![Coverage Report](https://gitlab.com/hestia-earth/hestia-aggregation-engine/badges/master/coverage.svg)](https://gitlab.com/hestia-earth/hestia-aggregation-engine/commits/master)\n[![Documentation Status](https://readthedocs.org/projects/hestia-aggregation-engine/badge/?version=latest)](https://hestia-aggregation-engine.readthedocs.io/en/latest/?badge=latest)\n\n## Documentation\n\nOfficial documentation can be found on [Read the Docs](https://hestia-aggregation-engine.readthedocs.io/en/latest/index.html).\n\nAdditional models documentation can be found in the [source folder](./hestia_earth/aggregation).\n\n## Install\n\n1. Install the module:\n```bash\npip install hestia_earth.aggregation\n```\n\n### Usage\n\n```python\nimport os\nfrom hestia_earth.aggregation import aggregate\n\nos.environ['API_URL'] = 'https://api.hestia.earth'\naggregates = aggregate(country_name='Japan')\n```\n\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "HESTIA's aggregation engine.",
    "version": "0.20.7",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-aggregation-engine"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9517c26dc49446fc364a7167664f034c799f0884ad915ec16a6df3c9507dd22f",
                "md5": "94c80520bf68f00d973cb737c31ad036",
                "sha256": "02b07c20ef6d728f75b66f6699d2259e96a3aa149d7281262c8b5c646cec1e0a"
            },
            "downloads": -1,
            "filename": "hestia_earth_aggregation-0.20.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "94c80520bf68f00d973cb737c31ad036",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 45381,
            "upload_time": "2024-12-10T08:01:29",
            "upload_time_iso_8601": "2024-12-10T08:01:29.905641Z",
            "url": "https://files.pythonhosted.org/packages/95/17/c26dc49446fc364a7167664f034c799f0884ad915ec16a6df3c9507dd22f/hestia_earth_aggregation-0.20.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c78d8453605201625f975f7778ae7a00b59f8ce45fdee2fa2a7b2ee6ecc4197",
                "md5": "753e2783bab86fc5c7838357040e767c",
                "sha256": "0faa634ccef2fc1f1b3380019f9966b3fda293dcc0e03fc46289b20339e4a5b6"
            },
            "downloads": -1,
            "filename": "hestia-earth-aggregation-0.20.7.tar.gz",
            "has_sig": false,
            "md5_digest": "753e2783bab86fc5c7838357040e767c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29495,
            "upload_time": "2024-12-10T08:01:35",
            "upload_time_iso_8601": "2024-12-10T08:01:35.394331Z",
            "url": "https://files.pythonhosted.org/packages/9c/78/d8453605201625f975f7778ae7a00b59f8ce45fdee2fa2a7b2ee6ecc4197/hestia-earth-aggregation-0.20.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 08:01:35",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-aggregation-engine",
    "lcname": "hestia-earth-aggregation"
}
        
Elapsed time: 0.40452s