graphio


Namegraphio JSON
Version 0.10.1 PyPI version JSON
download
home_pagehttps://github.com/kaiserpreusse/graphio
SummaryLibrary to load data sets to Neo4j.
upload_time2024-10-29 09:35:59
maintainerNone
docs_urlNone
authorMartin Preusse
requires_pythonNone
licenseApache License 2.0
keywords neo4j
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GraphIO

[![Tests](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml/badge.svg)](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml)
[![PyPI](https://img.shields.io/pypi/v/graphio)](https://pypi.org/project/graphio)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Neo4j](https://img.shields.io/badge/Neo4j-5-blue)](https://neo4j.com)
[![Neo4j](https://img.shields.io/badge/Python-3.11%20%7C%203.12%20%7C%203.13-green)](https://python.com)
[![Downloads](https://pepy.tech/badge/graphio)](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": "https://github.com/kaiserpreusse/graphio",
    "name": "graphio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "NEO4J",
    "author": "Martin Preusse",
    "author_email": "martin.preusse@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/44/c1/5c7dbdbf4c2f4e92b0c2ddebed4dd57fec0a74edb9ec485e166970696be3/graphio-0.10.1.tar.gz",
    "platform": null,
    "description": "# GraphIO\n\n[![Tests](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml/badge.svg)](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml)\n[![PyPI](https://img.shields.io/pypi/v/graphio)](https://pypi.org/project/graphio)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Neo4j](https://img.shields.io/badge/Neo4j-5-blue)](https://neo4j.com)\n[![Neo4j](https://img.shields.io/badge/Python-3.11%20%7C%203.12%20%7C%203.13-green)](https://python.com)\n[![Downloads](https://pepy.tech/badge/graphio)](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": "Apache License 2.0",
    "summary": "Library to load data sets to Neo4j.",
    "version": "0.10.1",
    "project_urls": {
        "Homepage": "https://github.com/kaiserpreusse/graphio"
    },
    "split_keywords": [
        "neo4j"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8855173753f7b5f29dae22bacab96aa88c34a2bb8448b5913f42d2297114f200",
                "md5": "cea025b257da5e3e15c8c9637f9dac97",
                "sha256": "8b540c2c5de35cf39cd25c8352707919ef07a4b9e333a728a88253bf9c27a4d5"
            },
            "downloads": -1,
            "filename": "graphio-0.10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cea025b257da5e3e15c8c9637f9dac97",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28259,
            "upload_time": "2024-10-29T09:35:57",
            "upload_time_iso_8601": "2024-10-29T09:35:57.601338Z",
            "url": "https://files.pythonhosted.org/packages/88/55/173753f7b5f29dae22bacab96aa88c34a2bb8448b5913f42d2297114f200/graphio-0.10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44c15c7dbdbf4c2f4e92b0c2ddebed4dd57fec0a74edb9ec485e166970696be3",
                "md5": "95d07f93daa185a96b4e8102fe68533d",
                "sha256": "6433ff87d43894d0c76a7683c7289bc884a1884781bcf4f9633c4c86abfa0351"
            },
            "downloads": -1,
            "filename": "graphio-0.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "95d07f93daa185a96b4e8102fe68533d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24895,
            "upload_time": "2024-10-29T09:35:59",
            "upload_time_iso_8601": "2024-10-29T09:35:59.057132Z",
            "url": "https://files.pythonhosted.org/packages/44/c1/5c7dbdbf4c2f4e92b0c2ddebed4dd57fec0a74edb9ec485e166970696be3/graphio-0.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 09:35:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kaiserpreusse",
    "github_project": "graphio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "test_requirements": [],
    "lcname": "graphio"
}
        
Elapsed time: 0.36478s