AUTHORS
LICENSE
README.md
setup.py
scidx/__init__.py
scidx.egg-info/PKG-INFO
scidx.egg-info/SOURCES.txt
scidx.egg-info/dependency_links.txt
scidx.egg-info/requires.txt
scidx.egg-info/top_level.txt
scidx/client/__init__.py
scidx/client/consume_kafka_messages.py
scidx/client/create_kafka_stream.py
scidx/client/delete_organization.py
scidx/client/delete_resource.py
scidx/client/get_api_token.py
scidx/client/init_client.py
scidx/client/login.py
scidx/client/logout.py
scidx/client/query.py
scidx/client/register_datasource.py
scidx/client/register_kafka.py
scidx/client/register_organization.py
scidx/client/register_s3.py
scidx/client/register_url.py
scidx/client/search_datasource.py
scidx/client/search_organization.py
scidx/client/search_resource.py
scidx/client/update_kafka.py
scidx/client/update_s3.py
scidx/client/update_url.py
tests/__init__.py
tests/conftest.py
tests/test_full_kafka_flow.py
tests/test_full_organization_flow.py
tests/test_full_s3_flow.py
tests/test_full_url_flow.py
tests/test_get_api_token.py
tests/test_login.py
tests/test_query_array.py
tests/test_register_and_delete_kafka_dataset_and_org.py
tests/test_register_and_delete_organization.py
tests/test_register_and_delete_s3_and_org.py
tests/test_search_organization.py
tests/test_search_resource_with_all_parameters.py