Metadata-Version: 2.4
Name: odyssey_sdk
Version: 0.1.1
Summary: Python SDK to support work with model published by odyssey.ml.
Author: Fabian Güra
License: Copyright (c) 2026, Fabian Güra, All Rights Reserved
        
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic~=2.0
Requires-Dist: pydantic-settings
Dynamic: license-file

# odyssey-sdk

Python SDK to support work with model published by odyssey.ml.

## Installation

```bash
pip install odyssey-sdk
```

## Developer Documentation

Comprehensive developer documentation is available in [`docs/dev/`](./docs/dev/) covering testing, configuration, deployment, and all project features.

### Quick Start for Developers

```bash
# Install development environment
make install

# Start services with Docker
docker compose up -d

# Run tests
make tests

# Auto-fix formatting
make chores
```

See the [developer documentation](./docs/dev/README.md) for complete guides and reference.
