Metadata-Version: 2.4
Name: graphnight
Version: 0.1.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: pydantic>=2.6.0
Requires-Dist: httpx>=0.26.0
Requires-Dist: pandas>=2.2.0
Requires-Dist: pytest>=8.0.0 ; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23.0 ; extra == 'dev'
Requires-Dist: ruff>=0.3.0 ; extra == 'dev'
Requires-Dist: mypy>=1.8.0 ; extra == 'dev'
Provides-Extra: dev
Summary: High-performance semantic layer for AI agents and humans
Author: GraphNight Team
License: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# graphnight (Python)

Early PyO3 bindings for GraphNight. **Alpha — tests are currently disabled.**

Build with [maturin](https://www.maturin.rs/):

```bash
cd rust-engine/graphnight-python
maturin develop
```

See the repo root [README.md](../../README.md) and [LAUNCH.md](../../LAUNCH.md) for project status.

