Metadata-Version: 2.4
Name: pygraphos
Version: 0.1.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Dist: pytest>=7.0 ; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21 ; extra == 'dev'
Requires-Dist: mypy>=1.0 ; extra == 'dev'
Requires-Dist: ruff>=0.1 ; extra == 'dev'
Provides-Extra: dev
Summary: A high-performance, embeddable graph database with Python bindings
Keywords: graph,database,gql,knowledge-graph,embedded
Author: Graphos Contributors
License: Apache-2.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://graphos.tech
Project-URL: Homepage, https://graphos.tech
Project-URL: Issues, https://github.com/StevenBtw/graphos/issues
Project-URL: Repository, https://github.com/StevenBtw/graphos

# pygraphos

Python bindings for Graphos, a pure-Rust, high-performance, embeddable graph database.

## Installation

```bash
pip install pygraphos
```

## Usage

```python
import pygraphos
```

## License

Apache-2.0

