# galileo-core
Shared schemas and configuration for Galileo's Python packages.
## Running Tests
This project uses [Poetry](https://python-poetry.org/) for dependency management and [pytest](https://pytest.org/) as the test runner.
To install the test dependencies and run the test suite, use:
```bash
poetry install --with test
poetry run pytest
```
Or you could run:
```bash
inv test
```
- The first command installs all dependencies, including those needed for testing.
- The second command runs the entire test suite in parallel (as configured in `pyproject.toml`).
If you are developing locally and using this package as a dependency in other projects (e.g., the Galileo API), make sure to use the local path override in your `pyproject.toml`:
```toml
galileo-core = { path = "../galileo-core", develop = true }
```
Raw data
{
"_id": null,
"home_page": null,
"name": "galileo-core",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8.1",
"maintainer_email": null,
"keywords": "llm, quality, language_models, galileo",
"author": "Galileo Technologies Inc.",
"author_email": "team@rungalileo.io",
"download_url": "https://files.pythonhosted.org/packages/0f/0f/fc563923ae7cf2b974ed4d731c69af21f7b1428a0857d3584e964f294967/galileo_core-3.67.0.tar.gz",
"platform": null,
"description": "# galileo-core\n\nShared schemas and configuration for Galileo's Python packages.\n\n## Running Tests\n\nThis project uses [Poetry](https://python-poetry.org/) for dependency management and [pytest](https://pytest.org/) as the test runner.\n\nTo install the test dependencies and run the test suite, use:\n\n```bash\npoetry install --with test\npoetry run pytest\n```\n\nOr you could run:\n\n```bash\ninv test\n```\n\n- The first command installs all dependencies, including those needed for testing.\n- The second command runs the entire test suite in parallel (as configured in `pyproject.toml`).\n\nIf you are developing locally and using this package as a dependency in other projects (e.g., the Galileo API), make sure to use the local path override in your `pyproject.toml`:\n\n```toml\ngalileo-core = { path = \"../galileo-core\", develop = true }\n```\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Shared schemas and configuration for Galileo's Python packages.",
"version": "3.67.0",
"project_urls": {
"Homepage": "https://www.galileo.ai/"
},
"split_keywords": [
"llm",
" quality",
" language_models",
" galileo"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3558c6f75a5f1578f375e3d89787b2471920458c1eb87d40e01be3d922e112f3",
"md5": "25b826e72ca1cbe65a06f5ec29ff780e",
"sha256": "47b76d038ff87aae579a20c67a61895b102aa8e46d5838e977a63e545abfb3ef"
},
"downloads": -1,
"filename": "galileo_core-3.67.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "25b826e72ca1cbe65a06f5ec29ff780e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1",
"size": 97641,
"upload_time": "2025-10-07T13:54:42",
"upload_time_iso_8601": "2025-10-07T13:54:42.670110Z",
"url": "https://files.pythonhosted.org/packages/35/58/c6f75a5f1578f375e3d89787b2471920458c1eb87d40e01be3d922e112f3/galileo_core-3.67.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0f0ffc563923ae7cf2b974ed4d731c69af21f7b1428a0857d3584e964f294967",
"md5": "2ac1df8b01a6d370fb3b2ee45cc6d6fd",
"sha256": "82b9265bc45ee2d93c89be82c6d2db9b6c7eb10838ce8ff93cb9cb8c075c5adc"
},
"downloads": -1,
"filename": "galileo_core-3.67.0.tar.gz",
"has_sig": false,
"md5_digest": "2ac1df8b01a6d370fb3b2ee45cc6d6fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1",
"size": 56343,
"upload_time": "2025-10-07T13:54:44",
"upload_time_iso_8601": "2025-10-07T13:54:44.089794Z",
"url": "https://files.pythonhosted.org/packages/0f/0f/fc563923ae7cf2b974ed4d731c69af21f7b1428a0857d3584e964f294967/galileo_core-3.67.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-07 13:54:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "galileo-core"
}