hestia-earth-aggregation


Namehestia-earth-aggregation JSON
Version 0.19.1 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-aggregation-engine
SummaryHestia's aggregation engine.
upload_time2024-04-02 10:37:19
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/2a/c4/138c9779416b378438c26099d038bcce701d95801795393ce47768453763/hestia-earth-aggregation-0.19.1.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.19.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-aggregation-engine"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "173a9aedb223395a30e40e3c79d86818472937cfd5b9b6a55f671ae45176382f",
                "md5": "eaa244ad4af8ebbcf09d2fd9cca0ceda",
                "sha256": "025f8dd3f19e80fc3a8baa64bc92d98d15690d4ee71867cfd2fbbe31d3232bd9"
            },
            "downloads": -1,
            "filename": "hestia_earth_aggregation-0.19.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eaa244ad4af8ebbcf09d2fd9cca0ceda",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 43836,
            "upload_time": "2024-04-02T10:37:18",
            "upload_time_iso_8601": "2024-04-02T10:37:18.391840Z",
            "url": "https://files.pythonhosted.org/packages/17/3a/9aedb223395a30e40e3c79d86818472937cfd5b9b6a55f671ae45176382f/hestia_earth_aggregation-0.19.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ac4138c9779416b378438c26099d038bcce701d95801795393ce47768453763",
                "md5": "ae2482a0fa9938cf3e13c211157e54a0",
                "sha256": "d720a8a2335cb7deed498e79de1dca9a336f2e8d282c3d989c1c5f0fc0db34e6"
            },
            "downloads": -1,
            "filename": "hestia-earth-aggregation-0.19.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ae2482a0fa9938cf3e13c211157e54a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28215,
            "upload_time": "2024-04-02T10:37:19",
            "upload_time_iso_8601": "2024-04-02T10:37:19.852837Z",
            "url": "https://files.pythonhosted.org/packages/2a/c4/138c9779416b378438c26099d038bcce701d95801795393ce47768453763/hestia-earth-aggregation-0.19.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 10:37:19",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-aggregation-engine",
    "lcname": "hestia-earth-aggregation"
}
        
Elapsed time: 0.31500s