MANIFEST.in
README.rst
VERSION.txt
cproton.h
cproton.py
cproton_ext.c
ext_build.py
ext_build_unbundled.py
pyproject.toml
setup.py
./src/compiler/gcc/start.c
./src/core/autodetect.c
./src/core/buffer.c
./src/core/codec.c
./src/core/connection_driver.c
./src/core/decoder.c
./src/core/dispatcher.c
./src/core/encoder.c
./src/core/engine.c
./src/core/error.c
./src/core/event.c
./src/core/frame_consumers.c
./src/core/frame_generators.c
./src/core/framing.c
./src/core/init.c
./src/core/log.c
./src/core/logger.c
./src/core/memory.c
./src/core/message.c
./src/core/transport.c
./src/core/types.c
./src/core/util.c
./src/core/value_dump.c
./src/core/object/iterator.c
./src/core/object/list.c
./src/core/object/map.c
./src/core/object/object.c
./src/core/object/record.c
./src/core/object/string.c
./src/sasl/cyrus_sasl.c
./src/sasl/default_sasl.c
./src/sasl/sasl.c
./src/ssl/openssl.c
docs/.buildinfo
docs/conf.py
docs/genindex.html
docs/index.html
docs/index.rst
docs/objects.inv
docs/overview.html
docs/overview.rst
docs/proton.handlers.html
docs/proton.html
docs/proton.reactor.html
docs/proton.utils.html
docs/search.html
docs/searchindex.js
docs/tutorial.html
docs/tutorial.rst
docs/types.html
docs/.doctrees/environment.pickle
docs/.doctrees/index.doctree
docs/.doctrees/overview.doctree
docs/.doctrees/proton.doctree
docs/.doctrees/proton.handlers.doctree
docs/.doctrees/proton.reactor.doctree
docs/.doctrees/proton.utils.doctree
docs/.doctrees/tutorial.doctree
docs/.doctrees/types.doctree
docs/_sources/index.rst.txt
docs/_sources/overview.rst.txt
docs/_sources/proton.handlers.rst.txt
docs/_sources/proton.reactor.rst.txt
docs/_sources/proton.rst.txt
docs/_sources/proton.utils.rst.txt
docs/_sources/tutorial.rst.txt
docs/_sources/types.rst.txt
docs/_static/basic.css
docs/_static/contents.png
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/navigation.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/sphinx_highlight.js
docs/_static/sphinxdoc.css
include/proton/annotations.h
include/proton/cid.h
include/proton/codec.h
include/proton/condition.h
include/proton/connection.h
include/proton/connection_driver.h
include/proton/cproton.i
include/proton/delivery.h
include/proton/disposition.h
include/proton/engine.h
include/proton/error.h
include/proton/event.h
include/proton/handlers.h
include/proton/import_export.h
include/proton/link.h
include/proton/listener.h
include/proton/log.h
include/proton/logger.h
include/proton/message.h
include/proton/messenger.h
include/proton/netaddr.h
include/proton/object.h
include/proton/proactor.h
include/proton/raw_connection.h
include/proton/reactor.h
include/proton/sasl.h
include/proton/sasl_plugin.h
include/proton/selectable.h
include/proton/session.h
include/proton/ssl.h
include/proton/terminus.h
include/proton/tls.h
include/proton/transport.h
include/proton/type_compat.h
include/proton/types.h
include/proton/url.h
include/proton/version.h
include/proton/version.h.in
proton/__init__.py
proton/_common.py
proton/_condition.py
proton/_data.py
proton/_delivery.py
proton/_endpoints.py
proton/_events.py
proton/_exceptions.py
proton/_handler.py
proton/_handlers.py
proton/_io.py
proton/_message.py
proton/_reactor.py
proton/_selectable.py
proton/_tracing.py
proton/_transport.py
proton/_url.py
proton/_utils.py
proton/_wrapper.py
proton/handlers.py
proton/py.typed
proton/reactor.py
proton/tracing.py
proton/utils.py
python_qpid_proton.egg-info/PKG-INFO
python_qpid_proton.egg-info/SOURCES.txt
python_qpid_proton.egg-info/dependency_links.txt
python_qpid_proton.egg-info/requires.txt
python_qpid_proton.egg-info/top_level.txt
src/encodings.h
src/protocol.h
src/compiler/gcc/start.c
src/compiler/msvc/start.c
src/core/autodetect.c
src/core/autodetect.h
src/core/buffer.c
src/core/buffer.h
src/core/codec.c
src/core/config.h
src/core/connection_driver.c
src/core/consumers.h
src/core/data.h
src/core/decoder.c
src/core/decoder.h
src/core/dispatch_actions.h
src/core/dispatcher.c
src/core/dispatcher.h
src/core/emitters.h
src/core/encoder.c
src/core/encoder.h
src/core/engine-internal.h
src/core/engine.c
src/core/error.c
src/core/event.c
src/core/fixed_string.h
src/core/frame_consumers.c
src/core/frame_consumers.h
src/core/frame_generators.c
src/core/frame_generators.h
src/core/framing.c
src/core/framing.h
src/core/init.c
src/core/init.h
src/core/log.c
src/core/log_private.h
src/core/logger.c
src/core/logger_private.h
src/core/max_align.h
src/core/memory.c
src/core/memory.h
src/core/message-internal.h
src/core/message.c
src/core/object_private.h
src/core/transport.c
src/core/transport.h
src/core/types.c
src/core/util.c
src/core/util.h
src/core/util_str.h
src/core/value_dump.c
src/core/value_dump.h
src/core/object/iterator.c
src/core/object/list.c
src/core/object/map.c
src/core/object/object.c
src/core/object/record.c
src/core/object/string.c
src/platform/platform.c
src/platform/platform.h
src/platform/platform_fmt.h
src/sasl/cyrus_sasl.c
src/sasl/cyrus_stub.c
src/sasl/default_sasl.c
src/sasl/sasl-internal.h
src/sasl/sasl.c
src/ssl/PLATFORM_NOTES.md
src/ssl/openssl.c
src/ssl/schannel.cpp
src/ssl/ssl-internal.h
src/ssl/ssl_stub.c