IoP (Interoperability On Python)
Welcome to Interoperability On Python (IoP), a production-stable Python-first toolkit for building on the IRIS Interoperability Framework.
Documentation can be found here. For prompt-driven workflows, see AI-assisted coding with IoP. For task-oriented examples, see the IoP cookbooks. For application repositories, start from the reusable AGENTS.md template.
Example
Here's a tiny Python-authored production:
from dataclasses import dataclass
from iop import BusinessOperation, Message, PollingBusinessService, Production, target
@dataclass
class HelloRequest(Message):
text: str = "Hello World"
class HelloService(PollingBusinessService):
Output = target()
def on_poll(self):
self.send_request_async(self.Output, HelloRequest())
class HelloOperation(BusinessOperation):
def on_message(self, request: HelloRequest):
self.log_info(request.text)
return request
prod = Production("HelloWorld.Production", testing_enabled=True)
service = prod.service("HelloService", HelloService)
operation = prod.operation("HelloOperation", HelloOperation)
service.connect(HelloService.Output, operation)
PRODUCTIONS = [prod]
Installation
Install the production-stable package using pip:
pip install iris-pex-embedded-python
Getting Started
If you're new to this project, begin by reading the installation guide. Then, follow the first steps to create your first Python-authored production.
If you are using an AI coding assistant, start with AI-assisted coding with IoP. For concrete workflows, use the IoP cookbooks. For healthcare productions, also see Healthcare AI-assisted coding.
Happy coding!
Compatibility and support
IoP supports Python 3.10 through 3.14 and InterSystems IRIS 2021.2 or newer. Changes follow semantic versioning: backward-compatible features and deprecations ship in minor releases, while removals are reserved for major releases and are announced in the changelog. IRIS compatibility is continuously checked against the latest Community image; the preview image is tested nightly to identify upcoming incompatibilities.
Contributing
Create a Python 3.10 or newer virtual environment, then install and verify the development environment with:
python -m pip install -e ".[dev]"
tox
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iris_pex_embedded_python-4.1.0-py3-none-any.whl.
File metadata
- Download URL: iris_pex_embedded_python-4.1.0-py3-none-any.whl
- Upload date:
- Size: 184.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfa109e5a91b4bb0100f08a7defb6ff5643c543bbfa01e52392a30137a4debc0
|
|
| MD5 |
dea0fe5c0bd98b7c27052030f52aa687
|
|
| BLAKE2b-256 |
3657593859b783379787efe3bde1bdd92605380c9a2f2357e4f703c64f26cbca
|
Provenance
The following attestation bundles were made for iris_pex_embedded_python-4.1.0-py3-none-any.whl:
Publisher:
release.yml on grongierisc/interoperability-embedded-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
iris_pex_embedded_python-4.1.0-py3-none-any.whl -
Subject digest:
dfa109e5a91b4bb0100f08a7defb6ff5643c543bbfa01e52392a30137a4debc0 - Sigstore transparency entry: 2184522127
- Sigstore integration time:
-
Permalink:
grongierisc/interoperability-embedded-python@4ff7ea7f5125ed21ce055d0eb5ea314e1ee73404 -
Branch / Tag:
refs/tags/v4.1.0 - Owner: https://github.com/grongierisc
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4ff7ea7f5125ed21ce055d0eb5ea314e1ee73404 -
Trigger Event:
release
-
Statement type: