iris-pex-embedded-python 3.1.4b2__tar.gz → 3.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of iris-pex-embedded-python might be problematic. Click here for more details.
- iris_pex_embedded_python-3.1.5/PKG-INFO +88 -0
- iris_pex_embedded_python-3.1.5/README.md +37 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/pyproject.toml +4 -2
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_business_operation.py +1 -1
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_business_service.py +1 -1
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_director.py +19 -4
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_private_session_duplex.py +2 -1
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Common.cls +7 -1
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Director.cls +4 -1
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Message.cls +12 -14
- iris_pex_embedded_python-3.1.5/src/iris_pex_embedded_python.egg-info/PKG-INFO +88 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iris_pex_embedded_python.egg-info/requires.txt +1 -0
- iris_pex_embedded_python-3.1.4b2/PKG-INFO +0 -1403
- iris_pex_embedded_python-3.1.4b2/README.md +0 -1354
- iris_pex_embedded_python-3.1.4b2/src/iris_pex_embedded_python.egg-info/PKG-INFO +0 -1403
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/LICENSE +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/setup.cfg +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/setup.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/BusinessOperation.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/BusinessProcess.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/BusinessService.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Common.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Director.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Duplex/Operation.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Duplex/Process.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Duplex/Service.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/InboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Message.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/OutboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/PickleMessage.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/PrivateSession/Duplex.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Ack.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Poll.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Start.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Stop.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Test.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/PEX/Utils.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/cls/Grongier/Service/WSGI.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/__main__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/_business_host.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/_cli.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/_common.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/_director.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/_utils.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/grongier/pex/wsgi/handlers.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_BufferReader.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_BufferWriter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_ConnectionInformation.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_ConnectionParameters.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_Constant.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_DBList.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_Device.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_GatewayContext.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_GatewayException.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_GatewayUtility.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRIS.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISConnection.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISEmbedded.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISGlobalNode.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISGlobalNodeView.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISIterator.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISList.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISNative.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISOREF.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISObject.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_IRISReference.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_InStream.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_LegacyIterator.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_ListItem.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_ListReader.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_ListWriter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_LogFileStream.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_MessageHeader.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_OutStream.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_PrintStream.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_PythonGateway.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/_SharedMemorySocket.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/__main__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_Column.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_DBAPI.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_Descriptor.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_IRISStream.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_Message.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_Parameter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_ParameterCollection.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_ResultSetRow.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/_SQLType.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/preparser/_PreParser.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/preparser/_Scanner.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/preparser/_Token.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/preparser/_TokenList.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/dbapi/preparser/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_BusinessHost.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_BusinessOperation.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_BusinessProcess.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_BusinessService.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_Common.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_Director.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_IRISBusinessOperation.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_IRISBusinessService.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_IRISInboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_IRISOutboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_InboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_Message.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/_OutboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/intersystems_iris/pex/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/__main__.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_business_host.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_business_process.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_cli.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_common.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_inbound_adapter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_message.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_outbound_adapter.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_pickle_message.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_private_session_process.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_utils.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/BusinessOperation.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/BusinessProcess.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/BusinessService.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Duplex/Operation.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Duplex/Process.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Duplex/Service.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/InboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/OutboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/PickleMessage.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/PrivateSession/Duplex.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/PrivateSession/Message/Ack.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/PrivateSession/Message/Poll.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/PrivateSession/Message/Start.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/PrivateSession/Message/Stop.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Service/WSGI.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Test.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Utils.cls +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/wsgi/handlers.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iris_pex_embedded_python.egg-info/SOURCES.txt +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iris_pex_embedded_python.egg-info/dependency_links.txt +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iris_pex_embedded_python.egg-info/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iris_pex_embedded_python.egg-info/top_level.txt +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/irisnative/_IRISNative.py +0 -0
- {iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/irisnative/__init__.py +0 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: iris_pex_embedded_python
|
|
3
|
+
Version: 3.1.5
|
|
4
|
+
Summary: Iris Interoperability based on Embedded Python
|
|
5
|
+
Author-email: grongier <guillaume.rongier@intersystems.com>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2019 InterSystems Developer Community
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: homepage, https://github.com/grongierisc/interoperability-embedded-python
|
|
29
|
+
Project-URL: documentation, https://github.com/grongierisc/interoperability-embedded-python/blob/master/README.md
|
|
30
|
+
Project-URL: repository, https://github.com/grongierisc/interoperability-embedded-python
|
|
31
|
+
Project-URL: issues, https://github.com/grongierisc/interoperability-embedded-python/issues
|
|
32
|
+
Keywords: iris,intersystems,python,embedded
|
|
33
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
34
|
+
Classifier: Intended Audience :: Developers
|
|
35
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
36
|
+
Classifier: Operating System :: OS Independent
|
|
37
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
38
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
39
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
40
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
42
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
43
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
44
|
+
Classifier: Topic :: Utilities
|
|
45
|
+
Description-Content-Type: text/markdown
|
|
46
|
+
License-File: LICENSE
|
|
47
|
+
Requires-Dist: dacite>=1.6.0
|
|
48
|
+
Requires-Dist: xmltodict>=0.12.0
|
|
49
|
+
Requires-Dist: iris-embedded-python-wrapper>=0.0.6
|
|
50
|
+
Requires-Dist: setuptools>=40.8.0
|
|
51
|
+
|
|
52
|
+
# IoP (Interoperability On Python)
|
|
53
|
+
|
|
54
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
55
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
56
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
57
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
58
|
+

|
|
59
|
+
|
|
60
|
+
Welcome to the **Interoperability On Python (IoP)** proof of concept! This project demonstrates how the **IRIS Interoperability Framework** can be utilized with a **Python-first approach**.
|
|
61
|
+
|
|
62
|
+
Documentation can be found [here](https://grongierisc.github.io/interoperability-embedded-python/).
|
|
63
|
+
|
|
64
|
+
## Example
|
|
65
|
+
|
|
66
|
+
Here's a simple example of how a Business Operation can be implemented in Python:
|
|
67
|
+
|
|
68
|
+
```python
|
|
69
|
+
from iop import BusinessOperation
|
|
70
|
+
|
|
71
|
+
class MyBo(BusinessOperation):
|
|
72
|
+
def on_message(self, request):
|
|
73
|
+
self.log_info("Hello World")
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Installation
|
|
77
|
+
|
|
78
|
+
To start using this proof of concept, install it using pip:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
pip install iris-pex-embedded-python
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## Getting Started
|
|
85
|
+
|
|
86
|
+
If you're new to this project, begin by reading the [installation guide](https://grongierisc.github.io/interoperability-embedded-python/getting-started/installation.md). Then, follow the [first steps](https://grongierisc.github.io/interoperability-embedded-python/getting-started/first-steps.md) to create your first Business Operation.
|
|
87
|
+
|
|
88
|
+
Happy coding!
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# IoP (Interoperability On Python)
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
4
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
5
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
6
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
Welcome to the **Interoperability On Python (IoP)** proof of concept! This project demonstrates how the **IRIS Interoperability Framework** can be utilized with a **Python-first approach**.
|
|
10
|
+
|
|
11
|
+
Documentation can be found [here](https://grongierisc.github.io/interoperability-embedded-python/).
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
Here's a simple example of how a Business Operation can be implemented in Python:
|
|
16
|
+
|
|
17
|
+
```python
|
|
18
|
+
from iop import BusinessOperation
|
|
19
|
+
|
|
20
|
+
class MyBo(BusinessOperation):
|
|
21
|
+
def on_message(self, request):
|
|
22
|
+
self.log_info("Hello World")
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Installation
|
|
26
|
+
|
|
27
|
+
To start using this proof of concept, install it using pip:
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
pip install iris-pex-embedded-python
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Getting Started
|
|
34
|
+
|
|
35
|
+
If you're new to this project, begin by reading the [installation guide](https://grongierisc.github.io/interoperability-embedded-python/getting-started/installation.md). Then, follow the [first steps](https://grongierisc.github.io/interoperability-embedded-python/getting-started/first-steps.md) to create your first Business Operation.
|
|
36
|
+
|
|
37
|
+
Happy coding!
|
|
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
|
|
|
3
3
|
|
|
4
4
|
[project]
|
|
5
5
|
name = "iris_pex_embedded_python"
|
|
6
|
-
version = "3.1.
|
|
6
|
+
version = "3.1.5"
|
|
7
7
|
description = "Iris Interoperability based on Embedded Python"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
authors = [
|
|
@@ -22,13 +22,15 @@ classifiers = [
|
|
|
22
22
|
"Programming Language :: Python :: 3.9",
|
|
23
23
|
"Programming Language :: Python :: 3.10",
|
|
24
24
|
"Programming Language :: Python :: 3.11",
|
|
25
|
+
"Programming Language :: Python :: 3.12",
|
|
25
26
|
"Topic :: Utilities"
|
|
26
27
|
]
|
|
27
28
|
|
|
28
29
|
dependencies = [
|
|
29
30
|
"dacite >=1.6.0",
|
|
30
31
|
"xmltodict>=0.12.0",
|
|
31
|
-
"iris-embedded-python-wrapper>=0.0.6"
|
|
32
|
+
"iris-embedded-python-wrapper>=0.0.6",
|
|
33
|
+
"setuptools >= 40.8.0"
|
|
32
34
|
]
|
|
33
35
|
|
|
34
36
|
license = { file = "LICENSE" }
|
{iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_business_operation.py
RENAMED
|
@@ -36,7 +36,7 @@ class _BusinessOperation(_BusinessHost):
|
|
|
36
36
|
""" For internal use only. """
|
|
37
37
|
self.iris_handle = handle_current
|
|
38
38
|
if type(handle_partner).__module__.find('iris') == 0:
|
|
39
|
-
if handle_partner._IsA("Grongier.PEX.OutboundAdapter"):
|
|
39
|
+
if handle_partner._IsA("Grongier.PEX.OutboundAdapter") or handle_partner._IsA("IOP.OutboundAdapter"):
|
|
40
40
|
module = importlib.import_module(handle_partner.GetModule())
|
|
41
41
|
handle_partner = getattr(module, handle_partner.GetClassname())()
|
|
42
42
|
self.Adapter = self.adapter = handle_partner
|
{iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/_business_service.py
RENAMED
|
@@ -30,7 +30,7 @@ class _BusinessService(_BusinessHost):
|
|
|
30
30
|
""" For internal use only. """
|
|
31
31
|
self.iris_handle = handle_current
|
|
32
32
|
if type(handle_partner).__module__.find('iris') == 0:
|
|
33
|
-
if handle_partner._IsA("Grongier.PEX.InboundAdapter"):
|
|
33
|
+
if handle_partner._IsA("Grongier.PEX.InboundAdapter") or handle_partner._IsA("IOP.InboundAdapter"):
|
|
34
34
|
module = importlib.import_module(handle_partner.GetModule())
|
|
35
35
|
handle_partner = getattr(module, handle_partner.GetClassname())()
|
|
36
36
|
self.Adapter = self.adapter = handle_partner
|
|
@@ -15,6 +15,21 @@ class _Director():
|
|
|
15
15
|
Instead these business services are created by a custom application by calling the Director.CreateBusinessService() method.
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
+
_bs = {}
|
|
19
|
+
|
|
20
|
+
def get_business_service(self,target,force_session_id=False):
|
|
21
|
+
""" get the business service
|
|
22
|
+
Parameters:
|
|
23
|
+
target: the name of the business service
|
|
24
|
+
force_session_id: if True, force the session id to be a new one
|
|
25
|
+
"""
|
|
26
|
+
if target not in self._bs or self._bs[target] is None:
|
|
27
|
+
self._bs[target] = _Director.create_python_business_service(target)
|
|
28
|
+
if force_session_id:
|
|
29
|
+
self._bs[target].iris_handle._SessionId = ""
|
|
30
|
+
self._bs[target].iris_handle.ForceSessionId()
|
|
31
|
+
return self._bs[target]
|
|
32
|
+
|
|
18
33
|
@staticmethod
|
|
19
34
|
def CreateBusinessService(target):
|
|
20
35
|
""" DEPRECATED : use create_business_service
|
|
@@ -40,7 +55,7 @@ class _Director():
|
|
|
40
55
|
Returns:
|
|
41
56
|
an object that contains an instance of IRISBusinessService
|
|
42
57
|
"""
|
|
43
|
-
iris_object = iris.cls("
|
|
58
|
+
iris_object = iris.cls("IOP.Director").dispatchCreateBusinessService(target)
|
|
44
59
|
return iris_object
|
|
45
60
|
|
|
46
61
|
@staticmethod
|
|
@@ -54,7 +69,7 @@ class _Director():
|
|
|
54
69
|
Returns:
|
|
55
70
|
an object that contains an instance of IRISBusinessService
|
|
56
71
|
"""
|
|
57
|
-
iris_object = iris.cls("
|
|
72
|
+
iris_object = iris.cls("IOP.Director").dispatchCreateBusinessService(target)
|
|
58
73
|
return iris_object.GetClass()
|
|
59
74
|
|
|
60
75
|
### List of function to manage the production
|
|
@@ -112,12 +127,12 @@ class _Director():
|
|
|
112
127
|
### list production
|
|
113
128
|
@staticmethod
|
|
114
129
|
def list_productions():
|
|
115
|
-
return iris.cls('
|
|
130
|
+
return iris.cls('IOP.Director').dispatchListProductions()
|
|
116
131
|
|
|
117
132
|
### status production
|
|
118
133
|
@staticmethod
|
|
119
134
|
def status_production():
|
|
120
|
-
dikt = iris.cls('
|
|
135
|
+
dikt = iris.cls('IOP.Director').StatusProduction()
|
|
121
136
|
if dikt['Production'] is None or dikt['Production'] == '':
|
|
122
137
|
dikt['Production'] = _Director.get_default_production()
|
|
123
138
|
return dikt
|
|
@@ -31,7 +31,8 @@ class _PrivateSessionDuplex(_BusinessHost):
|
|
|
31
31
|
""" For internal use only. """
|
|
32
32
|
self.iris_handle = handle_current
|
|
33
33
|
if type(handle_partner).__module__.find('iris') == 0:
|
|
34
|
-
if handle_partner._IsA("Grongier.PEX.InboundAdapter") or handle_partner._IsA("Grongier.PEX.OutboundAdapter")
|
|
34
|
+
if (handle_partner._IsA("Grongier.PEX.InboundAdapter") or handle_partner._IsA("Grongier.PEX.OutboundAdapter")
|
|
35
|
+
or handle_partner._IsA("IOP.InboundAdapter") or handle_partner._IsA("IOP.OutboundAdapter")):
|
|
35
36
|
module = importlib.import_module(handle_partner.GetModule())
|
|
36
37
|
handle_partner = getattr(module, handle_partner.GetClassname())()
|
|
37
38
|
self.Adapter = self.adapter = handle_partner
|
{iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Common.cls
RENAMED
|
@@ -118,7 +118,13 @@ Method Connect() As %Status
|
|
|
118
118
|
Method OnTearDown() As %Status
|
|
119
119
|
{
|
|
120
120
|
set tSC = $$$OK
|
|
121
|
-
|
|
121
|
+
if $isObject(..%class) {
|
|
122
|
+
try {
|
|
123
|
+
do ..%class."_dispatch_on_tear_down"()
|
|
124
|
+
} catch ex {
|
|
125
|
+
set tSC = ex.AsStatus()
|
|
126
|
+
}
|
|
127
|
+
}
|
|
122
128
|
quit tSC
|
|
123
129
|
}
|
|
124
130
|
|
{iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Director.cls
RENAMED
|
@@ -9,10 +9,13 @@ Class IOP.Director [ Inheritance = right, ProcedureBlock, System = 4 ]
|
|
|
9
9
|
|
|
10
10
|
ClassMethod dispatchCreateBusinessService(pTargetDispatchName As %String) As Ens.BusinessService
|
|
11
11
|
{
|
|
12
|
+
set tSC = ##class(Ens.Director).CreateBusinessService(pTargetDispatchName,.service)
|
|
13
|
+
|
|
12
14
|
// Hack to prevent job to be registered in the production
|
|
13
15
|
do ##class(Ens.Job).UnRegister(pTargetDispatchName,$JOB)
|
|
14
|
-
|
|
16
|
+
|
|
15
17
|
if $$$ISERR(tSC) throw ##class(%Exception.StatusException).CreateFromStatus(tSC)
|
|
18
|
+
|
|
16
19
|
quit service
|
|
17
20
|
}
|
|
18
21
|
|
{iris_pex_embedded_python-3.1.4b2 → iris_pex_embedded_python-3.1.5}/src/iop/cls/IOP/Message.cls
RENAMED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/* Copyright (c) 2021 by InterSystems Corporation.
|
|
2
|
-
Cambridge, Massachusetts, U.S.A. All rights reserved.
|
|
3
|
-
Confidential property of InterSystems Corporation. */
|
|
4
|
-
|
|
5
1
|
Class IOP.Message Extends (Ens.MessageBody, %CSP.Page, %XML.Adaptor)
|
|
6
2
|
{
|
|
7
3
|
|
|
@@ -79,11 +75,16 @@ Method jsonSet(pInput) As %Status
|
|
|
79
75
|
, "Stream":..jsonStream
|
|
80
76
|
, :$$$NULLOREF)
|
|
81
77
|
Quit:tOldStream=pInput $$$OK
|
|
82
|
-
|
|
78
|
+
|
|
79
|
+
If ..type'="" {
|
|
80
|
+
Set:(..type="String") i%jsonString=""
|
|
81
|
+
Set:(..type="Stream") i%jsonStream=$$$NULLOREF
|
|
82
|
+
Set i%type = ""
|
|
83
|
+
}
|
|
83
84
|
|
|
84
85
|
If $ISOBJECT(pInput) {
|
|
85
86
|
if pInput.%Extends("%Stream.GlobalCharacter") {
|
|
86
|
-
Set
|
|
87
|
+
Set r%jsonStream=pInput, i%type="Stream"
|
|
87
88
|
}
|
|
88
89
|
else {
|
|
89
90
|
Throw ##class(%Exception.General).%New("Invalid input type, must be a %Stream.GlobalCharacter or a %String")
|
|
@@ -94,18 +95,15 @@ Method jsonSet(pInput) As %Status
|
|
|
94
95
|
// write in a stream
|
|
95
96
|
Set stream = ##class(%Stream.GlobalCharacter).%New()
|
|
96
97
|
for i=1:..#BUFFER:$LENGTH(pInput) {
|
|
97
|
-
Set sc = stream.Write($EXTRACT(pInput,i,(i+..#BUFFER)))
|
|
98
|
+
Set sc = stream.Write($EXTRACT(pInput,i,(i+..#BUFFER-1)))
|
|
98
99
|
Quit:$$$ISERR(sc)
|
|
99
100
|
}
|
|
100
|
-
Set
|
|
101
|
+
Set r%jsonStream=stream, i%type="Stream"
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
Set i%jsonString=pInput, i%type="String"
|
|
101
105
|
}
|
|
102
|
-
Set i%jsonString=pInput, i%type="String"
|
|
103
106
|
}
|
|
104
|
-
Quit $$$OK
|
|
105
|
-
Clear()
|
|
106
|
-
If ..type="String" { Set r%jsonString="" }
|
|
107
|
-
ElseIf ..type="Stream" { Set r%jsonStream=$$$NULLOREF }
|
|
108
|
-
Quit
|
|
109
107
|
}
|
|
110
108
|
|
|
111
109
|
Method GetObjectJson(ByRef atEnd)
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: iris_pex_embedded_python
|
|
3
|
+
Version: 3.1.5
|
|
4
|
+
Summary: Iris Interoperability based on Embedded Python
|
|
5
|
+
Author-email: grongier <guillaume.rongier@intersystems.com>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2019 InterSystems Developer Community
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: homepage, https://github.com/grongierisc/interoperability-embedded-python
|
|
29
|
+
Project-URL: documentation, https://github.com/grongierisc/interoperability-embedded-python/blob/master/README.md
|
|
30
|
+
Project-URL: repository, https://github.com/grongierisc/interoperability-embedded-python
|
|
31
|
+
Project-URL: issues, https://github.com/grongierisc/interoperability-embedded-python/issues
|
|
32
|
+
Keywords: iris,intersystems,python,embedded
|
|
33
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
34
|
+
Classifier: Intended Audience :: Developers
|
|
35
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
36
|
+
Classifier: Operating System :: OS Independent
|
|
37
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
38
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
39
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
40
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
42
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
43
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
44
|
+
Classifier: Topic :: Utilities
|
|
45
|
+
Description-Content-Type: text/markdown
|
|
46
|
+
License-File: LICENSE
|
|
47
|
+
Requires-Dist: dacite>=1.6.0
|
|
48
|
+
Requires-Dist: xmltodict>=0.12.0
|
|
49
|
+
Requires-Dist: iris-embedded-python-wrapper>=0.0.6
|
|
50
|
+
Requires-Dist: setuptools>=40.8.0
|
|
51
|
+
|
|
52
|
+
# IoP (Interoperability On Python)
|
|
53
|
+
|
|
54
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
55
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
56
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
57
|
+
[](https://pypi.org/project/iris-pex-embedded-python/)
|
|
58
|
+

|
|
59
|
+
|
|
60
|
+
Welcome to the **Interoperability On Python (IoP)** proof of concept! This project demonstrates how the **IRIS Interoperability Framework** can be utilized with a **Python-first approach**.
|
|
61
|
+
|
|
62
|
+
Documentation can be found [here](https://grongierisc.github.io/interoperability-embedded-python/).
|
|
63
|
+
|
|
64
|
+
## Example
|
|
65
|
+
|
|
66
|
+
Here's a simple example of how a Business Operation can be implemented in Python:
|
|
67
|
+
|
|
68
|
+
```python
|
|
69
|
+
from iop import BusinessOperation
|
|
70
|
+
|
|
71
|
+
class MyBo(BusinessOperation):
|
|
72
|
+
def on_message(self, request):
|
|
73
|
+
self.log_info("Hello World")
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Installation
|
|
77
|
+
|
|
78
|
+
To start using this proof of concept, install it using pip:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
pip install iris-pex-embedded-python
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## Getting Started
|
|
85
|
+
|
|
86
|
+
If you're new to this project, begin by reading the [installation guide](https://grongierisc.github.io/interoperability-embedded-python/getting-started/installation.md). Then, follow the [first steps](https://grongierisc.github.io/interoperability-embedded-python/getting-started/first-steps.md) to create your first Business Operation.
|
|
87
|
+
|
|
88
|
+
Happy coding!
|