Name | graphio JSON |
Version |
0.15.0
JSON |
| download |
home_page | None |
Summary | OGM and data loader for Neo4j. |
upload_time | 2025-07-22 22:09:21 |
maintainer | None |
docs_url | None |
author | Martin Preusse |
requires_python | >=3.10 |
license | None |
keywords |
neo4j
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# GraphIO
[](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml)
[](https://pypi.org/project/graphio)
[](https://opensource.org/licenses/Apache-2.0)
[](https://neo4j.com)
[](https://python.com)
[](https://pepy.tech/project/graphio)
A Python library to bulk load data to Neo4j.
## Documentation
Docs available at: https://graphio.readthedocs.io
## Install
Install graphio from PyPI:
```shell script
pip install graphio
```
Install the latest build version from github:
```shell script
pip install git+https://github.com/kaiserpreusse/graphio.git
```
## Development
You need Docker to run the test suite. First start the Neo4j instances to test against:
```shell
docker-compose -f test_neo4j_compose.yml up
```
Install dependencies:
```shell
pip install -r requirements.txt
pip install -r test_requirements.txt
```
Then run the tests:
```shell
python -m pytest
```
All tests that use the `graph` fixture found in `tests/conftest.py` will run against all databases.
## Feedback
Please provide feedback, ideas and bug reports through GitHub issues.
Raw data
{
"_id": null,
"home_page": null,
"name": "graphio",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "NEO4J",
"author": "Martin Preusse",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/98/59/0f4335ea47d6fe920f420cb9451b9a4fb72ea01ab601b8b4b5f60d5273bf/graphio-0.15.0.tar.gz",
"platform": null,
"description": "# GraphIO\n\n[](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml)\n[](https://pypi.org/project/graphio)\n[](https://opensource.org/licenses/Apache-2.0)\n[](https://neo4j.com)\n[](https://python.com)\n[](https://pepy.tech/project/graphio)\n\nA Python library to bulk load data to Neo4j.\n\n## Documentation\n\nDocs available at: https://graphio.readthedocs.io\n\n## Install\nInstall graphio from PyPI:\n\n```shell script\npip install graphio\n```\n\nInstall the latest build version from github:\n\n```shell script\npip install git+https://github.com/kaiserpreusse/graphio.git\n```\n\n## Development\nYou need Docker to run the test suite. First start the Neo4j instances to test against:\n\n```shell\ndocker-compose -f test_neo4j_compose.yml up\n```\n\nInstall dependencies:\n```shell\npip install -r requirements.txt\npip install -r test_requirements.txt\n```\n\nThen run the tests:\n\n```shell\npython -m pytest\n```\n\nAll tests that use the `graph` fixture found in `tests/conftest.py` will run against all databases.\n\n## Feedback\nPlease provide feedback, ideas and bug reports through GitHub issues.\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "OGM and data loader for Neo4j.",
"version": "0.15.0",
"project_urls": {
"Documentation": "https://graphio.readthedocs.io/",
"Homepage": "https://github.com/kaiserpreusse/graphio",
"Issues": "https://github.com/kaiserpreusse/graphio/issues",
"Repository": "https://github.com/kaiserpreusse/graphio"
},
"split_keywords": [
"neo4j"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b6817f38c27c271f9db10651817d1cbf262d5299531976bac2bee369bff7509b",
"md5": "a83d228070b63662d3761443da28d71e",
"sha256": "d5a473de994cecdf5eca74f6f52601d86b4f8760506eb22985028fcfcdd0eecf"
},
"downloads": -1,
"filename": "graphio-0.15.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a83d228070b63662d3761443da28d71e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 22370,
"upload_time": "2025-07-22T22:09:20",
"upload_time_iso_8601": "2025-07-22T22:09:20.236427Z",
"url": "https://files.pythonhosted.org/packages/b6/81/7f38c27c271f9db10651817d1cbf262d5299531976bac2bee369bff7509b/graphio-0.15.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "98590f4335ea47d6fe920f420cb9451b9a4fb72ea01ab601b8b4b5f60d5273bf",
"md5": "f2c35fb4ef744462669910d1f73628cf",
"sha256": "12e8365855c363f0cd92863fc37e4d5d0b118d0bcbacc55db6c9e9ef6486e5a2"
},
"downloads": -1,
"filename": "graphio-0.15.0.tar.gz",
"has_sig": false,
"md5_digest": "f2c35fb4ef744462669910d1f73628cf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 104418,
"upload_time": "2025-07-22T22:09:21",
"upload_time_iso_8601": "2025-07-22T22:09:21.397623Z",
"url": "https://files.pythonhosted.org/packages/98/59/0f4335ea47d6fe920f420cb9451b9a4fb72ea01ab601b8b4b5f60d5273bf/graphio-0.15.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-22 22:09:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kaiserpreusse",
"github_project": "graphio",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "graphio"
}