Metadata-Version: 2.4
Name: kraph
Version: 0.3.1
Summary: the arkitekt knowledge graph
Author-email: jhnnsrs <jhnnsrs@gmail.com>
License-Expression: GPL-3.0-or-later
Requires-Python: <4.0,>=3.11
Requires-Dist: dokker>=2.3
Requires-Dist: rath>=3.5
Requires-Dist: websockets>=15.0.1
Description-Content-Type: text/markdown

# kraph

Kraph is a Python library for creating and manipulating knowledge graphs build around apache AGE. 

## Features

- Create and manipulate knowledge graphs
- Query knowledge graphs using Cypher
- Ontology support (custom entities and relationships)
- GraphQL API for adding and querying data


## Installation

```bash
pip install kraph
```
