## <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.9 <=3.13
- Ultipa Server Version: >= 5.2.0
## <b>Installation</b>
To install ultipa python driver:
<p tit="Bash"></p>
```bash
pip install ultipa
```
If you are using Ultipa v4.x,Please visit [ultipa-4.5.2](https://files.pythonhosted.org/packages/e3/4b/3979e0d4caa84e4d8ab41480be7afb4a56810d34678a39124fa6a4937265/ultipa-4.5.2-py3-none-any.whl) to install the correct version.
## <b>Documentation</b>
Documentation is available online: [https://www.ultipa.com/docs/drivers/python-installation](https://www.ultipa.com/document/ultipa-drivers/python-installation/v5.0).
## <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 = ["ip1:port1", "ip2:port2", "ip3:port3"]
ultipaConfig.username = "***"
ultipaConfig.password = "***"
ultipaConfig.defaultGraph = "default"
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": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": "ultipa sdk, ultipa graph",
"author": "Ultipa",
"author_email": "support@ultipa.com",
"download_url": "https://files.pythonhosted.org/packages/f4/8d/eb44c1f10e50bb33b5044f554d6766b3d92ffac051554d8e4d16cfc4ca92/ultipa-5.2.1.tar.gz",
"platform": null,
"description": "## <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.9 <=3.13\n- Ultipa Server Version: >= 5.2.0\n\n## <b>Installation</b>\nTo install ultipa python driver:\n\n<p tit=\"Bash\"></p> \n\n```bash\npip install ultipa\n```\n\nIf you are using Ultipa v4.x,Please visit [ultipa-4.5.2](https://files.pythonhosted.org/packages/e3/4b/3979e0d4caa84e4d8ab41480be7afb4a56810d34678a39124fa6a4937265/ultipa-4.5.2-py3-none-any.whl) to install the correct version.\n\n\n## <b>Documentation</b>\nDocumentation is available online: [https://www.ultipa.com/docs/drivers/python-installation](https://www.ultipa.com/document/ultipa-drivers/python-installation/v5.0).\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 = [\"ip1:port1\", \"ip2:port2\", \"ip3:port3\"]\nultipaConfig.username = \"***\"\nultipaConfig.password = \"***\"\nultipaConfig.defaultGraph = \"default\"\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",
"bugtrack_url": null,
"license": "PSF",
"summary": "Pure Python Ultipa Driver",
"version": "5.2.1",
"project_urls": {
"Homepage": "https://www.ultipa.com/document/ultipa-drivers/python-installation"
},
"split_keywords": [
"ultipa sdk",
" ultipa graph"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4f7a071b438ee7c50ab981a0ef8360c1d2ecfb4c4b99a2a0277e2e9ae5ccc3f3",
"md5": "c6fdfc3eff1cfd5aead206aec89a7695",
"sha256": "1dbfcd87f0f7c24ce44e04462dcbf0cacea7528595085d8e5838b7a6b42cb507"
},
"downloads": -1,
"filename": "ultipa-5.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c6fdfc3eff1cfd5aead206aec89a7695",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 117710,
"upload_time": "2025-08-14T08:33:34",
"upload_time_iso_8601": "2025-08-14T08:33:34.481141Z",
"url": "https://files.pythonhosted.org/packages/4f/7a/071b438ee7c50ab981a0ef8360c1d2ecfb4c4b99a2a0277e2e9ae5ccc3f3/ultipa-5.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f48deb44c1f10e50bb33b5044f554d6766b3d92ffac051554d8e4d16cfc4ca92",
"md5": "2efb18f717006157ac47902733c428a7",
"sha256": "12892e7342dc235d4c6006d3f80fbe32086ee44e90e3a8cce4082d3ce30db576"
},
"downloads": -1,
"filename": "ultipa-5.2.1.tar.gz",
"has_sig": false,
"md5_digest": "2efb18f717006157ac47902733c428a7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 85822,
"upload_time": "2025-08-14T08:33:35",
"upload_time_iso_8601": "2025-08-14T08:33:35.706781Z",
"url": "https://files.pythonhosted.org/packages/f4/8d/eb44c1f10e50bb33b5044f554d6766b3d92ffac051554d8e4d16cfc4ca92/ultipa-5.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-14 08:33:35",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "ultipa"
}