Metadata-Version: 2.3
Name: spect-track
Version: 0.0.1a2
Summary: Python observability/tracing client for Spect.
Author: Steven Sinatra
Author-email: Steven Sinatra <steven@spect.tools>
Requires-Dist: uuid7>=0.1.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# spect-track

Python tracing client for Spect.

## Status

Early scaffold focused on parity with the existing `packages/observer` core:

- observer/session lifecycle
- trace payload building
- HTTP transport to the Spect collector
- local mode and `on_trace` callbacks

Provider-specific ml-scribe integrations come next.

## Development

From the repo root:

```bash
cd python
uv sync
uv run --package spect-track pytest
uv run --package spect-track ruff check .
uv run --package spect-track ty check
```
