Metadata-Version: 2.1
Name: HerdCats
Version: 0.1.0
Summary: A tool for exploring open data catalogues
Home-page: https://github.com/CHRISCARLON/Herding-CATs
License: MIT
Keywords: open data,data catalogues,datastores,ckan,open datasoft
Author: christophercarlon
Author-email: chris@enmeshed.dev
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (>=1.35.23,<2.0.0)
Requires-Dist: duckdb (==1.0.0)
Requires-Dist: fastexcel (>=0.11.6,<0.12.0)
Requires-Dist: loguru (>=0.7.2,<0.8.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: 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📚 => [HERE](https://chriscarlon.github.io/herding-cats/)

> [!NOTE]  
> Version 0.1.0 PyPi coming soon.
>
> Herding-CATs is currently under active development.
>
> Features may change as the project evolves.
>
> Due to slight variations in how organisations set up and deploy their open data catalogues, methods may not work 100% of the time for all catalogues.
>
> We will do our best to ensure that most methods work across all catalogues and that a good variety of data catalogues is present.

---

**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

**PyPi package coming soon.**

```bash
pip install HerdingCats
```

or

```bash
poetry add HerdingCats
```

---

## 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.

