Metadata-Version: 2.3
Name: HerdCats
Version: 0.1.3
Summary: A tool for exploring open data sources.
License: MIT
Keywords: open data,data catalogues,datastores,ckan,open datasoft
Author: christophercarlon
Author-email: chris@enmeshed.dev
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: adalflow (>=1.0.4,<2.0.0)
Requires-Dist: boto3 (>=1.35.23,<2.0.0)
Requires-Dist: duckdb (>=1.0.0,<2.0.0)
Requires-Dist: fastexcel (>=0.11.6,<0.12.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: openai (>=1.76.2,<2.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: polars (>=1.5.0,<2.0.0)
Requires-Dist: pyarrow (>=17.0.0,<18.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Project-URL: Homepage, https://github.com/CHRISCARLON/Herding-CATs
Project-URL: Repository, https://github.com/CHRISCARLON/Herding-CATs
Description-Content-Type: text/markdown

# HerdingCATs 🐈‍⬛

[![codecov](https://codecov.io/gh/CHRISCARLON/Herding-CATs/graph/badge.svg?token=Y9Z0QA39S3)](https://codecov.io/gh/CHRISCARLON/Herding-CATs)

[Documentation](https://herdingcats.dev)📚

> [!NOTE]
> Version 0.1.3 PyPi is now available .
>
> HerdingCATs is currently under active development.
>
> Features may change as the project evolves.

---

**The aim of this project is simple...**

Speed up how data analysts explore and interact with open data sources.

- Navigate the open data ecosystem
- Find the data that you need
- Get that data into a format and/or location for further analysis

**Install Commands:**

```bash
pip install HerdCats
```

or

```bash
poetry add HerdCats
```

or

```bash
uv add HerdCats
```

---

## Contributing

Contributions are welcome! Please feel free to submit a PR.

For major changes, please open an issue first to discuss what you would like to change.

