Core shared utilities and foundational components for the Giskard library ecosystem.
uv add giskard-core
# or
pip install giskard-core- Python >= 3.11
- pydantic >= 2.11.0, < 3
make setup # Install dependencies
make test # Run tests
make lint # Run linting
make format # Format codeThis project is licensed under the MIT License - see the LICENSE file for details.