A Neo4j API in Python with FastAPI.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neo4j-api-0.1.0.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file neo4j-api-0.1.0.tar.gz
.
File metadata
- Download URL: neo4j-api-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.6.15-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4e5acb4d192315886c510e5ad60b6b54ade2581fc975927593815d1d9249d32 |
|
MD5 | 05cf478a2e7f43a2a9f7e242708a2cc6 |
|
BLAKE2b-256 | be12f3d4089c28d87b022135355ebcafaf950df0a156b604c8b6c93edf4cf91e |
File details
Details for the file neo4j_api-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: neo4j_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.6.15-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e00d525ebbe630fbbc7a2d1a9a5156735d3f41259a6ebd046c8c9ef13ab27a3a |
|
MD5 | 370d6681565607481e5445a0ead0a8a6 |
|
BLAKE2b-256 | 375ad54babe68c381c2bd2ca7d74fa35986b9c1217b6fa182b6b1351fed7d14c |