Metadata-Version: 2.1
Name: neo4j-database-client
Version: 0.1.5
Summary: CRUD operations on neo4j database
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: neo4j (>=5.24.0,<6.0.0)
Requires-Dist: neo4j-graphrag (>=0.6.3,<0.7.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Description-Content-Type: text/markdown

# Database client

Handles CRUD operation to Neo4j database for Nodes and Relationships

## Dependencies

- [poetry](https://python-poetry.org/docs/)

## Install
`poetry install`

## Test

`poetry run pytest -vv`

## Build

`poetry build`

