neoaccess


Nameneoaccess JSON
Version 4.4.1 PyPI version JSON
download
home_page
SummaryHigh-level interface to the Neo4j graph database
upload_time2023-09-22 03:02:09
maintainer
docs_urlNone
authorJulian West BrainAnnex.org
requires_python>=3.8
license
keywords graph database knowledge graph neo4j
VCS
bugtrack_url
requirements flask jinja2 werkzeug itsdangerous click markupsafe requests Flask-Login gunicorn neoaccess numpy pandas pytest pillow jupyterlab
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # High-level python interface to the Neo4j graph database

https://brainannex.org/guide.php


This library used to be distributed as part of the full technology stack "Brain Annex";
but, starting with version 4.0.3, it's being independently released.

To use it, just `pip install neoaccess`


[Intro and tutorial](https://julianspolymathexplorations.blogspot.com/2023/06/neo4j-python-neoaccess-library.html)


Notes:

- This library is for versions 4.x of the Neo4j database (supported only on 4.4)

- The APOC library must be installed on Neo4j to use the function export_dbase_json()

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "neoaccess",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "julian@brainannex.org",
    "keywords": "graph database,knowledge graph,neo4j",
    "author": "Julian West BrainAnnex.org",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/3f/70/c2538d2d462a9c19ddc78eedcee24ade4011a9c2f99517e280b154eeb1c3/neoaccess-4.4.1.tar.gz",
    "platform": null,
    "description": "# High-level python interface to the Neo4j graph database\n\nhttps://brainannex.org/guide.php\n\n\nThis library used to be distributed as part of the full technology stack \"Brain Annex\";\nbut, starting with version 4.0.3, it's being independently released.\n\nTo use it, just `pip install neoaccess`\n\n\n[Intro and tutorial](https://julianspolymathexplorations.blogspot.com/2023/06/neo4j-python-neoaccess-library.html)\n\n\nNotes:\n\n- This library is for versions 4.x of the Neo4j database (supported only on 4.4)\n\n- The APOC library must be installed on Neo4j to use the function export_dbase_json()\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "High-level interface to the Neo4j graph database",
    "version": "4.4.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/BrainAnnex/brain-annex/issues",
        "Documentation": "https://brainannex.org/guide.php",
        "Home-page": "https://brainannex.org/guide.php",
        "Homepage": "https://brainannex.org/guide.php",
        "Source": "https://github.com/BrainAnnex/neoaccess"
    },
    "split_keywords": [
        "graph database",
        "knowledge graph",
        "neo4j"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c03120b1c38951f4eb070f583d6661c9131f45410c27365bbb60d66e550a857",
                "md5": "2b854cc23f9cbcb0be43fd8dc9a2d959",
                "sha256": "85203dc3a6c4f6bddba3f649b6c78aebd08da50f944b0818cc3d2ebdcdce66eb"
            },
            "downloads": -1,
            "filename": "neoaccess-4.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2b854cc23f9cbcb0be43fd8dc9a2d959",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 48264,
            "upload_time": "2023-09-22T03:02:07",
            "upload_time_iso_8601": "2023-09-22T03:02:07.596351Z",
            "url": "https://files.pythonhosted.org/packages/3c/03/120b1c38951f4eb070f583d6661c9131f45410c27365bbb60d66e550a857/neoaccess-4.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f70c2538d2d462a9c19ddc78eedcee24ade4011a9c2f99517e280b154eeb1c3",
                "md5": "2a5139f44b8574695be70fbeef9f5225",
                "sha256": "65bac488cd5eec7444b07c82a283fd70a7f2ce2e35e25fb1a5cfbf329caad5cd"
            },
            "downloads": -1,
            "filename": "neoaccess-4.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2a5139f44b8574695be70fbeef9f5225",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 46375,
            "upload_time": "2023-09-22T03:02:09",
            "upload_time_iso_8601": "2023-09-22T03:02:09.040971Z",
            "url": "https://files.pythonhosted.org/packages/3f/70/c2538d2d462a9c19ddc78eedcee24ade4011a9c2f99517e280b154eeb1c3/neoaccess-4.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-22 03:02:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BrainAnnex",
    "github_project": "brain-annex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "flask",
            "specs": [
                [
                    "==",
                    "1.1.2"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    "==",
                    "3.0.3"
                ]
            ]
        },
        {
            "name": "werkzeug",
            "specs": [
                [
                    "==",
                    "2.0.2"
                ]
            ]
        },
        {
            "name": "itsdangerous",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.0.3"
                ]
            ]
        },
        {
            "name": "markupsafe",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.25.1"
                ]
            ]
        },
        {
            "name": "Flask-Login",
            "specs": [
                [
                    "==",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "gunicorn",
            "specs": [
                [
                    "==",
                    "20.1.0"
                ]
            ]
        },
        {
            "name": "neoaccess",
            "specs": [
                [
                    "==",
                    "4.3.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.22.4"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "1.4.3"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "6.2.5"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "9.0.1"
                ]
            ]
        },
        {
            "name": "jupyterlab",
            "specs": [
                [
                    "==",
                    "3.4.8"
                ]
            ]
        }
    ],
    "lcname": "neoaccess"
}
        
Elapsed time: 0.15770s