Skip to content

Commit 1164f07

Browse files
authored
Merge pull request #43 from neo4j/inner-readme
Add a new readme for python-wrapper
2 parents 4ef6da7 + 3b96911 commit 1164f07

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

python-wrapper/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Graph Visualization for Python by Neo4j
2+
3+
[![Latest version](https://img.shields.io/pypi/v/neo4j-viz)](https://pypi.org/project/neo4j-viz/)
4+
[![PyPI downloads month](https://img.shields.io/pypi/dm/neo4j-viz)](https://pypi.org/project/neo4j-viz/)
5+
![Python versions](https://img.shields.io/pypi/pyversions/neo4j-viz)
6+
7+
`neo4j-viz` is a Python package for visualizing graphs from the Neo4j ecosystem, such as the [Neo4j Graph Data Science (GDS) library](https://github.com/neo4j/graph-data-science).
8+
The package wraps the [Neo4j Visualization library (NVL)](https://neo4j.com/docs/nvl/current/).
9+
10+
**WARNING:**
11+
This package is still in development and the API is subject to change.
12+
13+
14+
## Supported features
15+
16+
* Visualize graphs from Neo4j GDS and Pandas Dataframes
17+
* Nodes:
18+
* Sizing
19+
* Colors
20+
* Caption
21+
* Relationships
22+
* Colors
23+
* Caption
24+
25+
26+
## Installation
27+
28+
```
29+
pip install neo4j-viz
30+
```

python-wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "neo4j-viz"
77
version = "0.1.5"
88
description = "A simple graph visualization tool"
9-
readme = "../README.md"
9+
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)