LICENSE
README.md
pyproject.toml
src/mercury_ocip_fast/__init__.py
src/mercury_ocip_fast/authenticator.py
src/mercury_ocip_fast/client.py
src/mercury_ocip_fast/exceptions.py
src/mercury_ocip_fast/requester.py
src/mercury_ocip_fast/session_client.py
src/mercury_ocip_fast.egg-info/PKG-INFO
src/mercury_ocip_fast.egg-info/SOURCES.txt
src/mercury_ocip_fast.egg-info/dependency_links.txt
src/mercury_ocip_fast.egg-info/requires.txt
src/mercury_ocip_fast.egg-info/top_level.txt
src/mercury_ocip_fast/commands/__init__.py
src/mercury_ocip_fast/commands/base_command.py
src/mercury_ocip_fast/commands/commands.py
src/mercury_ocip_fast/pool/__init__.py
src/mercury_ocip_fast/pool/session_pool.py
src/mercury_ocip_fast/session/__init__.py
src/mercury_ocip_fast/session/session.py
src/mercury_ocip_fast/session/soap_session.py
src/mercury_ocip_fast/session/tcp_session.py
src/mercury_ocip_fast/utils/__init__.py
src/mercury_ocip_fast/utils/defines.py
src/mercury_ocip_fast/utils/endpoints.py
src/mercury_ocip_fast/utils/envelopes.py
src/mercury_ocip_fast/utils/oci_types.py
src/mercury_ocip_fast/utils/parser.py
tests/test_authenticator.py
tests/test_client.py
tests/test_defines.py
tests/test_endpoints.py
tests/test_envelopes.py
tests/test_exceptions.py
tests/test_parser.py
tests/test_requester.py
tests/test_session_client.py
tests/test_session_pool.py
tests/test_soap_session.py
tests/test_tcp_session.py