Metadata-Version: 2.4
Name: fathomdb
Version: 0.6.1rc1
Requires-Dist: pytest>=8 ; extra == 'dev'
Requires-Dist: hypothesis>=6 ; extra == 'dev'
Requires-Dist: ruff>=0.6 ; extra == 'dev'
Requires-Dist: pyright>=1.1.380 ; extra == 'dev'
Requires-Dist: ruff>=0.6 ; extra == 'lint'
Requires-Dist: pytest>=8 ; extra == 'test'
Requires-Dist: hypothesis>=6 ; extra == 'test'
Requires-Dist: pyright>=1.1.380 ; extra == 'typecheck'
Provides-Extra: dev
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: typecheck
Summary: FathomDB Python SDK — PyO3 binding to the fathomdb-engine Rust core
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# FathomDB Python Package

This directory is the Python package root for FathomDB.

Internal design references:

- `../../dev/interfaces/python.md`
- `../../dev/design/bindings.md`

Editable install entry point:

```bash
pip install -e src/python/
```

