ultipa


Nameultipa JSON
Version 4.3.11 PyPI version JSON
download
home_pagehttps://www.ultipa.com/document/ultipa-drivers/python-installation
SummaryPure Python Ultipa Driver
upload_time2023-12-21 06:40:40
maintainer
docs_urlNone
authorUltipa
requires_python>=3.7, <=3.10
licensePSF
keywords ultipa sdk ultipa graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ultipa Python SDK

## <b>Introduction</b>
This Python SDK is a part of Ultipa Drivers, a set of specifications for developing software and applications using Java, Python, Go and NodeJs. This SDK provides instructions on introducing query and management operations of Ultipa Graph Database into Python programs, both by calling command through interfaces and sending assembled UQLs to an Ultipa server. A basic understanding of UQL query commands and the returned data structures is needed to guarantee a proper usage of the SDK.

## <b>Requirements</b>
- Python version: >=3.6 <=3.10
- Ultipa Server Version: >= 4.3.x

## <b>Installation</b>
Package is uploaded on [PyPI](https://pypi.org/project/ultipa/).

<p tit="Bash"></p> 

```bash
python3 -m pip install ultipa
```
## <b>Documentation</b>
Documentation is available online: [https://www.ultipa.com/document/ultipa-drivers/python-installation/v4.3](https://www.ultipa.com/document/ultipa-drivers/python-installation/v4.3).

## <b>Example</b>

Example: Create a server connection and use graphset 'amz'
<p tit= "Python" ></p> 
 
```python
from ultipa import Connection, UltipaConfig

ultipaConfig = UltipaConfig()
ultipaConfig.hosts = ["192.168.1.85:60061", "192.168.1.86:60061", "192.168.1.87:60061"]
ultipaConfig.username = "***"
ultipaConfig.password = "***"
ultipaConfig.defaultGraph = "amz"

conn = Connection.NewConnection(defaultConfig=ultipaConfig)
conn.test().Print()

req = conn.uql("show().graph()")
req.Print()
```


If you have any questions please contact: [Ultipa Support](mailto:support@ultipa.com)


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.ultipa.com/document/ultipa-drivers/python-installation",
    "name": "ultipa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <=3.10",
    "maintainer_email": "",
    "keywords": "ultipa sdk,ultipa graph",
    "author": "Ultipa",
    "author_email": "support@ultipa.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/cc/1886872eecd2ba47e3112261485e343aed5b04de3d24a6a0a00bac6fdff0/ultipa-4.3.11.tar.gz",
    "platform": null,
    "description": "# Ultipa Python SDK\n\n## <b>Introduction</b>\nThis Python SDK is a part of Ultipa Drivers, a set of specifications for developing software and applications using Java, Python, Go and NodeJs. This SDK provides instructions on introducing query and management operations of Ultipa Graph Database into Python programs, both by calling command through interfaces and sending assembled UQLs to an Ultipa server. A basic understanding of UQL query commands and the returned data structures is needed to guarantee a proper usage of the SDK.\n\n## <b>Requirements</b>\n- Python version: >=3.6 <=3.10\n- Ultipa Server Version: >= 4.3.x\n\n## <b>Installation</b>\nPackage is uploaded on [PyPI](https://pypi.org/project/ultipa/).\n\n<p tit=\"Bash\"></p> \n\n```bash\npython3 -m pip install ultipa\n```\n## <b>Documentation</b>\nDocumentation is available online: [https://www.ultipa.com/document/ultipa-drivers/python-installation/v4.3](https://www.ultipa.com/document/ultipa-drivers/python-installation/v4.3).\n\n## <b>Example</b>\n\nExample: Create a server connection and use graphset 'amz'\n<p tit= \"Python\" ></p> \n \n```python\nfrom ultipa import Connection, UltipaConfig\n\nultipaConfig = UltipaConfig()\nultipaConfig.hosts = [\"192.168.1.85:60061\", \"192.168.1.86:60061\", \"192.168.1.87:60061\"]\nultipaConfig.username = \"***\"\nultipaConfig.password = \"***\"\nultipaConfig.defaultGraph = \"amz\"\n\nconn = Connection.NewConnection(defaultConfig=ultipaConfig)\nconn.test().Print()\n\nreq = conn.uql(\"show().graph()\")\nreq.Print()\n```\n\n\nIf you have any questions please contact: [Ultipa Support](mailto:support@ultipa.com)\n\n",
    "bugtrack_url": null,
    "license": "PSF",
    "summary": "Pure Python Ultipa Driver",
    "version": "4.3.11",
    "project_urls": {
        "Homepage": "https://www.ultipa.com/document/ultipa-drivers/python-installation"
    },
    "split_keywords": [
        "ultipa sdk",
        "ultipa graph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f15779dc6bf7984f3470bd9808e862d1abdb244c9efa65f14ba2922f1f81f2a",
                "md5": "b6bee1cb6d2b5ae174562eaa40b510e9",
                "sha256": "e0cfdfad9f1ba94ac962529592043c6cf3a18f1b6f4c1c4cf9f5e3f6f1137999"
            },
            "downloads": -1,
            "filename": "ultipa-4.3.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6bee1cb6d2b5ae174562eaa40b510e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <=3.10",
            "size": 134530,
            "upload_time": "2023-12-21T06:40:38",
            "upload_time_iso_8601": "2023-12-21T06:40:38.294869Z",
            "url": "https://files.pythonhosted.org/packages/1f/15/779dc6bf7984f3470bd9808e862d1abdb244c9efa65f14ba2922f1f81f2a/ultipa-4.3.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ccc1886872eecd2ba47e3112261485e343aed5b04de3d24a6a0a00bac6fdff0",
                "md5": "b474c8fdcec9b4c6b6f45c7821056b0a",
                "sha256": "12565ae91b6961250bbf10d38ee0ad906b9a0fa61e8e596bc472b8aac38dd81e"
            },
            "downloads": -1,
            "filename": "ultipa-4.3.11.tar.gz",
            "has_sig": false,
            "md5_digest": "b474c8fdcec9b4c6b6f45c7821056b0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <=3.10",
            "size": 65669,
            "upload_time": "2023-12-21T06:40:40",
            "upload_time_iso_8601": "2023-12-21T06:40:40.925727Z",
            "url": "https://files.pythonhosted.org/packages/6c/cc/1886872eecd2ba47e3112261485e343aed5b04de3d24a6a0a00bac6fdff0/ultipa-4.3.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-21 06:40:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ultipa"
}
        
Elapsed time: 0.17666s