iris-pex-embedded-python 3.3.0b6__tar.gz → 3.3.1b1__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.3.0b6 → iris_pex_embedded_python-3.3.1b1}/PKG-INFO +1 -1
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/pyproject.toml +1 -1
- iris_pex_embedded_python-3.3.1b1/src/iop/_serialization.py +219 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iris_pex_embedded_python.egg-info/PKG-INFO +1 -1
- iris_pex_embedded_python-3.3.0b6/src/iop/_serialization.py +0 -196
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/LICENSE +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/README.md +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/setup.cfg +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/setup.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/__init__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/BusinessOperation.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/BusinessProcess.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/BusinessService.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Common.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Director.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Duplex/Operation.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Duplex/Process.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Duplex/Service.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/InboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Message.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/OutboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/PickleMessage.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Duplex.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Ack.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Poll.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Start.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/PrivateSession/Message/Stop.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Test.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/PEX/Utils.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/cls/Grongier/Service/WSGI.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/__init__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/__main__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_business_host.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_cli.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_common.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_director.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_utils.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/wsgi/handlers.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_BufferReader.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_BufferWriter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_ConnectionInformation.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_ConnectionParameters.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_Constant.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_DBList.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_Device.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_GatewayContext.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_GatewayException.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_GatewayUtility.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRIS.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISConnection.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISEmbedded.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISGlobalNode.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISGlobalNodeView.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISIterator.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISList.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISNative.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISOREF.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISObject.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRISReference.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_InStream.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_LegacyIterator.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_ListItem.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_ListReader.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_ListWriter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_LogFileStream.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_MessageHeader.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_OutStream.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_PrintStream.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_PythonGateway.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_SharedMemorySocket.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/__init__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/__main__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_Column.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_DBAPI.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_Descriptor.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_IRISStream.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_Message.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_Parameter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_ParameterCollection.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_ResultSetRow.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/_SQLType.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/__init__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/preparser/_PreParser.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/preparser/_Scanner.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/preparser/_Token.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/preparser/_TokenList.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/dbapi/preparser/__init__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_BusinessHost.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_BusinessOperation.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_BusinessProcess.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_BusinessService.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_Common.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_Director.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_IRISBusinessOperation.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_IRISBusinessService.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_IRISInboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_IRISOutboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_InboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_Message.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/_OutboundAdapter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/pex/__init__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/__init__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/__main__.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_async_request.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_host.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_operation.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_process.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_service.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_cli.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_common.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_decorators.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_director.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_dispatch.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_inbound_adapter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_log_manager.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_message.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_message_validator.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_outbound_adapter.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_pickle_message.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_private_session_duplex.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_private_session_process.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_utils.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/BusinessOperation.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/BusinessProcess.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/BusinessService.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Common.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Director.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Duplex/Operation.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Duplex/Process.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Duplex/Service.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/InboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Message/JSONSchema.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Message.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/OutboundAdapter.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/PickleMessage.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/PrivateSession/Duplex.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/PrivateSession/Message/Ack.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/PrivateSession/Message/Poll.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/PrivateSession/Message/Start.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/PrivateSession/Message/Stop.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Service/WSGI.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Test.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Utils.cls +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/wsgi/handlers.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iris_pex_embedded_python.egg-info/SOURCES.txt +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iris_pex_embedded_python.egg-info/dependency_links.txt +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iris_pex_embedded_python.egg-info/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iris_pex_embedded_python.egg-info/requires.txt +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iris_pex_embedded_python.egg-info/top_level.txt +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/irisnative/_IRISNative.py +0 -0
- {iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/irisnative/__init__.py +0 -0
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
import base64
|
|
3
|
+
import codecs
|
|
4
|
+
import datetime
|
|
5
|
+
import decimal
|
|
6
|
+
import importlib
|
|
7
|
+
import json
|
|
8
|
+
import pickle
|
|
9
|
+
import uuid
|
|
10
|
+
from abc import ABC, abstractmethod
|
|
11
|
+
from dataclasses import is_dataclass
|
|
12
|
+
from typing import Any, Dict, Type, Optional
|
|
13
|
+
|
|
14
|
+
from dacite import Config, from_dict
|
|
15
|
+
import iris
|
|
16
|
+
|
|
17
|
+
from iop._utils import _Utils
|
|
18
|
+
|
|
19
|
+
# Constants
|
|
20
|
+
DATETIME_FORMAT_LENGTH = 23
|
|
21
|
+
TIME_FORMAT_LENGTH = 12
|
|
22
|
+
TYPE_SEPARATOR = ':'
|
|
23
|
+
SUPPORTED_TYPES = {
|
|
24
|
+
'datetime', 'date', 'time', 'dataframe',
|
|
25
|
+
'decimal', 'uuid', 'bytes'
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
class SerializationError(Exception):
|
|
29
|
+
"""Base exception for serialization errors."""
|
|
30
|
+
pass
|
|
31
|
+
|
|
32
|
+
class TypeConverter:
|
|
33
|
+
"""Handles type conversion for special data types."""
|
|
34
|
+
|
|
35
|
+
@staticmethod
|
|
36
|
+
def convert_to_string(typ: str, obj: Any) -> str:
|
|
37
|
+
if typ == 'dataframe':
|
|
38
|
+
return obj.to_json(orient="table")
|
|
39
|
+
elif typ == 'datetime':
|
|
40
|
+
return TypeConverter._format_datetime(obj)
|
|
41
|
+
elif typ == 'date':
|
|
42
|
+
return obj.isoformat()
|
|
43
|
+
elif typ == 'time':
|
|
44
|
+
return TypeConverter._format_time(obj)
|
|
45
|
+
elif typ == 'bytes':
|
|
46
|
+
return base64.b64encode(obj).decode("UTF-8")
|
|
47
|
+
return str(obj)
|
|
48
|
+
|
|
49
|
+
@staticmethod
|
|
50
|
+
def convert_from_string(typ: str, val: str) -> Any:
|
|
51
|
+
try:
|
|
52
|
+
if typ == 'datetime':
|
|
53
|
+
return datetime.datetime.fromisoformat(val)
|
|
54
|
+
elif typ == 'date':
|
|
55
|
+
return datetime.date.fromisoformat(val)
|
|
56
|
+
elif typ == 'time':
|
|
57
|
+
return datetime.time.fromisoformat(val)
|
|
58
|
+
elif typ == 'dataframe':
|
|
59
|
+
try:
|
|
60
|
+
import pandas as pd
|
|
61
|
+
except ImportError:
|
|
62
|
+
raise SerializationError("Failed to load pandas module")
|
|
63
|
+
return pd.read_json(val, orient="table")
|
|
64
|
+
elif typ == 'decimal':
|
|
65
|
+
return decimal.Decimal(val)
|
|
66
|
+
elif typ == 'uuid':
|
|
67
|
+
return uuid.UUID(val)
|
|
68
|
+
elif typ == 'bytes':
|
|
69
|
+
return base64.b64decode(val.encode("UTF-8"))
|
|
70
|
+
return val
|
|
71
|
+
except Exception as e:
|
|
72
|
+
raise SerializationError(f"Failed to convert type {typ}: {str(e)}")
|
|
73
|
+
|
|
74
|
+
@staticmethod
|
|
75
|
+
def _format_datetime(dt: datetime.datetime) -> str:
|
|
76
|
+
r = dt.isoformat()
|
|
77
|
+
if dt.microsecond:
|
|
78
|
+
r = r[:DATETIME_FORMAT_LENGTH] + r[26:]
|
|
79
|
+
if r.endswith("+00:00"):
|
|
80
|
+
r = r[:-6] + "Z"
|
|
81
|
+
return r
|
|
82
|
+
|
|
83
|
+
@staticmethod
|
|
84
|
+
def _format_time(t: datetime.time) -> str:
|
|
85
|
+
r = t.isoformat()
|
|
86
|
+
if t.microsecond:
|
|
87
|
+
r = r[:TIME_FORMAT_LENGTH]
|
|
88
|
+
return r
|
|
89
|
+
|
|
90
|
+
class IrisJSONEncoder(json.JSONEncoder):
|
|
91
|
+
"""JSONEncoder that handles dates, decimals, UUIDs, etc."""
|
|
92
|
+
|
|
93
|
+
def default(self, obj: Any) -> Any:
|
|
94
|
+
if obj.__class__.__name__ == 'DataFrame':
|
|
95
|
+
return f'dataframe:{TypeConverter.convert_to_string("dataframe", obj)}'
|
|
96
|
+
elif isinstance(obj, datetime.datetime):
|
|
97
|
+
return f'datetime:{TypeConverter.convert_to_string("datetime", obj)}'
|
|
98
|
+
elif isinstance(obj, datetime.date):
|
|
99
|
+
return f'date:{TypeConverter.convert_to_string("date", obj)}'
|
|
100
|
+
elif isinstance(obj, datetime.time):
|
|
101
|
+
return f'time:{TypeConverter.convert_to_string("time", obj)}'
|
|
102
|
+
elif isinstance(obj, decimal.Decimal):
|
|
103
|
+
return f'decimal:{obj}'
|
|
104
|
+
elif isinstance(obj, uuid.UUID):
|
|
105
|
+
return f'uuid:{obj}'
|
|
106
|
+
elif isinstance(obj, bytes):
|
|
107
|
+
return f'bytes:{TypeConverter.convert_to_string("bytes", obj)}'
|
|
108
|
+
elif hasattr(obj, '__dict__'):
|
|
109
|
+
return obj.__dict__
|
|
110
|
+
return super().default(obj)
|
|
111
|
+
|
|
112
|
+
class IrisJSONDecoder(json.JSONDecoder):
|
|
113
|
+
"""JSONDecoder that handles special type annotations."""
|
|
114
|
+
|
|
115
|
+
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
|
116
|
+
super().__init__(object_hook=self.object_hook, *args, **kwargs)
|
|
117
|
+
|
|
118
|
+
def object_hook(self, obj: Dict) -> Dict:
|
|
119
|
+
return {
|
|
120
|
+
key: self._process_value(value)
|
|
121
|
+
for key, value in obj.items()
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
def _process_value(self, value: Any) -> Any:
|
|
125
|
+
if isinstance(value, str) and TYPE_SEPARATOR in value:
|
|
126
|
+
typ, val = value.split(TYPE_SEPARATOR, 1)
|
|
127
|
+
if typ in SUPPORTED_TYPES:
|
|
128
|
+
return TypeConverter.convert_from_string(typ, val)
|
|
129
|
+
return value
|
|
130
|
+
|
|
131
|
+
class MessageSerializer:
|
|
132
|
+
"""Handles message serialization and deserialization."""
|
|
133
|
+
|
|
134
|
+
@staticmethod
|
|
135
|
+
def serialize(message: Any, use_pickle: bool = False) -> iris.cls:
|
|
136
|
+
"""Serializes a message to IRIS format."""
|
|
137
|
+
if use_pickle:
|
|
138
|
+
return MessageSerializer._serialize_pickle(message)
|
|
139
|
+
return MessageSerializer._serialize_json(message)
|
|
140
|
+
|
|
141
|
+
@staticmethod
|
|
142
|
+
def deserialize(serial: iris.cls, use_pickle: bool = False) -> Any:
|
|
143
|
+
"""Deserializes a message from IRIS format."""
|
|
144
|
+
if use_pickle:
|
|
145
|
+
return MessageSerializer._deserialize_pickle(serial)
|
|
146
|
+
return MessageSerializer._deserialize_json(serial)
|
|
147
|
+
|
|
148
|
+
@staticmethod
|
|
149
|
+
def _serialize_pickle(message: Any) -> iris.cls:
|
|
150
|
+
pickle_string = codecs.encode(pickle.dumps(message), "base64").decode()
|
|
151
|
+
msg = iris.cls('IOP.PickleMessage')._New()
|
|
152
|
+
msg.classname = f"{message.__class__.__module__}.{message.__class__.__name__}"
|
|
153
|
+
msg.jstr = _Utils.string_to_stream(pickle_string)
|
|
154
|
+
return msg
|
|
155
|
+
|
|
156
|
+
@staticmethod
|
|
157
|
+
def _serialize_json(message: Any) -> iris.cls:
|
|
158
|
+
json_string = json.dumps(message, cls=IrisJSONEncoder, ensure_ascii=False)
|
|
159
|
+
msg = iris.cls('IOP.Message')._New()
|
|
160
|
+
msg.classname = f"{message.__class__.__module__}.{message.__class__.__name__}"
|
|
161
|
+
|
|
162
|
+
if hasattr(msg, 'buffer') and len(json_string) > msg.buffer:
|
|
163
|
+
msg.json = _Utils.string_to_stream(json_string, msg.buffer)
|
|
164
|
+
else:
|
|
165
|
+
msg.json = json_string
|
|
166
|
+
return msg
|
|
167
|
+
|
|
168
|
+
@staticmethod
|
|
169
|
+
def _deserialize_pickle(serial: iris.cls) -> Any:
|
|
170
|
+
string = _Utils.stream_to_string(serial.jstr)
|
|
171
|
+
return pickle.loads(codecs.decode(string.encode(), "base64"))
|
|
172
|
+
|
|
173
|
+
@staticmethod
|
|
174
|
+
def _deserialize_json(serial: iris.cls) -> Any:
|
|
175
|
+
if not serial.classname:
|
|
176
|
+
raise SerializationError("JSON message malformed, must include classname")
|
|
177
|
+
|
|
178
|
+
try:
|
|
179
|
+
module_name, class_name = MessageSerializer._parse_classname(serial.classname)
|
|
180
|
+
module = importlib.import_module(module_name)
|
|
181
|
+
msg_class = getattr(module, class_name)
|
|
182
|
+
except Exception as e:
|
|
183
|
+
raise SerializationError(f"Failed to load class {serial.classname}: {str(e)}")
|
|
184
|
+
|
|
185
|
+
json_string = (_Utils.stream_to_string(serial.json)
|
|
186
|
+
if serial.type == 'Stream' else serial.json)
|
|
187
|
+
|
|
188
|
+
try:
|
|
189
|
+
json_dict = json.loads(json_string, cls=IrisJSONDecoder)
|
|
190
|
+
return dataclass_from_dict(msg_class, json_dict)
|
|
191
|
+
except Exception as e:
|
|
192
|
+
raise SerializationError(f"Failed to deserialize JSON: {str(e)}")
|
|
193
|
+
|
|
194
|
+
@staticmethod
|
|
195
|
+
def _parse_classname(classname: str) -> tuple[str, str]:
|
|
196
|
+
j = classname.rindex(".")
|
|
197
|
+
if j <= 0:
|
|
198
|
+
raise SerializationError(f"Classname must include a module: {classname}")
|
|
199
|
+
return classname[:j], classname[j+1:]
|
|
200
|
+
|
|
201
|
+
def dataclass_from_dict(klass: Type, dikt: Dict) -> Any:
|
|
202
|
+
"""Converts a dictionary to a dataclass instance."""
|
|
203
|
+
ret = from_dict(klass, dikt, Config(check_types=False))
|
|
204
|
+
|
|
205
|
+
try:
|
|
206
|
+
fieldtypes = klass.__annotations__
|
|
207
|
+
except Exception:
|
|
208
|
+
fieldtypes = {}
|
|
209
|
+
|
|
210
|
+
for key, val in dikt.items():
|
|
211
|
+
if key not in fieldtypes:
|
|
212
|
+
setattr(ret, key, val)
|
|
213
|
+
return ret
|
|
214
|
+
|
|
215
|
+
# Maintain backwards compatibility
|
|
216
|
+
serialize_pickle_message = lambda msg: MessageSerializer.serialize(msg, use_pickle=True)
|
|
217
|
+
serialize_message = lambda msg: MessageSerializer.serialize(msg, use_pickle=False)
|
|
218
|
+
deserialize_pickle_message = lambda serial: MessageSerializer.deserialize(serial, use_pickle=True)
|
|
219
|
+
deserialize_message = lambda serial: MessageSerializer.deserialize(serial, use_pickle=False)
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
import base64
|
|
2
|
-
import codecs
|
|
3
|
-
import datetime
|
|
4
|
-
import decimal
|
|
5
|
-
import importlib
|
|
6
|
-
import json
|
|
7
|
-
import pickle
|
|
8
|
-
import uuid
|
|
9
|
-
from typing import Any, Dict, Type
|
|
10
|
-
|
|
11
|
-
from dacite import Config, from_dict
|
|
12
|
-
import iris
|
|
13
|
-
|
|
14
|
-
from iop._utils import _Utils
|
|
15
|
-
|
|
16
|
-
class IrisJSONEncoder(json.JSONEncoder):
|
|
17
|
-
"""JSONEncoder that handles dates, decimals, UUIDs, etc."""
|
|
18
|
-
|
|
19
|
-
def default(self, o: Any) -> Any:
|
|
20
|
-
if o.__class__.__name__ == 'DataFrame':
|
|
21
|
-
return 'dataframe:' + o.to_json(orient="table")
|
|
22
|
-
elif isinstance(o, datetime.datetime):
|
|
23
|
-
r = o.isoformat()
|
|
24
|
-
if o.microsecond:
|
|
25
|
-
r = r[:23] + r[26:]
|
|
26
|
-
if r.endswith("+00:00"):
|
|
27
|
-
r = r[:-6] + "Z"
|
|
28
|
-
return 'datetime:' + r
|
|
29
|
-
elif isinstance(o, datetime.date):
|
|
30
|
-
return 'date:' + o.isoformat()
|
|
31
|
-
elif isinstance(o, datetime.time):
|
|
32
|
-
r = o.isoformat()
|
|
33
|
-
if o.microsecond:
|
|
34
|
-
r = r[:12]
|
|
35
|
-
return 'time:' + r
|
|
36
|
-
elif isinstance(o, decimal.Decimal):
|
|
37
|
-
return 'decimal:' + str(o)
|
|
38
|
-
elif isinstance(o, uuid.UUID):
|
|
39
|
-
return 'uuid:' + str(o)
|
|
40
|
-
elif isinstance(o, bytes):
|
|
41
|
-
return 'bytes:' + base64.b64encode(o).decode("UTF-8")
|
|
42
|
-
elif hasattr(o, '__dict__'):
|
|
43
|
-
return o.__dict__
|
|
44
|
-
return super().default(o)
|
|
45
|
-
|
|
46
|
-
class IrisJSONDecoder(json.JSONDecoder):
|
|
47
|
-
"""JSONDecoder that handles special type annotations."""
|
|
48
|
-
|
|
49
|
-
def __init__(self, *args: Any, **kwargs: Any) -> None:
|
|
50
|
-
json.JSONDecoder.__init__(
|
|
51
|
-
self, object_hook=self.object_hook, *args, **kwargs)
|
|
52
|
-
|
|
53
|
-
def object_hook(self, obj: Dict) -> Dict:
|
|
54
|
-
ret = {}
|
|
55
|
-
for key, value in obj.items():
|
|
56
|
-
i = 0
|
|
57
|
-
if isinstance(value, str):
|
|
58
|
-
i = value.find(":")
|
|
59
|
-
if i > 0:
|
|
60
|
-
typ = value[:i]
|
|
61
|
-
val = value[i+1:]
|
|
62
|
-
ret[key] = self._convert_typed_value(typ, val)
|
|
63
|
-
else:
|
|
64
|
-
ret[key] = value
|
|
65
|
-
return ret
|
|
66
|
-
|
|
67
|
-
def _convert_typed_value(self, typ: str, val: str) -> Any:
|
|
68
|
-
if typ == 'datetime':
|
|
69
|
-
return datetime.datetime.fromisoformat(val)
|
|
70
|
-
elif typ == 'date':
|
|
71
|
-
return datetime.date.fromisoformat(val)
|
|
72
|
-
elif typ == 'time':
|
|
73
|
-
return datetime.time.fromisoformat(val)
|
|
74
|
-
elif typ == 'dataframe':
|
|
75
|
-
module = importlib.import_module('pandas')
|
|
76
|
-
return module.read_json(val, orient="table")
|
|
77
|
-
elif typ == 'decimal':
|
|
78
|
-
return decimal.Decimal(val)
|
|
79
|
-
elif typ == 'uuid':
|
|
80
|
-
return uuid.UUID(val)
|
|
81
|
-
elif typ == 'bytes':
|
|
82
|
-
return base64.b64decode(val.encode("UTF-8"))
|
|
83
|
-
return val
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
def serialize_pickle_message(message: Any) -> iris.cls:
|
|
87
|
-
"""Converts a python dataclass message into an iris iop.message.
|
|
88
|
-
|
|
89
|
-
Args:
|
|
90
|
-
message: The message to serialize, an instance of a class that is a subclass of Message.
|
|
91
|
-
|
|
92
|
-
Returns:
|
|
93
|
-
The message in json format.
|
|
94
|
-
"""
|
|
95
|
-
pickle_string = codecs.encode(pickle.dumps(message), "base64").decode()
|
|
96
|
-
module = message.__class__.__module__
|
|
97
|
-
classname = message.__class__.__name__
|
|
98
|
-
|
|
99
|
-
msg = iris.cls('IOP.PickleMessage')._New()
|
|
100
|
-
msg.classname = module + "." + classname
|
|
101
|
-
|
|
102
|
-
stream = _Utils.string_to_stream(pickle_string)
|
|
103
|
-
msg.jstr = stream
|
|
104
|
-
|
|
105
|
-
return msg
|
|
106
|
-
|
|
107
|
-
def serialize_message(message: Any) -> iris.cls:
|
|
108
|
-
"""Converts a python dataclass message into an iris iop.message.
|
|
109
|
-
|
|
110
|
-
Args:
|
|
111
|
-
message: The message to serialize, an instance of a class that is a subclass of Message.
|
|
112
|
-
|
|
113
|
-
Returns:
|
|
114
|
-
The message in json format.
|
|
115
|
-
"""
|
|
116
|
-
json_string = json.dumps(message, cls=IrisJSONEncoder, ensure_ascii=False)
|
|
117
|
-
module = message.__class__.__module__
|
|
118
|
-
classname = message.__class__.__name__
|
|
119
|
-
|
|
120
|
-
msg = iris.cls('IOP.Message')._New()
|
|
121
|
-
msg.classname = module + "." + classname
|
|
122
|
-
|
|
123
|
-
if hasattr(msg, 'buffer') and len(json_string) > msg.buffer:
|
|
124
|
-
msg.json = _Utils.string_to_stream(json_string, msg.buffer)
|
|
125
|
-
else:
|
|
126
|
-
msg.json = json_string
|
|
127
|
-
|
|
128
|
-
return msg
|
|
129
|
-
|
|
130
|
-
def deserialize_pickle_message(serial: iris.cls) -> Any:
|
|
131
|
-
"""Converts an iris iop.message into a python dataclass message.
|
|
132
|
-
|
|
133
|
-
Args:
|
|
134
|
-
serial: The serialized message
|
|
135
|
-
|
|
136
|
-
Returns:
|
|
137
|
-
The deserialized message
|
|
138
|
-
"""
|
|
139
|
-
string = _Utils.stream_to_string(serial.jstr)
|
|
140
|
-
|
|
141
|
-
msg = pickle.loads(codecs.decode(string.encode(), "base64"))
|
|
142
|
-
return msg
|
|
143
|
-
|
|
144
|
-
def deserialize_message(serial: iris.cls) -> Any:
|
|
145
|
-
"""Converts an iris iop.message into a python dataclass message.
|
|
146
|
-
|
|
147
|
-
Args:
|
|
148
|
-
serial: The serialized message
|
|
149
|
-
|
|
150
|
-
Returns:
|
|
151
|
-
The deserialized message
|
|
152
|
-
"""
|
|
153
|
-
if (serial.classname is None):
|
|
154
|
-
raise ValueError("JSON message malformed, must include classname")
|
|
155
|
-
classname = serial.classname
|
|
156
|
-
|
|
157
|
-
j = classname.rindex(".")
|
|
158
|
-
if (j <= 0):
|
|
159
|
-
raise ValueError("Classname must include a module: " + classname)
|
|
160
|
-
try:
|
|
161
|
-
module = importlib.import_module(classname[:j])
|
|
162
|
-
msg = getattr(module, classname[j+1:])
|
|
163
|
-
except Exception:
|
|
164
|
-
raise ImportError("Class not found: " + classname)
|
|
165
|
-
|
|
166
|
-
string = ""
|
|
167
|
-
if (serial.type == 'Stream'):
|
|
168
|
-
string = _Utils.stream_to_string(serial.json)
|
|
169
|
-
else:
|
|
170
|
-
string = serial.json
|
|
171
|
-
|
|
172
|
-
jdict = json.loads(string, cls=IrisJSONDecoder)
|
|
173
|
-
msg = dataclass_from_dict(msg, jdict)
|
|
174
|
-
return msg
|
|
175
|
-
|
|
176
|
-
def dataclass_from_dict(klass: Type, dikt: Dict) -> Any:
|
|
177
|
-
"""Converts a dictionary to a dataclass instance.
|
|
178
|
-
|
|
179
|
-
Args:
|
|
180
|
-
klass: The dataclass to convert to
|
|
181
|
-
dikt: The dictionary to convert to a dataclass
|
|
182
|
-
|
|
183
|
-
Returns:
|
|
184
|
-
A dataclass object with the fields of the dataclass and the fields of the dictionary.
|
|
185
|
-
"""
|
|
186
|
-
ret = from_dict(klass, dikt, Config(check_types=False))
|
|
187
|
-
|
|
188
|
-
try:
|
|
189
|
-
fieldtypes = klass.__annotations__
|
|
190
|
-
except Exception as e:
|
|
191
|
-
fieldtypes = []
|
|
192
|
-
|
|
193
|
-
for key, val in dikt.items():
|
|
194
|
-
if key not in fieldtypes:
|
|
195
|
-
setattr(ret, key, val)
|
|
196
|
-
return ret
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/__init__.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_cli.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_common.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_director.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/grongier/pex/_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/intersystems_iris/_IRIS.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_async_request.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_host.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_operation.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_process.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_business_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_decorators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_inbound_adapter.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_log_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_message_validator.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_outbound_adapter.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/_pickle_message.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Common.cls
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Director.cls
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Message.cls
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Test.cls
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/cls/IOP/Utils.cls
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/iop/wsgi/handlers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/irisnative/_IRISNative.py
RENAMED
|
File without changes
|
{iris_pex_embedded_python-3.3.0b6 → iris_pex_embedded_python-3.3.1b1}/src/irisnative/__init__.py
RENAMED
|
File without changes
|