Metadata-Version: 2.1
Name: tc-neo4j-lib
Version: 2.0.4
Summary: A neo4j shared library to use across togethercrew python projects.
Author: Mohammad Amin Dadgar, TogetherCrew
Maintainer: Mohammad Amin Dadgar
Maintainer-email: dadgaramin96@gmail.com
Requires-Dist: numpy>=1.24.1
Requires-Dist: pytest<8.0.0,>=7.2.0
Requires-Dist: pytest-cov<5.0.0,>=4.0.0
Requires-Dist: coverage<8.0.0,>=7.2.5
Requires-Dist: python-dotenv<2.0.0,>=1.0.0
Requires-Dist: neo4j<6.0.0,>=5.22.0
Requires-Dist: graphdatascience<2.0.0,>=1.10.0

# neo4j-lib-py

[![Maintainability](https://api.codeclimate.com/v1/badges/9d2ca104782798b9ed1d/maintainability)](https://codeclimate.com/github/TogetherCrew/neo4j-lib-py/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9d2ca104782798b9ed1d/test_coverage)](https://codeclimate.com/github/TogetherCrew/neo4j-lib-py/test_coverage)

This repository contains a shared python library for accessing neo4j database. We're using it across different TogetherCrew python projects.

To install the library:

```bash
pip install tc-neo4j-lib-py
```

Usage:

```Python
from tc_neo4j_lib.neo4j_ops import Neo4jOps
```
