From aa67bc58320aaf83d48a657d78aa831097685bb2 Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Wed, 30 Aug 2023 19:11:51 +0330 Subject: [PATCH] updated README.md! --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d73b6b0..6bdea6f 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -# python-library \ No newline at end of file +# neo4j-lib-py + +[![Maintainability](https://api.codeclimate.com/v1/badges/e1239b895f0ee2569b61/maintainability)](https://codeclimate.com/github/TogetherCrew/neo4j-lib-py/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/e1239b895f0ee2569b61/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 +```