amps-python-client 5.3.5.0__tar.gz → 5.3.5.2__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.
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/PKG-INFO +3 -4
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/README.md +2 -3
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/README.txt +4 -7
- amps-python-client-5.3.5.2/docs/html/.buildinfo +4 -0
- amps-python-client-5.3.5.2/docs/html/.doctrees/__intersphinx_cache__/python_objects.inv +0 -0
- amps-python-client-5.3.5.2/docs/html/.doctrees/environment.pickle +0 -0
- amps-python-client-5.3.5.2/docs/html/.doctrees/index.doctree +0 -0
- amps-python-client-5.3.5.2/docs/html/_sources/index.rst.txt +307 -0
- amps-python-client-5.3.5.2/docs/html/_static/base-stemmer.js +476 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/docs/html/_static/basic.css +339 -65
- amps-python-client-5.3.5.2/docs/html/_static/custom.css +175 -0
- amps-python-client-5.3.5.2/docs/html/_static/custom.js +60 -0
- amps-python-client-5.3.5.2/docs/html/_static/doctools.js +150 -0
- amps-python-client-5.3.5.2/docs/html/_static/documentation_options.js +13 -0
- amps-python-client-5.3.5.2/docs/html/_static/english-stemmer.js +1066 -0
- amps-python-client-5.3.5.2/docs/html/_static/language_data.js +13 -0
- amps-python-client-5.3.5.2/docs/html/_static/pygments.css +152 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/bootstrap.js +3 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/bootstrap.js.LICENSE.txt +5 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/bootstrap.js.map +1 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/fontawesome.js +3 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/fontawesome.js.LICENSE.txt +5 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/fontawesome.js.map +1 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/pydata-sphinx-theme.js +2 -0
- amps-python-client-5.3.5.2/docs/html/_static/scripts/pydata-sphinx-theme.js.map +1 -0
- amps-python-client-5.3.5.2/docs/html/_static/searchtools.js +693 -0
- amps-python-client-5.3.5.2/docs/html/_static/sphinx_highlight.js +159 -0
- amps-python-client-5.3.5.2/docs/html/_static/styles/pydata-sphinx-theme.css +32 -0
- amps-python-client-5.3.5.2/docs/html/_static/styles/pydata-sphinx-theme.css.map +1 -0
- amps-python-client-5.3.5.2/docs/html/_static/styles/theme.css +2 -0
- amps-python-client-5.3.5.2/docs/html/_static/vendor/fontawesome/webfonts/fa-brands-400.ttf +0 -0
- amps-python-client-5.3.5.2/docs/html/_static/vendor/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- amps-python-client-5.3.5.2/docs/html/_static/vendor/fontawesome/webfonts/fa-regular-400.ttf +0 -0
- amps-python-client-5.3.5.2/docs/html/_static/vendor/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- amps-python-client-5.3.5.2/docs/html/_static/vendor/fontawesome/webfonts/fa-solid-900.ttf +0 -0
- amps-python-client-5.3.5.2/docs/html/_static/vendor/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- amps-python-client-5.3.5.2/docs/html/_static/webpack-macros.html +24 -0
- amps-python-client-5.3.5.2/docs/html/genindex.html +1906 -0
- amps-python-client-5.3.5.2/docs/html/index.html +8700 -0
- amps-python-client-5.3.5.2/docs/html/objects.inv +0 -0
- amps-python-client-5.3.5.2/docs/html/search.html +343 -0
- amps-python-client-5.3.5.2/docs/html/searchindex.js +1 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_bookmarkstore.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_compat.h +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_defs.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_recoverypointadapter.hpp +2 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_shims.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_ssl.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_type_object.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspy_types.hpp +3 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/include/ampspyver.h +2 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/index.html +7 -9
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSConsolePublisher.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSConsoleSubscriber.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSFIXBuilderPublisher.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSFIXShredderSubscriber.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSNVFIXBuilderPublisher.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSNVFIXShredderSubscriber.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSPublishForReplay.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSQueueConsumer.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSQueuePublisher.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSSOWConsolePublisher.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSSOWConsoleSubscriber.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSSOWandSubscribeConsoleSubscriber.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSSOWandSubscribeWithOOF.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSSubscribeForReplay.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/AMPSUpdateForOOF.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/CompositeMessagePublisher.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/CompositeMessageSubscriber.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/RandomServerChooser.py +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/setup.py +7 -8
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/setup_amps.py +22 -5
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/ampspy_shims.cpp +3 -13
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/ampspy_type_object.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/authenticator.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/bookmarkstore.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/client.cpp +79 -48
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/client_docs.h +107 -24
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cmessagehandler.cpp +3 -3
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/command.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/command_docs.h +12 -7
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/compositemessagebuilder.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/compositemessageparser.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/conflatingrecoverypointadapter.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/BlockPublishStore.hpp +6 -5
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/BlockStore.hpp +3 -7
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/BookmarkStore.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/Buffer.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/CompositeMessageBuilder.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/CompositeMessageParser.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/DefaultServerChooser.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/Field.hpp +4 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/HAClient.hpp +1 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/HAClientImpl.hpp +50 -39
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/HybridPublishStore.hpp +34 -9
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/LoggedBookmarkStore.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/MMapBookmarkStore.hpp +3 -4
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/MMapStoreBuffer.hpp +17 -12
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/MemoryBookmarkStore.hpp +27 -3
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/MemoryPublishStore.hpp +32 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/MemoryStoreBuffer.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/MemorySubscriptionManager.hpp +101 -37
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/Message.hpp +4 -4
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/MessageRouter.hpp +2 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/PublishStore.hpp +26 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ReconnectDelayStrategy.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ReconnectDelayStrategyImpl.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/RecoveryPoint.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/RecoveryPointAdapter.hpp +17 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/RingBookmarkStore.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/SOWRecoveryPointAdapter.hpp +13 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ServerChooser.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ServerChooserImpl.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/amps.h +65 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/amps_impl.h +6 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/amps_ssl.h +1 -1
- amps-python-client-5.3.5.2/src/cpp/include/amps/amps_zlib.h +94 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ampscrc.hpp +54 -28
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ampsplusplus.hpp +665 -461
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ampsuri.h +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ampsver.h +3 -3
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/ampsver.h.in +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/constants.hpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/util.hpp +4 -30
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/amps_protocol.c +24 -11
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/amps_ssl.c +42 -2
- amps-python-client-5.3.5.2/src/cpp/src/amps_zlib.c +124 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/atfork.c +3 -3
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/client.c +42 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/makefile +25 -13
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/message.c +53 -21
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/tcp.c +625 -77
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/tcps.c +1014 -204
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/transports.c +14 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/unix.c +167 -32
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/uri.c +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/exponentialdelaystrategy.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/failedwritehandler.cpp +3 -3
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/fixbuilder.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/fixeddelaystrategy.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/fixshredder.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/fixshredder_docs.h +3 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/haclient.cpp +35 -11
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/haclient_docs.h +14 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/hybridpublishstore.cpp +30 -16
- amps-python-client-5.3.5.2/src/hybridpublishstore_docs.h +111 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/memorybookmarkstore.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/memorybookmarkstore_docs.h +3 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/memorypublishstore.cpp +16 -29
- amps-python-client-5.3.5.2/src/memorypublishstore_docs.h +107 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/message.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/message_docs.h +14 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/messagestream.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/messagestream_docs.h +3 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/mmapbookmarkstore.cpp +2 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/nvfixbuilder.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/nvfixbuilder_docs.h +2 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/nvfixshredder.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/nvfixshredder_docs.h +2 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/publishstore.cpp +19 -29
- amps-python-client-5.3.5.2/src/publishstore_docs.h +114 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/raw_wrapper.cpp +141 -71
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/reason.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/recoverypoint.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/recoverypointadapter.cpp +9 -2
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/ringbookmarkstore.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/serverchooser.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/serverchooser_docs.h +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/sowrecoverypointadapter.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/store.cpp +1 -1
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/versioninfo.cpp +1 -1
- amps-python-client-5.3.5.0/docs/html/.buildinfo +0 -4
- amps-python-client-5.3.5.0/docs/html/_sources/code.rst.txt +0 -6
- amps-python-client-5.3.5.0/docs/html/_sources/index.rst.txt +0 -29
- amps-python-client-5.3.5.0/docs/html/_static/ajax-loader.gif +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/classic.css +0 -261
- amps-python-client-5.3.5.0/docs/html/_static/comment-bright.png +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/comment-close.png +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/comment.png +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/default.css +0 -1
- amps-python-client-5.3.5.0/docs/html/_static/doctools.js +0 -287
- amps-python-client-5.3.5.0/docs/html/_static/down-pressed.png +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/down.png +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/jquery-3.1.0.js +0 -10074
- amps-python-client-5.3.5.0/docs/html/_static/jquery.js +0 -4
- amps-python-client-5.3.5.0/docs/html/_static/pygments.css +0 -74
- amps-python-client-5.3.5.0/docs/html/_static/searchtools.js +0 -758
- amps-python-client-5.3.5.0/docs/html/_static/sidebar.js +0 -159
- amps-python-client-5.3.5.0/docs/html/_static/underscore-1.3.1.js +0 -999
- amps-python-client-5.3.5.0/docs/html/_static/underscore.js +0 -31
- amps-python-client-5.3.5.0/docs/html/_static/up-pressed.png +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/up.png +0 -0
- amps-python-client-5.3.5.0/docs/html/_static/websupport.js +0 -808
- amps-python-client-5.3.5.0/docs/html/code.html +0 -7462
- amps-python-client-5.3.5.0/docs/html/genindex.html +0 -1433
- amps-python-client-5.3.5.0/docs/html/index.html +0 -131
- amps-python-client-5.3.5.0/docs/html/objects.inv +0 -0
- amps-python-client-5.3.5.0/docs/html/py-modindex.html +0 -111
- amps-python-client-5.3.5.0/docs/html/search.html +0 -107
- amps-python-client-5.3.5.0/docs/html/searchindex.js +0 -1
- amps-python-client-5.3.5.0/src/hybridpublishstore_docs.h +0 -37
- amps-python-client-5.3.5.0/src/memorypublishstore_docs.h +0 -34
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/HISTORY +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/LICENSE +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/docs/html/_static/file.png +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/docs/html/_static/minus.png +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/docs/html/_static/plus.png +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/docs/resources/custom.css +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/docs/resources/flag_logo.svg +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/samples/sample.xml +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/include/amps/amps_generated.h +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/amps_protocol_generated.h +0 -0
- {amps-python-client-5.3.5.0 → amps-python-client-5.3.5.2}/src/cpp/src/message_generated.h +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: amps-python-client
|
|
3
|
-
Version: 5.3.5.
|
|
3
|
+
Version: 5.3.5.2
|
|
4
4
|
Summary: AMPS Python Client
|
|
5
5
|
Home-page: https://crankuptheamps.com
|
|
6
6
|
Maintainer: 60East Technologies, Incorporated
|
|
@@ -21,8 +21,7 @@ Description: AMPS Python Client
|
|
|
21
21
|
To use the AMPS Python Client, you must have the following software installed and configured on your system:
|
|
22
22
|
|
|
23
23
|
* Python 2.7 or Python 3.5 and above.
|
|
24
|
-
* Python
|
|
25
|
-
Python distutils may be packaged in a standalone package named 'python-distutils', or included in 'python-devel.x86_64'. You can also run the setup script available [here](http://peak.telecommunity.com/dist/ez_setup.py).
|
|
24
|
+
* Python setuptools. Most python installations build and include this package by default, but you may run into issues building this extension module if setuptools is not functioning properly on your system.
|
|
26
25
|
* C++ compiler. gcc 4.4 or greater on Linux, or a verion of Visual Studio with Mainstream Support from Microsoft (please
|
|
27
26
|
refer to Microsoft product lifecycle policies) on Windows. Note that this must be the same compiler used to build your
|
|
28
27
|
python distribution, else python distutils may be unable to invoke your compiler.
|
|
@@ -59,7 +58,7 @@ Description: AMPS Python Client
|
|
|
59
58
|
This script uses Python distutils to build the client library. Python distutils provides many additional options for installing the built library into your Python distribution, or
|
|
60
59
|
otherwise controlling the output of the build process. Run `python setup.py --help` to view command help.
|
|
61
60
|
|
|
62
|
-
2. Check under the `build` directory for `AMPS.so` -- this is the Python extension module. Ensure this library's directory is in your PYTHONPATH.
|
|
61
|
+
2. Check under the `build` directory for `AMPS.abi3.so` -- this is the Python extension module. Ensure this library's directory is in your PYTHONPATH.
|
|
63
62
|
|
|
64
63
|
3. To test, run `python -c "import AMPS"`. If any errors occur importing the AMPS module, validate that the module built properly, and that the containing directory is in your PYTHONPATH.
|
|
65
64
|
|
|
@@ -13,8 +13,7 @@ Prerequisites
|
|
|
13
13
|
To use the AMPS Python Client, you must have the following software installed and configured on your system:
|
|
14
14
|
|
|
15
15
|
* Python 2.7 or Python 3.5 and above.
|
|
16
|
-
* Python
|
|
17
|
-
Python distutils may be packaged in a standalone package named 'python-distutils', or included in 'python-devel.x86_64'. You can also run the setup script available [here](http://peak.telecommunity.com/dist/ez_setup.py).
|
|
16
|
+
* Python setuptools. Most python installations build and include this package by default, but you may run into issues building this extension module if setuptools is not functioning properly on your system.
|
|
18
17
|
* C++ compiler. gcc 4.4 or greater on Linux, or a verion of Visual Studio with Mainstream Support from Microsoft (please
|
|
19
18
|
refer to Microsoft product lifecycle policies) on Windows. Note that this must be the same compiler used to build your
|
|
20
19
|
python distribution, else python distutils may be unable to invoke your compiler.
|
|
@@ -51,7 +50,7 @@ This client is distributed as source code and must be compiled before it is used
|
|
|
51
50
|
This script uses Python distutils to build the client library. Python distutils provides many additional options for installing the built library into your Python distribution, or
|
|
52
51
|
otherwise controlling the output of the build process. Run `python setup.py --help` to view command help.
|
|
53
52
|
|
|
54
|
-
2. Check under the `build` directory for `AMPS.so` -- this is the Python extension module. Ensure this library's directory is in your PYTHONPATH.
|
|
53
|
+
2. Check under the `build` directory for `AMPS.abi3.so` -- this is the Python extension module. Ensure this library's directory is in your PYTHONPATH.
|
|
55
54
|
|
|
56
55
|
3. To test, run `python -c "import AMPS"`. If any errors occur importing the AMPS module, validate that the module built properly, and that the containing directory is in your PYTHONPATH.
|
|
57
56
|
|
|
@@ -16,12 +16,9 @@ To use the AMPS Python Client, you must have the following software installed
|
|
|
16
16
|
and configured on your system:
|
|
17
17
|
|
|
18
18
|
* Python 2.7 or Python 3.5 and above.
|
|
19
|
-
* Python
|
|
20
|
-
default, but you may run into issues building this extension module if
|
|
21
|
-
|
|
22
|
-
Python distutils may be packaged in a standalone package named
|
|
23
|
-
'python-distutils', or included in 'python-devel.x86_64'. You can also run the
|
|
24
|
-
setup script available [here](http://peak.telecommunity.com/dist/ez_setup.py).
|
|
19
|
+
* Python setuptools. Most python installations build and include this package
|
|
20
|
+
by default, but you may run into issues building this extension module if
|
|
21
|
+
setuptools is not functioning properly on your system.
|
|
25
22
|
* C++ compiler. gcc 4.4 or greater on Linux, or a verion of Visual Studio with
|
|
26
23
|
Mainstream Support from Microsoft (please
|
|
27
24
|
refer to Microsoft product lifecycle policies) on Windows. Note that this
|
|
@@ -70,7 +67,7 @@ into your Python distribution, or
|
|
|
70
67
|
otherwise controlling the output of the build process. Run `python setup.py
|
|
71
68
|
--help` to view command help.
|
|
72
69
|
|
|
73
|
-
2. Check under the `build` directory for `AMPS.so` -- this is the Python
|
|
70
|
+
2. Check under the `build` directory for `AMPS.abi3.so` -- this is the Python
|
|
74
71
|
extension module. Ensure this library's directory is in your PYTHONPATH.
|
|
75
72
|
|
|
76
73
|
3. To test, run `python -c "import AMPS"`. If any errors occur importing the
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
AMPS Python Client API Reference
|
|
2
|
+
================================
|
|
3
|
+
|
|
4
|
+
Introduction
|
|
5
|
+
------------
|
|
6
|
+
|
|
7
|
+
The AMPS Python client is the official library for working with AMPS from Python applications. It provides a straightforward
|
|
8
|
+
way to establish connections, publish data, execute commands, and process message streams.
|
|
9
|
+
|
|
10
|
+
Designed to align with Python development practices, the client offers a clear and consistent interface while exposing the
|
|
11
|
+
underlying capabilities of AMPS. This makes it suitable for both simple integrations and more advanced messaging workflows.
|
|
12
|
+
|
|
13
|
+
Basic Example
|
|
14
|
+
^^^^^^^^^^^^^
|
|
15
|
+
|
|
16
|
+
The example below shows a minimal publish flow using the Python client:
|
|
17
|
+
|
|
18
|
+
.. code-block:: python
|
|
19
|
+
|
|
20
|
+
import AMPS
|
|
21
|
+
import sys
|
|
22
|
+
|
|
23
|
+
uri = "tcp://localhost:9007/amps/json"
|
|
24
|
+
|
|
25
|
+
client = AMPS.Client("publish-example")
|
|
26
|
+
|
|
27
|
+
try:
|
|
28
|
+
client.connect(uri)
|
|
29
|
+
client.logon()
|
|
30
|
+
client.publish("messages", '{"hi" : "Hello, world!"}')
|
|
31
|
+
|
|
32
|
+
except AMPS.AMPSException as e:
|
|
33
|
+
sys.stderr.write(str(e))
|
|
34
|
+
|
|
35
|
+
client.publish_flush()
|
|
36
|
+
|
|
37
|
+
For details on how to start using the AMPS client and additional examples, see the
|
|
38
|
+
`Quickstart page <https://crankuptheamps.com/clients/amps-client-python/quickstart>`_ in the
|
|
39
|
+
AMPS Python Client Developer Guide.
|
|
40
|
+
|
|
41
|
+
Core Types
|
|
42
|
+
----------
|
|
43
|
+
|
|
44
|
+
.. autoclass:: AMPS.Client
|
|
45
|
+
:members:
|
|
46
|
+
:member-order: groupwise
|
|
47
|
+
|
|
48
|
+
.. autoclass:: AMPS.HAClient
|
|
49
|
+
:members:
|
|
50
|
+
:inherited-members:
|
|
51
|
+
:exclude-members: Bookmarks, ConnectionStateListener
|
|
52
|
+
:member-order: groupwise
|
|
53
|
+
|
|
54
|
+
.. autoclass:: AMPS.Command
|
|
55
|
+
:members:
|
|
56
|
+
:member-order: groupwise
|
|
57
|
+
|
|
58
|
+
.. autoclass:: AMPS.Message
|
|
59
|
+
:members:
|
|
60
|
+
:member-order: groupwise
|
|
61
|
+
|
|
62
|
+
.. autoclass:: AMPS.MessageStream
|
|
63
|
+
:members:
|
|
64
|
+
:member-order: groupwise
|
|
65
|
+
|
|
66
|
+
.. autoclass:: AMPS.VersionInfo
|
|
67
|
+
:members:
|
|
68
|
+
:member-order: groupwise
|
|
69
|
+
|
|
70
|
+
Connection And Runtime Helpers
|
|
71
|
+
------------------------------
|
|
72
|
+
|
|
73
|
+
.. autoclass:: AMPS.DefaultAuthenticator
|
|
74
|
+
:members:
|
|
75
|
+
:member-order: groupwise
|
|
76
|
+
|
|
77
|
+
.. autoclass:: AMPS.DefaultServerChooser
|
|
78
|
+
:members:
|
|
79
|
+
:member-order: groupwise
|
|
80
|
+
|
|
81
|
+
.. autoclass:: AMPS.ExponentialDelayStrategy
|
|
82
|
+
:members:
|
|
83
|
+
:member-order: groupwise
|
|
84
|
+
|
|
85
|
+
.. autoclass:: AMPS.FixedDelayStrategy
|
|
86
|
+
:members:
|
|
87
|
+
:member-order: groupwise
|
|
88
|
+
|
|
89
|
+
.. autoclass:: AMPS.Reason
|
|
90
|
+
:members:
|
|
91
|
+
:member-order: groupwise
|
|
92
|
+
|
|
93
|
+
.. autoclass:: AMPS.CMessageHandler
|
|
94
|
+
:members:
|
|
95
|
+
:member-order: groupwise
|
|
96
|
+
|
|
97
|
+
Stores And Recovery
|
|
98
|
+
-------------------
|
|
99
|
+
|
|
100
|
+
.. autoclass:: AMPS.Store
|
|
101
|
+
:members:
|
|
102
|
+
:member-order: groupwise
|
|
103
|
+
|
|
104
|
+
.. autoclass:: AMPS.PublishStore
|
|
105
|
+
:members:
|
|
106
|
+
:member-order: groupwise
|
|
107
|
+
|
|
108
|
+
.. autoclass:: AMPS.MemoryPublishStore
|
|
109
|
+
:members:
|
|
110
|
+
:member-order: groupwise
|
|
111
|
+
|
|
112
|
+
.. autoclass:: AMPS.HybridPublishStore
|
|
113
|
+
:members:
|
|
114
|
+
:member-order: groupwise
|
|
115
|
+
|
|
116
|
+
.. autoclass:: AMPS.MemoryBookmarkStore
|
|
117
|
+
:members:
|
|
118
|
+
:member-order: groupwise
|
|
119
|
+
|
|
120
|
+
.. autoclass:: AMPS.MMapBookmarkStore
|
|
121
|
+
:members:
|
|
122
|
+
:member-order: groupwise
|
|
123
|
+
|
|
124
|
+
.. autoclass:: AMPS.RingBookmarkStore
|
|
125
|
+
:members:
|
|
126
|
+
:member-order: groupwise
|
|
127
|
+
|
|
128
|
+
.. autoclass:: AMPS.RecoveryPoint
|
|
129
|
+
:members:
|
|
130
|
+
:member-order: groupwise
|
|
131
|
+
|
|
132
|
+
.. autoclass:: AMPS.ConflatingRecoveryPointAdapter
|
|
133
|
+
:members:
|
|
134
|
+
:member-order: groupwise
|
|
135
|
+
|
|
136
|
+
.. autoclass:: AMPS.SOWRecoveryPointAdapter
|
|
137
|
+
:members:
|
|
138
|
+
:member-order: groupwise
|
|
139
|
+
|
|
140
|
+
Builders And Parsers
|
|
141
|
+
--------------------
|
|
142
|
+
|
|
143
|
+
.. autoclass:: AMPS.FIXBuilder
|
|
144
|
+
:members:
|
|
145
|
+
:member-order: groupwise
|
|
146
|
+
|
|
147
|
+
.. autoclass:: AMPS.FIXShredder
|
|
148
|
+
:members:
|
|
149
|
+
:member-order: groupwise
|
|
150
|
+
|
|
151
|
+
.. autoclass:: AMPS.NVFIXBuilder
|
|
152
|
+
:members:
|
|
153
|
+
:member-order: groupwise
|
|
154
|
+
|
|
155
|
+
.. autoclass:: AMPS.NVFIXShredder
|
|
156
|
+
:members:
|
|
157
|
+
:member-order: groupwise
|
|
158
|
+
|
|
159
|
+
.. autoclass:: AMPS.CompositeMessageBuilder
|
|
160
|
+
:members:
|
|
161
|
+
:member-order: groupwise
|
|
162
|
+
|
|
163
|
+
.. autoclass:: AMPS.CompositeMessageParser
|
|
164
|
+
:members:
|
|
165
|
+
:member-order: groupwise
|
|
166
|
+
|
|
167
|
+
Module Functions And Data
|
|
168
|
+
-------------------------
|
|
169
|
+
|
|
170
|
+
.. autofunction:: AMPS.ssl_get_context
|
|
171
|
+
|
|
172
|
+
.. autofunction:: AMPS.ssl_init
|
|
173
|
+
|
|
174
|
+
.. autofunction:: AMPS.ssl_load_verify_locations
|
|
175
|
+
|
|
176
|
+
.. autofunction:: AMPS.ssl_set_verify
|
|
177
|
+
|
|
178
|
+
.. autodata:: AMPS.VERSION
|
|
179
|
+
|
|
180
|
+
Exception Classes
|
|
181
|
+
-----------------
|
|
182
|
+
|
|
183
|
+
.. autoexception:: AMPS.AMPSException
|
|
184
|
+
|
|
185
|
+
.. autoexception:: AMPS.AlreadyConnected
|
|
186
|
+
|
|
187
|
+
.. autoexception:: AMPS.AlreadyConnectedException
|
|
188
|
+
|
|
189
|
+
.. autoexception:: AMPS.AuthenticationError
|
|
190
|
+
|
|
191
|
+
.. autoexception:: AMPS.AuthenticationException
|
|
192
|
+
|
|
193
|
+
.. autoexception:: AMPS.BadFilter
|
|
194
|
+
|
|
195
|
+
.. autoexception:: AMPS.BadFilterException
|
|
196
|
+
|
|
197
|
+
.. autoexception:: AMPS.BadRegexTopic
|
|
198
|
+
|
|
199
|
+
.. autoexception:: AMPS.BadRegexTopicException
|
|
200
|
+
|
|
201
|
+
.. autoexception:: AMPS.BadSowKeyException
|
|
202
|
+
|
|
203
|
+
.. autoexception:: AMPS.ClientNameInUse
|
|
204
|
+
|
|
205
|
+
.. autoexception:: AMPS.CommandError
|
|
206
|
+
|
|
207
|
+
.. autoexception:: AMPS.CommandException
|
|
208
|
+
|
|
209
|
+
.. autoexception:: AMPS.CommandTimedOut
|
|
210
|
+
|
|
211
|
+
.. autoexception:: AMPS.CommandTypeError
|
|
212
|
+
|
|
213
|
+
.. autoexception:: AMPS.ConnectionError
|
|
214
|
+
|
|
215
|
+
.. autoexception:: AMPS.ConnectionException
|
|
216
|
+
|
|
217
|
+
.. autoexception:: AMPS.ConnectionRefused
|
|
218
|
+
|
|
219
|
+
.. autoexception:: AMPS.ConnectionRefusedException
|
|
220
|
+
|
|
221
|
+
.. autoexception:: AMPS.CorruptedRecord
|
|
222
|
+
|
|
223
|
+
.. autoexception:: AMPS.Disconnected
|
|
224
|
+
|
|
225
|
+
.. autoexception:: AMPS.DisconnectedException
|
|
226
|
+
|
|
227
|
+
.. autoexception:: AMPS.DuplicateLogonException
|
|
228
|
+
|
|
229
|
+
.. autoexception:: AMPS.InvalidBookmarkException
|
|
230
|
+
|
|
231
|
+
.. autoexception:: AMPS.InvalidMessageTypeOptions
|
|
232
|
+
|
|
233
|
+
.. autoexception:: AMPS.InvalidOptionsException
|
|
234
|
+
|
|
235
|
+
.. autoexception:: AMPS.InvalidOrderByException
|
|
236
|
+
|
|
237
|
+
.. autoexception:: AMPS.InvalidSubIdException
|
|
238
|
+
|
|
239
|
+
.. autoexception:: AMPS.InvalidTopicError
|
|
240
|
+
|
|
241
|
+
.. autoexception:: AMPS.InvalidTopicException
|
|
242
|
+
|
|
243
|
+
.. autoexception:: AMPS.InvalidTransportOptions
|
|
244
|
+
|
|
245
|
+
.. autoexception:: AMPS.InvalidTransportOptionsException
|
|
246
|
+
|
|
247
|
+
.. autoexception:: AMPS.InvalidUriException
|
|
248
|
+
|
|
249
|
+
.. autoexception:: AMPS.InvalidUriFormat
|
|
250
|
+
|
|
251
|
+
.. autoexception:: AMPS.LocalStorageError
|
|
252
|
+
|
|
253
|
+
.. autoexception:: AMPS.LogonRequiredException
|
|
254
|
+
|
|
255
|
+
.. autoexception:: AMPS.MessageTypeError
|
|
256
|
+
|
|
257
|
+
.. autoexception:: AMPS.MessageTypeException
|
|
258
|
+
|
|
259
|
+
.. autoexception:: AMPS.MessageTypeNotFound
|
|
260
|
+
|
|
261
|
+
.. autoexception:: AMPS.MissingFieldsException
|
|
262
|
+
|
|
263
|
+
.. autoexception:: AMPS.NameInUseException
|
|
264
|
+
|
|
265
|
+
.. autoexception:: AMPS.NotEntitledError
|
|
266
|
+
|
|
267
|
+
.. autoexception:: AMPS.NotEntitledException
|
|
268
|
+
|
|
269
|
+
.. autoexception:: AMPS.PublishException
|
|
270
|
+
|
|
271
|
+
.. autoexception:: AMPS.PublishStoreGapException
|
|
272
|
+
|
|
273
|
+
.. autoexception:: AMPS.RetryOperation
|
|
274
|
+
|
|
275
|
+
.. autoexception:: AMPS.RetryOperationException
|
|
276
|
+
|
|
277
|
+
.. autoexception:: AMPS.StoreError
|
|
278
|
+
|
|
279
|
+
.. autoexception:: AMPS.StoreException
|
|
280
|
+
|
|
281
|
+
.. autoexception:: AMPS.StreamError
|
|
282
|
+
|
|
283
|
+
.. autoexception:: AMPS.StreamException
|
|
284
|
+
|
|
285
|
+
.. autoexception:: AMPS.SubidInUseException
|
|
286
|
+
|
|
287
|
+
.. autoexception:: AMPS.SubscriptionAlreadyExists
|
|
288
|
+
|
|
289
|
+
.. autoexception:: AMPS.SubscriptionAlreadyExistsException
|
|
290
|
+
|
|
291
|
+
.. autoexception:: AMPS.TimedOut
|
|
292
|
+
|
|
293
|
+
.. autoexception:: AMPS.TimedOutException
|
|
294
|
+
|
|
295
|
+
.. autoexception:: AMPS.TransportError
|
|
296
|
+
|
|
297
|
+
.. autoexception:: AMPS.TransportException
|
|
298
|
+
|
|
299
|
+
.. autoexception:: AMPS.TransportNotFound
|
|
300
|
+
|
|
301
|
+
.. autoexception:: AMPS.TransportTypeException
|
|
302
|
+
|
|
303
|
+
.. autoexception:: AMPS.UnknownError
|
|
304
|
+
|
|
305
|
+
.. autoexception:: AMPS.UnknownException
|
|
306
|
+
|
|
307
|
+
.. autoexception:: AMPS.UsageException
|