epigraphhub


Nameepigraphhub JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/thegraphnetwork/epigraphhub_py
SummaryEpigraphhub Python package
upload_time2023-09-25 16:16:16
maintainer
docs_urlNone
authorthegraphnetwork
requires_python>=3.9,<3.11
licenseGNU GPL v3.0
keywords epidemiology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # epigraphhub_py

<div align="center">

[![Build status](https://github.com/thegraphnetwork/epigraphhub_py/workflows/build/badge.svg?branch=master&event=push)](https://github.com/thegraphnetwork/epigraphhub_py/actions?query=workflow%3Abuild)
[![Python Version](https://img.shields.io/pypi/pyversions/epigraphhub.svg)](https://pypi.org/project/epigraphhub/)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/thegraphnetwork/epigraphhub_py/releases)
[![License](https://img.shields.io/github/license/thegraphnetwork/epigraphhub_py)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/LICENSE)
![Coverage Report](assets/images/coverage.svg)

Epigraphhub Python package

</div>

The *EpiGraphHub library* is designed to provide external users with all of the analytical functionality used to power the [EpiGraphHub platform](https://epigraphhub.org/superset/welcome/) and its applications. In fact, all applications designed to run on the EpiGraphHub platform rely heavily on it.

This library should be used by users that want to contribute to the platform as well as by users that want to borrow some of the tools developed by our team in other opensource projects.

EpiGraphHub library allows users make and apply:

- Bayesian Statistics
- Epidemiological analysis
- Mathematical modelling
- Cost-effectiveness analysis
- Forecasting
- Machine Learning
- Text Mining
- Geo-Spatial analysis

The EpiGraphHub library is also available for the [R](https://github.com/thegraphnetwork/r-epigraphhub/blob/main/epigraphhub.Rproj) language.

## Installation

The EpigraphHub library can be installed using pip:

```
$ pip install epigraphhub
```

## Usage
View Example EpiGraphHub Applications in Our Documentation:

- [Downloading Google Trends Data (Python version)](https://epigraphhub-libraries.readthedocs.io/en/latest/data/trends.html#downloading-google-trends-data-python-version)
- [Fetching Raster data from WorldPop](https://epigraphhub-libraries.readthedocs.io/en/latest/data/worldpop.html)
- [Downloading data from World Bank Data](https://epigraphhub-libraries.readthedocs.io/en/latest/data/worldbank.html)
- [Epidemiological Data Analysis](https://epigraphhub-libraries.readthedocs.io/en/latest/analysis/index.html)

## Documentation

The official documentation is hosted on [ReadtheDocs](https://readthedocs.org/projects/epigraphhub-libraries/).

Check our [website](https://www.epigraphhub.org/) for most details about the EpiGraphHub project.

## How to contribute

If you want to contribute to EpiGraphHub, check our [Contributing Guide](https://github.com/thegraphnetwork/epigraphhub_py/blob/main/CONTRIBUTING.md).

## Code of conduct

Check our [Code of conduct](https://github.com/thegraphnetwork/epigraphhub_py/blob/main/CODE_OF_CONDUCT.md).

## 📈 Releases

You can see the list of available releases on the [GitHub Releases](https://github.com/thegraphnetwork/epigraphhub_py/releases) page.

## 🛡 License

[![License](https://img.shields.io/github/license/thegraphnetwork/epigraphhub_py)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/LICENSE)

This project is licensed under the terms of the `GNU GPL v3.0` license. See [LICENSE](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/LICENSE) for more details.

## 📃 Citation

```bibtex
@misc{epigraphhub_py,
  author = {thegraphnetwork},
  title = {Epigraphhub Python package},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/thegraphnetwork/epigraphhub_py}}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thegraphnetwork/epigraphhub_py",
    "name": "epigraphhub",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.11",
    "maintainer_email": "",
    "keywords": "epidemiology",
    "author": "thegraphnetwork",
    "author_email": "fccoelho@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/51/86/976d32053e8408864db843c252b7bc1ff51a5051fb22cd9df7c674be8805/epigraphhub-2.1.0.tar.gz",
    "platform": null,
    "description": "# epigraphhub_py\n\n<div align=\"center\">\n\n[![Build status](https://github.com/thegraphnetwork/epigraphhub_py/workflows/build/badge.svg?branch=master&event=push)](https://github.com/thegraphnetwork/epigraphhub_py/actions?query=workflow%3Abuild)\n[![Python Version](https://img.shields.io/pypi/pyversions/epigraphhub.svg)](https://pypi.org/project/epigraphhub/)\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)\n[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/.pre-commit-config.yaml)\n[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/thegraphnetwork/epigraphhub_py/releases)\n[![License](https://img.shields.io/github/license/thegraphnetwork/epigraphhub_py)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/LICENSE)\n![Coverage Report](assets/images/coverage.svg)\n\nEpigraphhub Python package\n\n</div>\n\nThe *EpiGraphHub library* is designed to provide external users with all of the analytical functionality used to power the [EpiGraphHub platform](https://epigraphhub.org/superset/welcome/) and its applications. In fact, all applications designed to run on the EpiGraphHub platform rely heavily on it.\n\nThis library should be used by users that want to contribute to the platform as well as by users that want to borrow some of the tools developed by our team in other opensource projects.\n\nEpiGraphHub library allows users make and apply:\n\n- Bayesian Statistics\n- Epidemiological analysis\n- Mathematical modelling\n- Cost-effectiveness analysis\n- Forecasting\n- Machine Learning\n- Text Mining\n- Geo-Spatial analysis\n\nThe EpiGraphHub library is also available for the [R](https://github.com/thegraphnetwork/r-epigraphhub/blob/main/epigraphhub.Rproj) language.\n\n## Installation\n\nThe EpigraphHub library can be installed using pip:\n\n```\n$ pip install epigraphhub\n```\n\n## Usage\nView Example EpiGraphHub Applications in Our Documentation:\n\n- [Downloading Google Trends Data (Python version)](https://epigraphhub-libraries.readthedocs.io/en/latest/data/trends.html#downloading-google-trends-data-python-version)\n- [Fetching Raster data from WorldPop](https://epigraphhub-libraries.readthedocs.io/en/latest/data/worldpop.html)\n- [Downloading data from World Bank Data](https://epigraphhub-libraries.readthedocs.io/en/latest/data/worldbank.html)\n- [Epidemiological Data Analysis](https://epigraphhub-libraries.readthedocs.io/en/latest/analysis/index.html)\n\n## Documentation\n\nThe official documentation is hosted on [ReadtheDocs](https://readthedocs.org/projects/epigraphhub-libraries/).\n\nCheck our [website](https://www.epigraphhub.org/) for most details about the EpiGraphHub project.\n\n## How to contribute\n\nIf you want to contribute to EpiGraphHub, check our [Contributing Guide](https://github.com/thegraphnetwork/epigraphhub_py/blob/main/CONTRIBUTING.md).\n\n## Code of conduct\n\nCheck our [Code of conduct](https://github.com/thegraphnetwork/epigraphhub_py/blob/main/CODE_OF_CONDUCT.md).\n\n## \ud83d\udcc8 Releases\n\nYou can see the list of available releases on the [GitHub Releases](https://github.com/thegraphnetwork/epigraphhub_py/releases) page.\n\n## \ud83d\udee1 License\n\n[![License](https://img.shields.io/github/license/thegraphnetwork/epigraphhub_py)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/LICENSE)\n\nThis project is licensed under the terms of the `GNU GPL v3.0` license. See [LICENSE](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/LICENSE) for more details.\n\n## \ud83d\udcc3 Citation\n\n```bibtex\n@misc{epigraphhub_py,\n  author = {thegraphnetwork},\n  title = {Epigraphhub Python package},\n  year = {2021},\n  publisher = {GitHub},\n  journal = {GitHub repository},\n  howpublished = {\\url{https://github.com/thegraphnetwork/epigraphhub_py}}\n}\n```\n",
    "bugtrack_url": null,
    "license": "GNU GPL v3.0",
    "summary": "Epigraphhub Python package",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/thegraphnetwork/epigraphhub_py",
        "Repository": "https://github.com/thegraphnetwork/epigraphhub_py"
    },
    "split_keywords": [
        "epidemiology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "432c4afea3de8aa99ba96935174dea0ca14de5dabd80f5eac05356810cc3a0ff",
                "md5": "d07e4275f944b55bcf4f380a42d82e87",
                "sha256": "ffb92cd5c07ef587d8e3f4164a48ac91decc83d79dc43f1c095b069f62fae175"
            },
            "downloads": -1,
            "filename": "epigraphhub-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d07e4275f944b55bcf4f380a42d82e87",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.11",
            "size": 92777,
            "upload_time": "2023-09-25T16:16:14",
            "upload_time_iso_8601": "2023-09-25T16:16:14.575967Z",
            "url": "https://files.pythonhosted.org/packages/43/2c/4afea3de8aa99ba96935174dea0ca14de5dabd80f5eac05356810cc3a0ff/epigraphhub-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5186976d32053e8408864db843c252b7bc1ff51a5051fb22cd9df7c674be8805",
                "md5": "214d0f7d63b6ca47bd9d009374af5f48",
                "sha256": "8164328c464150ba02c7f854fd5c890c8664ac8d9d2997c811c30ffbac4ff1f0"
            },
            "downloads": -1,
            "filename": "epigraphhub-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "214d0f7d63b6ca47bd9d009374af5f48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.11",
            "size": 79890,
            "upload_time": "2023-09-25T16:16:16",
            "upload_time_iso_8601": "2023-09-25T16:16:16.407949Z",
            "url": "https://files.pythonhosted.org/packages/51/86/976d32053e8408864db843c252b7bc1ff51a5051fb22cd9df7c674be8805/epigraphhub-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 16:16:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thegraphnetwork",
    "github_project": "epigraphhub_py",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "epigraphhub"
}
        
Elapsed time: 0.11574s