neo4j-utils


Nameneo4j-utils JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/saezlab/neo4j-utils
SummaryLittle extra convenience in managing Neo4j access
upload_time2024-03-19 14:47:18
maintainer
docs_urlNone
authorDenes Turei
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Extras on top of the official Neo4j driver
##########################################

If you search *neo4j* in *PyPI*, besides a ton of abandoned or irrelevant
modules, you will find the ``neo4j`` module provided by the Neo4j company,
and the full-fledged, community developed ``py2neo``. The official module
comes with a really bare-bones API. Here we only add a thin wrapper around
it to make its usage a bit more convenient.

**Documentation:** https://saezlab.github.io/neo4j-utils/

**Issues, feedback:** https://github.com/saezlab/neo4j-utils/issues

**Developed by** the `Saez Lab <https://saezlab.org/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/saezlab/neo4j-utils",
    "name": "neo4j-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Denes Turei",
    "author_email": "turei.denes@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/85/7d8028562a6c097525a65714b964edb945486d3a476ff13aacbc9f204b7f/neo4j_utils-0.0.12.tar.gz",
    "platform": null,
    "description": "Extras on top of the official Neo4j driver\n##########################################\n\nIf you search *neo4j* in *PyPI*, besides a ton of abandoned or irrelevant\nmodules, you will find the ``neo4j`` module provided by the Neo4j company,\nand the full-fledged, community developed ``py2neo``. The official module\ncomes with a really bare-bones API. Here we only add a thin wrapper around\nit to make its usage a bit more convenient.\n\n**Documentation:** https://saezlab.github.io/neo4j-utils/\n\n**Issues, feedback:** https://github.com/saezlab/neo4j-utils/issues\n\n**Developed by** the `Saez Lab <https://saezlab.org/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Little extra convenience in managing Neo4j access",
    "version": "0.0.12",
    "project_urls": {
        "Bug Tracker": "https://github.com/saezlab/neo4j-utils/issues",
        "Homepage": "https://github.com/saezlab/neo4j-utils",
        "Repository": "https://github.com/saezlab/neo4j-utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca178ce9111e272f53a464b8d5fdef14b617db611dfe46437c6943d8bc922fe3",
                "md5": "cecee8b6ac6ad036d914fe7c2d5b9d06",
                "sha256": "dea42db976b9a38f2bb2bb8d051e05ee08702dd892ab582b00c8963c8c2e16c9"
            },
            "downloads": -1,
            "filename": "neo4j_utils-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cecee8b6ac6ad036d914fe7c2d5b9d06",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 18895,
            "upload_time": "2024-03-19T14:47:17",
            "upload_time_iso_8601": "2024-03-19T14:47:17.174501Z",
            "url": "https://files.pythonhosted.org/packages/ca/17/8ce9111e272f53a464b8d5fdef14b617db611dfe46437c6943d8bc922fe3/neo4j_utils-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd857d8028562a6c097525a65714b964edb945486d3a476ff13aacbc9f204b7f",
                "md5": "49bc6e4b92c43c05a431c6add0cb1eb0",
                "sha256": "4049e8a7f02e9557b3f11cc3f4e48599d9d720718e789e4470bab6c4c38530ce"
            },
            "downloads": -1,
            "filename": "neo4j_utils-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "49bc6e4b92c43c05a431c6add0cb1eb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 17286,
            "upload_time": "2024-03-19T14:47:18",
            "upload_time_iso_8601": "2024-03-19T14:47:18.899562Z",
            "url": "https://files.pythonhosted.org/packages/bd/85/7d8028562a6c097525a65714b964edb945486d3a476ff13aacbc9f204b7f/neo4j_utils-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 14:47:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "saezlab",
    "github_project": "neo4j-utils",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "neo4j-utils"
}
        
Elapsed time: 0.28373s