hubdata¶
The goal of hubdata is to provide tools for accessing and working with hubverse Hub data using Python.
This package is part of the hubverse ecosystem, which aims to provide a set of tools for infectious disease modeling hubs to share and collaborate on their work.
Introduction¶
This package’s objective is to implement a minimum viable product (MVP) Python version of the hubverse’s hubData R package. Our initial users are hubverse developers working on internal Python tools, plus hubverse partners who wish to access data from Python programs.
Installation¶
Latest¶
Install the latest version from the Python Package Index (PyPI) hubdata project via the standard pip install
command:
pip install --upgrade pip
pip install hubdata
Development¶
You can install the development version with:
pip install --upgrade pip
pip install git+https://github.com/hubverse-org/hub-data
Contributing¶
To contribute to the project, please see CONTRIBUTING.md.