# Galtea SDK
<p align="center">
<img src="https://galtea.ai/img/galtea_mod.png" alt="Galtea" width="500" height="auto"/>
</p>
<p align="center">
<strong>Comprehensive AI/LLM Testing & Evaluation Framework</strong>
</p>
<p align="center">
<a href="https://pypi.org/project/galtea/">
<img src="https://img.shields.io/pypi/v/galtea.svg" alt="PyPI version">
</a>
<a href="https://pypi.org/project/galtea/">
<img src="https://img.shields.io/pypi/pyversions/galtea.svg" alt="Python versions">
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
</a>
</p>
## Overview
Galtea SDK empowers AI engineers, ML engineers and data scientists to rigorously test and evaluate their AI products. With a focus on reliability and transparency, Galtea offers:
1. **Automated Test Dataset Generation** - Create comprehensive test datasets tailored to your AI product
2. **Sophisticated Product Evaluation** - Evaluate your AI products across multiple dimensions
## Documentation
**All SDK usage and API documentation has moved to our official docs:** [Galtea SDK Documentation](https://docs.galtea.ai/sdk/introduction)
---
## Development
This project uses Poetry for dependency management and packaging.
### Development Setup
```bash
# Print the command to activate the virtual environment
poetry env activate
# Activate the virtual environment by copy-pasting the command
# Example: C:\Users\user\AppData\Local\pypoetry\Cache\virtualenvs\galtea-MmpOHh8e-py3.12\Scripts\activate.ps1
# Install dependencies
poetry install
```
> Exit the virtual environment with `exit` command.
### Running Tests
Tests are located in the `tests/` directory. To run all tests:
```bash
poetry run pytest
```
### Building the Project
To build the project:
```bash
poetry build
```
This will create distribution packages (wheel and source distribution) in the `dist/` directory.
## License
Apache License 2.0
Raw data
{
"_id": null,
"home_page": "https://galtea.ai/",
"name": "galtea",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.9",
"maintainer_email": null,
"keywords": "MLOps, ML Experiment Tracking, ML Model Registry, ML Model Store, ML Metadata Store",
"author": "galtea.ai",
"author_email": "info@galtea.ai",
"download_url": "https://files.pythonhosted.org/packages/af/27/22aa1173b6bd37fa1ecc58a82c98df27657beccf21bd226f643e56db049c/galtea-2.6.1.tar.gz",
"platform": null,
"description": "# Galtea SDK\n\n<p align=\"center\">\n <img src=\"https://galtea.ai/img/galtea_mod.png\" alt=\"Galtea\" width=\"500\" height=\"auto\"/>\n</p>\n\n<p align=\"center\">\n <strong>Comprehensive AI/LLM Testing & Evaluation Framework</strong>\n</p>\n\n<p align=\"center\">\n\t<a href=\"https://pypi.org/project/galtea/\">\n\t\t<img src=\"https://img.shields.io/pypi/v/galtea.svg\" alt=\"PyPI version\">\n\t</a>\n\t<a href=\"https://pypi.org/project/galtea/\">\n\t\t<img src=\"https://img.shields.io/pypi/pyversions/galtea.svg\" alt=\"Python versions\">\n\t</a>\n\t<a href=\"https://www.apache.org/licenses/LICENSE-2.0\">\n\t\t<img src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\" alt=\"License\">\n\t</a>\n</p>\n\n## Overview\n\nGaltea SDK empowers AI engineers, ML engineers and data scientists to rigorously test and evaluate their AI products. With a focus on reliability and transparency, Galtea offers:\n\n1. **Automated Test Dataset Generation** - Create comprehensive test datasets tailored to your AI product\n2. **Sophisticated Product Evaluation** - Evaluate your AI products across multiple dimensions\n\n## Documentation\n\n**All SDK usage and API documentation has moved to our official docs:** [Galtea SDK Documentation](https://docs.galtea.ai/sdk/introduction)\n\n---\n\n## Development\n\nThis project uses Poetry for dependency management and packaging.\n\n### Development Setup\n\n```bash\n# Print the command to activate the virtual environment\npoetry env activate\n\n# Activate the virtual environment by copy-pasting the command\n# Example: C:\\Users\\user\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\galtea-MmpOHh8e-py3.12\\Scripts\\activate.ps1\n\n# Install dependencies\npoetry install\n```\n\n> Exit the virtual environment with `exit` command.\n\n### Running Tests\n\nTests are located in the `tests/` directory. To run all tests:\n\n```bash\npoetry run pytest\n```\n\n### Building the Project\n\nTo build the project:\n\n```bash\npoetry build\n```\n\nThis will create distribution packages (wheel and source distribution) in the `dist/` directory.\n\n## License\n\nApache License 2.0\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Galtea software development kit",
"version": "2.6.1",
"project_urls": {
"Documentation": "https://docs.galtea.ai/",
"Homepage": "https://galtea.ai/",
"Repository": "https://github.com/Galtea-AI/galtea"
},
"split_keywords": [
"mlops",
" ml experiment tracking",
" ml model registry",
" ml model store",
" ml metadata store"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "24398bc35db74113b231ebc89db7eed84a2afc634247da4f168c1d6508c743f7",
"md5": "02f778cb4cb23cc102aa77069ba7552f",
"sha256": "c9948defd0ac636de01beaa4bdc480076864a3b847f96b448630ccb72c6d5ad8"
},
"downloads": -1,
"filename": "galtea-2.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "02f778cb4cb23cc102aa77069ba7552f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.9",
"size": 40376,
"upload_time": "2025-07-28T12:21:01",
"upload_time_iso_8601": "2025-07-28T12:21:01.396276Z",
"url": "https://files.pythonhosted.org/packages/24/39/8bc35db74113b231ebc89db7eed84a2afc634247da4f168c1d6508c743f7/galtea-2.6.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "af2722aa1173b6bd37fa1ecc58a82c98df27657beccf21bd226f643e56db049c",
"md5": "cd8f0f70c1cf75064bebd9033135d6be",
"sha256": "95341517bf9366c3a5cce52e4701d1dcf99d78916dafe79dcff03166c91a8e97"
},
"downloads": -1,
"filename": "galtea-2.6.1.tar.gz",
"has_sig": false,
"md5_digest": "cd8f0f70c1cf75064bebd9033135d6be",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.14,>=3.9",
"size": 27926,
"upload_time": "2025-07-28T12:21:02",
"upload_time_iso_8601": "2025-07-28T12:21:02.612714Z",
"url": "https://files.pythonhosted.org/packages/af/27/22aa1173b6bd37fa1ecc58a82c98df27657beccf21bd226f643e56db049c/galtea-2.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-28 12:21:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Galtea-AI",
"github_project": "galtea",
"github_not_found": true,
"lcname": "galtea"
}