Neo4J API
A Neo4j API in Python with FastAPI.
Requirements
Neo4J API requires Python 3.6 or above.
To install Python 3.6, I recommend using pyenv.
# install pyenv
git clone https://github.com/pyenv/pyenv ~/.pyenv
# setup pyenv (you should also put these three lines in .bashrc or similar)
export PATH="${HOME}/.pyenv/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv"
eval "$(pyenv init -)"
# install Python 3.6
pyenv install 3.6.8
# make it available globally
pyenv global system 3.6.8
Installation
With pip:
python3.6 -m pip install neo4j-api
With pipx:
python3.6 -m pip install --user pipx
pipx install --python python3.6 neo4j-api
Release files for neo4j-api 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| neo4j-api-0.1.0.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| neo4j_api-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.9 kB
Release files / neo4j-api-0.1.0.tar.gz
| Download URL | neo4j-api-0.1.0.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b4e5acb4d192315886c510e5ad60b6b54ade2581fc975927593815d1d9249d32
|
|
BLAKE2b-256 checksum How to use checksums |
be12f3d4089c28d87b022135355ebcafaf950df0a156b604c8b6c93edf4cf91e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.9 CPython/3.8.3 Linux/5.6.15-arch1-1
|
Release files / neo4j_api-0.1.0-py3-none-any.whl
| Download URL | neo4j_api-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e00d525ebbe630fbbc7a2d1a9a5156735d3f41259a6ebd046c8c9ef13ab27a3a
|
|
BLAKE2b-256 checksum How to use checksums |
375ad54babe68c381c2bd2ca7d74fa35986b9c1217b6fa182b6b1351fed7d14c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.9 CPython/3.8.3 Linux/5.6.15-arch1-1
|