Metadata-Version: 2.3
Name: oi-tools
Version: 0.1.6
Summary: Python package for Opportunity Insights.
Author: The Opportunity Insights Team, Alistair Pattison
Author-email: The Opportunity Insights Team <info@opportunityinsights.org>, Alistair Pattison <alistairpattison@gmail.com>
Requires-Dist: humanfriendly>=10.0
Requires-Dist: inflection>=0.5.1
Requires-Dist: polars>=1.32.0
Requires-Dist: rich>=14.1.0
Requires-Dist: typer>=0.16.0
Requires-Dist: joblib>=1.5.3 ; extra == 'inflation'
Requires-Dist: requests>=2.32.5 ; extra == 'inflation'
Requires-Dist: plotnine>=0.13.6 ; extra == 'plotnine'
Requires-Python: >=3.9
Provides-Extra: inflation
Provides-Extra: plotnine
Description-Content-Type: text/markdown

# oi-tools

[See the documentation for more info](https://opportunityinsights.github.io/oi-tools)

## Installation

To install the most recent version of the package from PyPI:

```bash
# using uv (recommended)
uv add oi-tools

# using pip
pip install oi-tools
```
To install the most-recent development version from git:

```bash
uv add git+https://github.com/OpportunityInsights/oi-tools
pip install git+https://github.com/OpportunityInsights/oi-tools
```

At the moment, we support Python 3.9 and newer.

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md).

