graphio


Namegraphio JSON
Version 0.9.3 PyPI version JSON
download
home_pagehttps://github.com/kaiserpreusse/graphio
SummaryLibrary to load data sets to Neo4j.
upload_time2023-06-02 10:24:39
maintainer
docs_urlNone
authorMartin Preusse
requires_python
licenseApache License 2.0
keywords neo4j
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # GraphIO

[![Tests](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml/badge.svg)](https://github.com/kaiserpreusse/graphio/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/kaiserpreusse/graphio/branch/master/graph/badge.svg?token=94HOVGB4J3)](https://codecov.io/gh/kaiserpreusse/graphio)
[![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-4.2%20%7C%204.3%20%7C%204.4%20%7C%205.1-blue)](https://neo4j.com)
[![Neo4j](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "NEO4J",
    "author": "Martin Preusse",
    "author_email": "martin.preusse@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/ba/c18185436ce646af75e2612127fee2ec7a80f2427078e1dfede946aa8591/graphio-0.9.3.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[![codecov](https://codecov.io/gh/kaiserpreusse/graphio/branch/master/graph/badge.svg?token=94HOVGB4J3)](https://codecov.io/gh/kaiserpreusse/graphio)\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-4.2%20%7C%204.3%20%7C%204.4%20%7C%205.1-blue)](https://neo4j.com)\n[![Neo4j](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-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\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Library to load data sets to Neo4j.",
    "version": "0.9.3",
    "project_urls": {
        "Homepage": "https://github.com/kaiserpreusse/graphio"
    },
    "split_keywords": [
        "neo4j"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10cd86b5a94e28fc02364a7c8d9ee4ae0112f403e4234df95912f859ed71ce26",
                "md5": "24c4fc85211ab9c4c5435625733862ef",
                "sha256": "74d6a863529f7a501e411a757079a5f56a7656317d4830eb85b9ab270cbe7df1"
            },
            "downloads": -1,
            "filename": "graphio-0.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24c4fc85211ab9c4c5435625733862ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28348,
            "upload_time": "2023-06-02T10:24:36",
            "upload_time_iso_8601": "2023-06-02T10:24:36.733261Z",
            "url": "https://files.pythonhosted.org/packages/10/cd/86b5a94e28fc02364a7c8d9ee4ae0112f403e4234df95912f859ed71ce26/graphio-0.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99bac18185436ce646af75e2612127fee2ec7a80f2427078e1dfede946aa8591",
                "md5": "c8776e421b1a19376025e76e75719dab",
                "sha256": "83143926b5231d9d5a0c6d9d8ea2cf0c3efaca17827010ba087e2319a193173a"
            },
            "downloads": -1,
            "filename": "graphio-0.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c8776e421b1a19376025e76e75719dab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25057,
            "upload_time": "2023-06-02T10:24:39",
            "upload_time_iso_8601": "2023-06-02T10:24:39.172975Z",
            "url": "https://files.pythonhosted.org/packages/99/ba/c18185436ce646af75e2612127fee2ec7a80f2427078e1dfede946aa8591/graphio-0.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 10:24:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kaiserpreusse",
    "github_project": "graphio",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "test_requirements": [],
    "lcname": "graphio"
}
        
Elapsed time: 0.10572s