Metadata-Version: 2.4
Name: ccao
Version: 1.3.1
Summary: Convenience Functions and Datasets for the Cook County Assessor's Office
Author-email: Jean Cochrane <jean.cochrane@cookcountyil.gov>, Dan Snow <daniel.snow@cookcountyil.gov>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.4.3
Requires-Dist: numpy>=1.23.1
Provides-Extra: dev
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: ruff>=0.8.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: Sphinx>=7.0; extra == "docs"
Requires-Dist: myst-parser>=1.0.0; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.16.0; extra == "docs"
Requires-Dist: sphinx-pyproject>=0.3.0; extra == "docs"
Requires-Dist: sphinx-autobuild>=2024.10.3; extra == "docs"

# CCAO Python package

This is a Python version of the [`ccao` R
package](https://ccao-data.github.io/ccao/), providing utilities for
managing, distributing, and version controlling *CCAO-specific* functions
used throughout CCAO applications, models, and diagnostics. For generalized
versions of assessment-related functions, see
[assesspy](https://github.com/ccao-data/assesspy).

## Installation

Install the latest release of `ccao` from PyPI:

```bash
pip install ccao
```

## Usage

See [the documentation](https://ccao-data.github.io/ccao/python/)
for detailed API reference.

## Development

See [`DEVELOPMENT.md`](https://github.com/ccao-data/ccao/blob/master/python/DEVELOPMENT.md)
for instructions on setting up a development environment.
