# 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/).
Raw data
{
"_id": null,
"home_page": "https://aleainstitute.ai/",
"name": "alea-data-resources",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.10",
"maintainer_email": null,
"keywords": "alea",
"author": "ALEA Institute",
"author_email": "hello@aleainstitute.ai",
"download_url": "https://files.pythonhosted.org/packages/f8/31/e6407dfef1e413e3c415c6203f437ef745e0a6ead4fffbb2135ff29d0cbc/alea_data_resources-0.1.0.tar.gz",
"platform": null,
"description": "# ALEA Data Resources\n\n[![PyPI version](https://badge.fury.io/py/alea-data-resources.svg)](https://badge.fury.io/py/alea-data-resources)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python Versions](https://img.shields.io/pypi/pyversions/alea-data-resources.svg)](https://pypi.org/project/alea-data-resources/)\n\n## Description\nThis library provides functionality to download, cache, and access data resources used across ALEA projects, as well\nas a centralized location for proper citation and licensing information for these resources.\n\n## Installation\n\n```bash\npip install alea-data-resources\n```\n\nOr as a `pipx` package for system-wide installation:\n\n```bash\npipx install alea-data-resources\n```\n\n## Examples\n```bash\n# Download the CMU Pronouncing Dictionary\n$ alea-data-resources download cmudict\n\n# List all available data resources\n$ alea-data-resources list\n\n# List as JSON\n$ alea-data-resources list --format json\n\n# Delete a data resource\n$ alea-data-resources delete cmudict\n```\n\n## License\n\nThis ALEA project is released under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf 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.\n\n## Learn More\n\nTo learn more about ALEA and its software and research projects like KL3M, visit the [ALEA website](https://aleainstitute.ai/).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "ALEA data resources library",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://aleainstitute.ai/",
"Repository": "https://github.com/alea-institute/alea-data-resources"
},
"split_keywords": [
"alea"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bea8e2930116ad05f9f5babb76587f978b7d21511a1c77c930feab3e8d3221be",
"md5": "4a4534a67b29b1489a3b856c84f5acec",
"sha256": "05df1a7a0237685fddd9e7ba4715303786a481e4cd791b740b708b0765f63fb6"
},
"downloads": -1,
"filename": "alea_data_resources-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4a4534a67b29b1489a3b856c84f5acec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.10",
"size": 12002,
"upload_time": "2024-09-15T14:47:07",
"upload_time_iso_8601": "2024-09-15T14:47:07.136633Z",
"url": "https://files.pythonhosted.org/packages/be/a8/e2930116ad05f9f5babb76587f978b7d21511a1c77c930feab3e8d3221be/alea_data_resources-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f831e6407dfef1e413e3c415c6203f437ef745e0a6ead4fffbb2135ff29d0cbc",
"md5": "a41ab93a1d90da87549b64e9caac7836",
"sha256": "3b72ae256ea9a09feb7ba1d917709af62932492d1d2693fab0ea41cfd7f85a7c"
},
"downloads": -1,
"filename": "alea_data_resources-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a41ab93a1d90da87549b64e9caac7836",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.10",
"size": 9165,
"upload_time": "2024-09-15T14:47:08",
"upload_time_iso_8601": "2024-09-15T14:47:08.949671Z",
"url": "https://files.pythonhosted.org/packages/f8/31/e6407dfef1e413e3c415c6203f437ef745e0a6ead4fffbb2135ff29d0cbc/alea_data_resources-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-15 14:47:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "alea-institute",
"github_project": "alea-data-resources",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "alea-data-resources"
}