iris-pex-embedded-python 3.1.4__tar.gz → 3.1.4b1__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.4/src/iris_pex_embedded_python.egg-info → iris_pex_embedded_python-3.1.4b1}/PKG-INFO +1 -1
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/pyproject.toml +1 -1
- iris_pex_embedded_python-3.1.4b1/setup.py +7 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1/src/iris_pex_embedded_python.egg-info}/PKG-INFO +1 -1
- iris_pex_embedded_python-3.1.4b1/src/iris_pex_embedded_python.egg-info/SOURCES.txt +76 -0
- iris_pex_embedded_python-3.1.4b1/src/iris_pex_embedded_python.egg-info/top_level.txt +2 -0
- iris_pex_embedded_python-3.1.4/setup.py +0 -3
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_BufferReader.py +0 -10
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_BufferWriter.py +0 -32
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_ConnectionInformation.py +0 -56
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_ConnectionParameters.py +0 -18
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_Constant.py +0 -38
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_DBList.py +0 -506
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_Device.py +0 -69
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_GatewayContext.py +0 -25
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_GatewayException.py +0 -4
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_GatewayUtility.py +0 -74
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRIS.py +0 -1294
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISConnection.py +0 -516
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISEmbedded.py +0 -85
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISGlobalNode.py +0 -273
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISGlobalNodeView.py +0 -25
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISIterator.py +0 -143
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISList.py +0 -360
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISNative.py +0 -208
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISOREF.py +0 -9
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISObject.py +0 -424
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_IRISReference.py +0 -133
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_InStream.py +0 -149
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_LegacyIterator.py +0 -135
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_ListItem.py +0 -15
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_ListReader.py +0 -84
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_ListWriter.py +0 -161
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_LogFileStream.py +0 -115
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_MessageHeader.py +0 -51
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_OutStream.py +0 -25
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_PrintStream.py +0 -65
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_PythonGateway.py +0 -850
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/_SharedMemorySocket.py +0 -87
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/__init__.py +0 -79
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/__main__.py +0 -7
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_Column.py +0 -56
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_DBAPI.py +0 -2631
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_Descriptor.py +0 -46
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_IRISStream.py +0 -65
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_Message.py +0 -158
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_Parameter.py +0 -171
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_ParameterCollection.py +0 -141
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_ResultSetRow.py +0 -361
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/_SQLType.py +0 -32
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/__init__.py +0 -0
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/preparser/_PreParser.py +0 -1674
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/preparser/_Scanner.py +0 -391
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/preparser/_Token.py +0 -81
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/preparser/_TokenList.py +0 -251
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/dbapi/preparser/__init__.py +0 -0
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_BusinessHost.py +0 -101
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_BusinessOperation.py +0 -105
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_BusinessProcess.py +0 -214
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_BusinessService.py +0 -95
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_Common.py +0 -228
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_Director.py +0 -24
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_IRISBusinessOperation.py +0 -5
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_IRISBusinessService.py +0 -18
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_IRISInboundAdapter.py +0 -5
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_IRISOutboundAdapter.py +0 -17
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_InboundAdapter.py +0 -57
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_Message.py +0 -6
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/_OutboundAdapter.py +0 -46
- iris_pex_embedded_python-3.1.4/src/intersystems_iris/pex/__init__.py +0 -25
- iris_pex_embedded_python-3.1.4/src/iris_pex_embedded_python.egg-info/SOURCES.txt +0 -141
- iris_pex_embedded_python-3.1.4/src/iris_pex_embedded_python.egg-info/top_level.txt +0 -4
- iris_pex_embedded_python-3.1.4/src/irisnative/_IRISNative.py +0 -9
- iris_pex_embedded_python-3.1.4/src/irisnative/__init__.py +0 -10
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/LICENSE +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/README.md +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/setup.cfg +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/BusinessOperation.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/BusinessProcess.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/BusinessService.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Common.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Director.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Duplex/Operation.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Duplex/Process.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Duplex/Service.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/InboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Message.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/OutboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/PickleMessage.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Duplex.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Ack.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Poll.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Start.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Stop.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Test.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/PEX/Utils.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/cls/Grongier/Service/WSGI.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/__main__.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/_business_host.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/_cli.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/_common.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/_director.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/_utils.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/grongier/pex/wsgi/handlers.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/__init__.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/__main__.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_business_host.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_business_operation.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_business_process.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_business_service.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_cli.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_common.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_director.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_inbound_adapter.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_message.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_outbound_adapter.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_pickle_message.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_private_session_duplex.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_private_session_process.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/_utils.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/BusinessOperation.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/BusinessProcess.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/BusinessService.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Common.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Director.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Duplex/Operation.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Duplex/Process.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Duplex/Service.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/InboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Message.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/OutboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/PickleMessage.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/PrivateSession/Duplex.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/PrivateSession/Message/Ack.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/PrivateSession/Message/Poll.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/PrivateSession/Message/Start.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/PrivateSession/Message/Stop.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Service/WSGI.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Test.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/cls/IOP/Utils.cls +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iop/wsgi/handlers.py +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iris_pex_embedded_python.egg-info/dependency_links.txt +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iris_pex_embedded_python.egg-info/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.1.4 → iris_pex_embedded_python-3.1.4b1}/src/iris_pex_embedded_python.egg-info/requires.txt +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
setup.py
|
|
5
|
+
src/grongier/__init__.py
|
|
6
|
+
src/grongier/cls/Grongier/PEX/BusinessOperation.cls
|
|
7
|
+
src/grongier/cls/Grongier/PEX/BusinessProcess.cls
|
|
8
|
+
src/grongier/cls/Grongier/PEX/BusinessService.cls
|
|
9
|
+
src/grongier/cls/Grongier/PEX/Common.cls
|
|
10
|
+
src/grongier/cls/Grongier/PEX/Director.cls
|
|
11
|
+
src/grongier/cls/Grongier/PEX/InboundAdapter.cls
|
|
12
|
+
src/grongier/cls/Grongier/PEX/Message.cls
|
|
13
|
+
src/grongier/cls/Grongier/PEX/OutboundAdapter.cls
|
|
14
|
+
src/grongier/cls/Grongier/PEX/PickleMessage.cls
|
|
15
|
+
src/grongier/cls/Grongier/PEX/Test.cls
|
|
16
|
+
src/grongier/cls/Grongier/PEX/Utils.cls
|
|
17
|
+
src/grongier/cls/Grongier/PEX/Duplex/Operation.cls
|
|
18
|
+
src/grongier/cls/Grongier/PEX/Duplex/Process.cls
|
|
19
|
+
src/grongier/cls/Grongier/PEX/Duplex/Service.cls
|
|
20
|
+
src/grongier/cls/Grongier/PEX/PrivateSession/Duplex.cls
|
|
21
|
+
src/grongier/cls/Grongier/PEX/PrivateSession/Message/Ack.cls
|
|
22
|
+
src/grongier/cls/Grongier/PEX/PrivateSession/Message/Poll.cls
|
|
23
|
+
src/grongier/cls/Grongier/PEX/PrivateSession/Message/Start.cls
|
|
24
|
+
src/grongier/cls/Grongier/PEX/PrivateSession/Message/Stop.cls
|
|
25
|
+
src/grongier/cls/Grongier/Service/WSGI.cls
|
|
26
|
+
src/grongier/pex/__init__.py
|
|
27
|
+
src/grongier/pex/__main__.py
|
|
28
|
+
src/grongier/pex/_business_host.py
|
|
29
|
+
src/grongier/pex/_cli.py
|
|
30
|
+
src/grongier/pex/_common.py
|
|
31
|
+
src/grongier/pex/_director.py
|
|
32
|
+
src/grongier/pex/_utils.py
|
|
33
|
+
src/grongier/pex/wsgi/handlers.py
|
|
34
|
+
src/iop/__init__.py
|
|
35
|
+
src/iop/__main__.py
|
|
36
|
+
src/iop/_business_host.py
|
|
37
|
+
src/iop/_business_operation.py
|
|
38
|
+
src/iop/_business_process.py
|
|
39
|
+
src/iop/_business_service.py
|
|
40
|
+
src/iop/_cli.py
|
|
41
|
+
src/iop/_common.py
|
|
42
|
+
src/iop/_director.py
|
|
43
|
+
src/iop/_inbound_adapter.py
|
|
44
|
+
src/iop/_message.py
|
|
45
|
+
src/iop/_outbound_adapter.py
|
|
46
|
+
src/iop/_pickle_message.py
|
|
47
|
+
src/iop/_private_session_duplex.py
|
|
48
|
+
src/iop/_private_session_process.py
|
|
49
|
+
src/iop/_utils.py
|
|
50
|
+
src/iop/cls/IOP/BusinessOperation.cls
|
|
51
|
+
src/iop/cls/IOP/BusinessProcess.cls
|
|
52
|
+
src/iop/cls/IOP/BusinessService.cls
|
|
53
|
+
src/iop/cls/IOP/Common.cls
|
|
54
|
+
src/iop/cls/IOP/Director.cls
|
|
55
|
+
src/iop/cls/IOP/InboundAdapter.cls
|
|
56
|
+
src/iop/cls/IOP/Message.cls
|
|
57
|
+
src/iop/cls/IOP/OutboundAdapter.cls
|
|
58
|
+
src/iop/cls/IOP/PickleMessage.cls
|
|
59
|
+
src/iop/cls/IOP/Test.cls
|
|
60
|
+
src/iop/cls/IOP/Utils.cls
|
|
61
|
+
src/iop/cls/IOP/Duplex/Operation.cls
|
|
62
|
+
src/iop/cls/IOP/Duplex/Process.cls
|
|
63
|
+
src/iop/cls/IOP/Duplex/Service.cls
|
|
64
|
+
src/iop/cls/IOP/PrivateSession/Duplex.cls
|
|
65
|
+
src/iop/cls/IOP/PrivateSession/Message/Ack.cls
|
|
66
|
+
src/iop/cls/IOP/PrivateSession/Message/Poll.cls
|
|
67
|
+
src/iop/cls/IOP/PrivateSession/Message/Start.cls
|
|
68
|
+
src/iop/cls/IOP/PrivateSession/Message/Stop.cls
|
|
69
|
+
src/iop/cls/IOP/Service/WSGI.cls
|
|
70
|
+
src/iop/wsgi/handlers.py
|
|
71
|
+
src/iris_pex_embedded_python.egg-info/PKG-INFO
|
|
72
|
+
src/iris_pex_embedded_python.egg-info/SOURCES.txt
|
|
73
|
+
src/iris_pex_embedded_python.egg-info/dependency_links.txt
|
|
74
|
+
src/iris_pex_embedded_python.egg-info/entry_points.txt
|
|
75
|
+
src/iris_pex_embedded_python.egg-info/requires.txt
|
|
76
|
+
src/iris_pex_embedded_python.egg-info/top_level.txt
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import intersystems_iris._ListReader
|
|
2
|
-
|
|
3
|
-
class _BufferReader(intersystems_iris._ListReader._ListReader):
|
|
4
|
-
|
|
5
|
-
def __init__(self, header, buffer, locale):
|
|
6
|
-
self.header = header
|
|
7
|
-
super().__init__(buffer, locale)
|
|
8
|
-
|
|
9
|
-
def _get_header_count(self):
|
|
10
|
-
return self.header._get_count()
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import intersystems_iris._ListWriter
|
|
2
|
-
import intersystems_iris._MessageHeader
|
|
3
|
-
|
|
4
|
-
class _BufferWriter(intersystems_iris._ListWriter._ListWriter):
|
|
5
|
-
|
|
6
|
-
def __init__(self, locale, is_unicode, compact_double):
|
|
7
|
-
super().__init__(locale, is_unicode, compact_double)
|
|
8
|
-
self.offset = intersystems_iris._MessageHeader._MessageHeader.HEADER_SIZE
|
|
9
|
-
|
|
10
|
-
def _write_header(self, function_code):
|
|
11
|
-
self.buffer[12] = function_code[0]
|
|
12
|
-
self.buffer[13] = function_code[1]
|
|
13
|
-
self.offset = intersystems_iris._MessageHeader._MessageHeader.HEADER_SIZE
|
|
14
|
-
|
|
15
|
-
def _write_header_sysio(self, sysio_code):
|
|
16
|
-
code_int = sysio_code + 49728
|
|
17
|
-
code_bytes = code_int.to_bytes(2, 'little')
|
|
18
|
-
self.buffer[12] = code_bytes[0]
|
|
19
|
-
self.buffer[13] = code_bytes[1]
|
|
20
|
-
self.offset = intersystems_iris._MessageHeader._MessageHeader.HEADER_SIZE
|
|
21
|
-
|
|
22
|
-
def _set_connection_info(self, connection_info):
|
|
23
|
-
self._locale = connection_info._locale
|
|
24
|
-
self._is_unicode = connection_info._is_unicode
|
|
25
|
-
self._compact_double = connection_info._compact_double
|
|
26
|
-
|
|
27
|
-
def _get_header_buffer(self):
|
|
28
|
-
return self.buffer[0:intersystems_iris._MessageHeader._MessageHeader.HEADER_SIZE]
|
|
29
|
-
|
|
30
|
-
def _get_data_buffer(self):
|
|
31
|
-
return self.buffer[intersystems_iris._MessageHeader._MessageHeader.HEADER_SIZE:self.offset]
|
|
32
|
-
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import intersystems_iris._Constant
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
class _ConnectionInformation(object):
|
|
5
|
-
def __init__(self):
|
|
6
|
-
self.protocol_version = intersystems_iris._Constant._Constant.PROTOCOL_VERSION
|
|
7
|
-
self._is_unicode = True
|
|
8
|
-
self._compact_double = False
|
|
9
|
-
self._locale = "latin-1"
|
|
10
|
-
self._delimited_ids = 0
|
|
11
|
-
self._server_version = ""
|
|
12
|
-
self._server_version_major = 0
|
|
13
|
-
self._server_version_minor = 0
|
|
14
|
-
self._iris_install_dir = ""
|
|
15
|
-
self._server_job_number = -1
|
|
16
|
-
|
|
17
|
-
def _set_server_locale(self, locale):
|
|
18
|
-
self._locale = self._map_server_locale(locale)
|
|
19
|
-
|
|
20
|
-
def _parse_server_version(self, server_version):
|
|
21
|
-
split_1 = server_version.split("|")
|
|
22
|
-
self._server_version = split_1[0]
|
|
23
|
-
if len(split_1) > 1:
|
|
24
|
-
self._iris_install_dir = split_1[1]
|
|
25
|
-
if self._server_version.find("Version") > 0:
|
|
26
|
-
version = server_version[server_version.find("Version") + 8 :]
|
|
27
|
-
self._server_version_major = version.split(".")[0]
|
|
28
|
-
self._server_version_minor = version.split(".")[1]
|
|
29
|
-
return
|
|
30
|
-
|
|
31
|
-
@staticmethod
|
|
32
|
-
def _map_server_locale(locale):
|
|
33
|
-
# we need to map IRIS locale literals to Python locale literals
|
|
34
|
-
_locales = {
|
|
35
|
-
"LATIN1": "latin_1",
|
|
36
|
-
"LATIN2": "iso8859_2",
|
|
37
|
-
"LATINC": "iso8859_5",
|
|
38
|
-
"LATINA": "iso8859_6",
|
|
39
|
-
"LATING": "iso8859_7",
|
|
40
|
-
"LATINH": "iso8859_8",
|
|
41
|
-
"LATINT": "iso8859_11",
|
|
42
|
-
"LATIN9": "iso8859_15",
|
|
43
|
-
"CP1250": "cp1250",
|
|
44
|
-
"CP1251": "cp1251",
|
|
45
|
-
"CP1252": "cp1252",
|
|
46
|
-
"CP1253": "cp1253",
|
|
47
|
-
"CP1255": "cp1255",
|
|
48
|
-
"CP1256": "cp1256",
|
|
49
|
-
"CP1257": "cp1257",
|
|
50
|
-
"CP874": "cp874",
|
|
51
|
-
"UNICODE": "utf-8",
|
|
52
|
-
}
|
|
53
|
-
return _locales[locale.upper()] if locale.upper() in _locales else locale
|
|
54
|
-
|
|
55
|
-
def __repr__(self) -> str:
|
|
56
|
-
return f"<{self._server_version}>"
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
class _ConnectionParameters(object):
|
|
2
|
-
"""_ConnectionParameters represents the properties that are implicit to a URL."""
|
|
3
|
-
def __init__(self):
|
|
4
|
-
self.hostname = None
|
|
5
|
-
self.port = None
|
|
6
|
-
self.namespace = None
|
|
7
|
-
self.timeout = None
|
|
8
|
-
self.sharedmemory = False
|
|
9
|
-
self.logfile = None
|
|
10
|
-
self.sslcontext = None
|
|
11
|
-
self.isolationLevel = None
|
|
12
|
-
self.featureOptions = None
|
|
13
|
-
|
|
14
|
-
def _set_sharedmemory(self, sharedmemory):
|
|
15
|
-
self.sharedmemory = sharedmemory
|
|
16
|
-
|
|
17
|
-
def _get_sharedmemory(self):
|
|
18
|
-
return self.sharedmemory
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
class _Constant():
|
|
2
|
-
|
|
3
|
-
PROTOCOL_VERSION = 65
|
|
4
|
-
|
|
5
|
-
# Message function code
|
|
6
|
-
MESSAGE_CONNECT = b'Y0'
|
|
7
|
-
MESSAGE_DISCONNECT = b'Y4'
|
|
8
|
-
MESSAGE_SHUTDOWN = b'Y6'
|
|
9
|
-
MESSAGE_PING = b'YQ'
|
|
10
|
-
MESSAGE_BENCHMARK_ECHO = b'YY'
|
|
11
|
-
MESSAGE_LOAD_MODULES = b'YP'
|
|
12
|
-
MESSAGE_DYNAMIC_EXECUTE_CONSTRUCTOR = b'YA'
|
|
13
|
-
MESSAGE_DYNAMIC_EXECUTE_METHOD = b'YU'
|
|
14
|
-
MESSAGE_DYNAMIC_EXECUTE_GET = b'YV'
|
|
15
|
-
MESSAGE_DYNAMIC_EXECUTE_SET = b'YB'
|
|
16
|
-
MESSAGE_CREATE_OBJECT = b'Y9'
|
|
17
|
-
MESSAGE_EXCEPTION_RAISED = b'Y5'
|
|
18
|
-
MESSAGE_GET_LIST = b'YG'
|
|
19
|
-
MESSAGE_GET_STREAM = b'YH'
|
|
20
|
-
|
|
21
|
-
@staticmethod
|
|
22
|
-
def __convert(code):
|
|
23
|
-
return code[0]*256+code[1]-22832
|
|
24
|
-
|
|
25
|
-
ENUM_MESSAGE_PASSPHRASE = -48
|
|
26
|
-
ENUM_MESSAGE_CONNECT = __convert.__func__(MESSAGE_CONNECT)
|
|
27
|
-
ENUM_MESSAGE_DISCONNECT = __convert.__func__(MESSAGE_DISCONNECT)
|
|
28
|
-
ENUM_MESSAGE_SHUTDOWN = __convert.__func__(MESSAGE_SHUTDOWN)
|
|
29
|
-
ENUM_MESSAGE_PING = __convert.__func__(MESSAGE_PING)
|
|
30
|
-
ENUM_MESSAGE_BENCHMARK_ECHO = __convert.__func__(MESSAGE_BENCHMARK_ECHO)
|
|
31
|
-
ENUM_MESSAGE_LOAD_MODULES = __convert.__func__(MESSAGE_LOAD_MODULES)
|
|
32
|
-
ENUM_MESSAGE_DYNAMIC_EXECUTE_CONSTRUCTOR = __convert.__func__(MESSAGE_DYNAMIC_EXECUTE_CONSTRUCTOR)
|
|
33
|
-
ENUM_MESSAGE_DYNAMIC_EXECUTE_METHOD = __convert.__func__(MESSAGE_DYNAMIC_EXECUTE_METHOD)
|
|
34
|
-
ENUM_MESSAGE_DYNAMIC_EXECUTE_GET = __convert.__func__(MESSAGE_DYNAMIC_EXECUTE_GET)
|
|
35
|
-
ENUM_MESSAGE_DYNAMIC_EXECUTE_SET = __convert.__func__(MESSAGE_DYNAMIC_EXECUTE_SET)
|
|
36
|
-
|
|
37
|
-
# IRISNative messages
|
|
38
|
-
|