Metadata-Version: 2.4
Name: hubdata
Version: 0.1.3
Summary: Python tools for accessing and working with hubverse Hub data
Author-email: Matthew Cornell <cornell@umass.edu>
Maintainer-email: Matthew Cornell <cornell@umass.edu>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.8
Requires-Dist: pyarrow>=19.0.1
Requires-Dist: rich
Requires-Dist: structlog

# 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](https://hubverse.io/) 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](https://hubverse-org.github.io/hubData/). 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](https://pypi.org/project/hubdata/) via the standard `pip install` command:

```bash
pip install --upgrade pip
pip install hubdata
```

### Development

You can install the development version with:

```bash
pip install --upgrade pip
pip install git+https://github.com/hubverse-org/hub-data
```

## Contributing

To contribute to the project, please see [CONTRIBUTING.md](CONTRIBUTING.md).
