intersystems-irispython
InterSystems IRIS Python SDK Kit
What it is and what it does
intersystems-irispython is the official Python SDK for InterSystems IRIS, a multi-model database platform. It offers two primary interfaces: a native object API for direct global array manipulation and a DB-API 2.0-compliant interface for SQL queries. The package is distributed as platform-specific wheels with no external runtime dependencies, supporting Python 3.9 through 3.14.
Version 5.4.0 dropped Python 3.8 support and added enhancements including UUID type support, large stream handling, query timeout methods, and improved fetch performance. The DB-API layer includes a SQL parser supporting keywords like FETCH, LIMIT, OFFSET, and TO_VECTOR, plus support for date/time objects and ODBC-formatted strings as query parameters.
Use it for:
- Query IRIS databases using standard SQL via the DB-API interface and cursor objects.
- Manipulate IRIS global arrays directly from Python using native set/get/kill operations.
- Integrate IRIS systems with modern Python data pipelines and analytics workflows.
- Develop microservices that connect to shared IRIS instances for transactional workloads.
- Prototype or test IRIS database logic in Python before production deployment.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to connect to and interact with InterSystems IRIS databases, supporting both native object access and standard DB-API SQL queries.
Yes, with conditions. The package is actively maintained, supports current Python versions, and has no known vulnerabilities. Install friction is moderate due to platform-specific wheels. The critical condition is license clarity—verify that the InterSystems external repository license terms align with your project's requirements before production deployment. Suitable for teams already committed to IRIS as their database platform.
Install
intersystems-irispython on PyPI
pip
pip install intersystems-irispythonuv
uv add intersystems-irispythonpoetry
poetry add intersystems-irispythonInstalling intersystems-irispython
Before you install
Medium install friction due to platform-specific wheels covering macOS universal2, Linux aarch64/x86_64, and Windows 32/64-bit. Active maintenance with release 15 days ago; supports Python 3.9 through 3.14.
License in practice
License treatment is unclear—the package uses LicenseRef-InterSystems-External-Repository rather than a standard SPDX identifier. Verify licensing terms at https://www.intersystems.com/IERTU/ before committing to production use.
Quickstart
pip install intersystems-irispython
# Native connection example from package documentation
args = {'hostname': '127.0.0.1', 'port': 1972, 'namespace': 'USER', 'username': 'user', 'password': 'pass'}
conn = iris.connect(**args)
irispy = iris.createIRIS(conn)
irispy.set('myGlobal', 'hello world!')
print(irispy.get('myGlobal'))
conn.close()
Requires a running InterSystems IRIS server instance accessible at the specified hostname and port with valid connection credentials.
Verify before relying
- Whether the unclear license permits commercial or proprietary use without additional agreements.
- Performance characteristics and scalability limits for large result sets or concurrent workloads.
- Whether SSL/TLS configuration is required or recommended for production deployments.
Package facts
| License | LicenseRef-InterSystems-External-Repository (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 15 days since the last release |
| First released | |
| Downloads | 100,854/month — #12,971 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: intersystems_irispython-5.4.0-cp39.cp310.cp311.cp312.cp313.cp314-cp39.cp310.cp311.cp312.cp313.cp314-macosx_10_9_universal2.whl; intersystems_irispython-5.4.0-cp39.cp310.cp311.cp312.cp313.cp314-cp39.cp310.cp311.cp312.cp313.cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; intersystems_irispython-5.4.0-cp39.cp310.cp311.cp312.cp313.cp314-cp39.cp310.cp311.cp312.cp313.cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; intersystems_irispython-5.4.0-cp39.cp310.cp311.cp312.cp313.cp314-cp39.cp310.cp311.cp312.cp313.cp314-win32.whl; intersystems_irispython-5.4.0-cp39.cp310.cp311.cp312.cp313.cp314-cp39.cp310.cp311.cp312.cp313.cp314-win_amd64.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
pypyodbcpypyodbc provides a pure Python ODBC interface…
permissive · top 15,000 on PyPI
ydb-dbapiA Python DBAPI driver for YDB that provides…
unclear · top 5,000 on PyPI
pymssqlpymssql provides a Python DB-API interface to…
copyleft · top 1,000 on PyPI
PyMySQLPyMySQL is a pure-Python MySQL and MariaDB…
permissive · top 1,000 on PyPI
domaintools-apiProvides a Python interface to DomainTools…
permissive · top 15,000 on PyPI
pyhdbA pure Python client library for connecting to…
permissive · top 15,000 on PyPI
JayDeBeApiJayDeBeApi bridges Python to Java JDBC database…
copyleft · top 5,000 on PyPI
dmpythondmPython is a native Python driver for…
permissive · top 15,000 on PyPI
ibm-dbPython driver for connecting to IBM Db2 for LUW…
permissive · top 5,000 on PyPI
hdbcliA PEP 249-compliant Python database driver for…
unclear · top 5,000 on PyPI