generated from TogetherCrew/python-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from TogetherCrew/Update-README
updated README.md!
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# python-library | ||
# 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 | ||
``` |