Metadata-Version: 2.1
Name: alea-data-resources
Version: 0.1.0
Summary: ALEA data resources library
Home-page: https://aleainstitute.ai/
License: MIT
Keywords: alea
Author: ALEA Institute
Author-email: hello@aleainstitute.ai
Requires-Python: >=3.10,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: httpx[http2] (>=0.27.2,<0.28.0)
Requires-Dist: tqdm (>=4.66.5,<5.0.0)
Project-URL: Repository, https://github.com/alea-institute/alea-data-resources
Description-Content-Type: text/markdown

# ALEA Data Resources

[![PyPI version](https://badge.fury.io/py/alea-data-resources.svg)](https://badge.fury.io/py/alea-data-resources)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Versions](https://img.shields.io/pypi/pyversions/alea-data-resources.svg)](https://pypi.org/project/alea-data-resources/)

## Description
This library provides functionality to download, cache, and access data resources used across ALEA projects, as well
as a centralized location for proper citation and licensing information for these resources.

## Installation

```bash
pip install alea-data-resources
```

Or as a `pipx` package for system-wide installation:

```bash
pipx install alea-data-resources
```

## Examples
```bash
# Download the CMU Pronouncing Dictionary
$ alea-data-resources download cmudict

# List all available data resources
$ alea-data-resources list

# List as JSON
$ alea-data-resources list --format json

# Delete a data resource
$ alea-data-resources delete cmudict
```

## License

This ALEA project is released under the MIT License. See the [LICENSE](LICENSE) file for details.

## Support

If you encounter any issues or have questions about using this ALEA project, please [open an issue](https://github.com/alea-institute/alea-data-resources/issues) on GitHub.

## Learn More

To learn more about ALEA and its software and research projects like KL3M, visit the [ALEA website](https://aleainstitute.ai/).

