Metadata-Version: 2.4
Name: giskard-core
Version: 0.1.2
Summary: Core shared utilities and foundational components for the Giskard library ecosystem.
Requires-Python: >=3.11
Requires-Dist: pydantic<3,>=2.11.0
Description-Content-Type: text/markdown

# Giskard Core

Core shared utilities and foundational components for the Giskard library ecosystem.

## Installation

```bash
uv add giskard-core
# or
pip install giskard-core
```

## Requirements

- Python >= 3.11
- pydantic >= 2.11.0, < 3

## Development

```bash
make setup    # Install dependencies
make test     # Run tests
make lint     # Run linting
make format   # Format code
```
