.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/contributions.rst
docs/deployment.rst
docs/extensions.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/protocols.rst
docs/python_deps.txt
docs/quickstart.rst
docs/api/core.rst
docs/api/overview.rst
docs/api/registry.rst
docs/api/caches/overview.rst
docs/api/caches/reference/filesystem.rst
docs/api/databases/overview.rst
docs/api/databases/reference/druid.rst
docs/api/databases/reference/hiveserver2.rst
docs/api/databases/reference/neo4j.rst
docs/api/databases/reference/presto.rst
docs/api/databases/reference/pyspark.rst
docs/api/databases/reference/sqlalchemy.rst
docs/api/filesystems/overview.rst
docs/api/filesystems/reference/local.rst
docs/api/filesystems/reference/s3.rst
docs/api/filesystems/reference/webhdfs.rst
docs/api/remotes/overview.rst
docs/api/remotes/reference/ssh.rst
docs/api/remotes/reference/ssh_paramiko.rst
example_wrapper/MANIFEST.in
example_wrapper/README.md
example_wrapper/setup.py
example_wrapper/example_wrapper/__init__.py
example_wrapper/example_wrapper/_version.py
example_wrapper/example_wrapper/services.py
example_wrapper/example_wrapper/services.yml
omniduct/__init__.py
omniduct/_version.py
omniduct/duct.py
omniduct/errors.py
omniduct/logo.png
omniduct/logo.svg
omniduct/protocols.py
omniduct/registry.py
omniduct.egg-info/PKG-INFO
omniduct.egg-info/SOURCES.txt
omniduct.egg-info/dependency_links.txt
omniduct.egg-info/requires.txt
omniduct.egg-info/top_level.txt
omniduct/caches/__init__.py
omniduct/caches/_serializers.py
omniduct/caches/base.py
omniduct/caches/filesystem.py
omniduct/databases/__init__.py
omniduct/databases/_cursor_formatters.py
omniduct/databases/_cursor_serializer.py
omniduct/databases/_namespaces.py
omniduct/databases/_pandas.py
omniduct/databases/_schemas.py
omniduct/databases/base.py
omniduct/databases/druid.py
omniduct/databases/exasol.py
omniduct/databases/hiveserver2.py
omniduct/databases/neo4j.py
omniduct/databases/presto.py
omniduct/databases/pyspark.py
omniduct/databases/sqlalchemy.py
omniduct/databases/stub.py
omniduct/filesystems/__init__.py
omniduct/filesystems/_pyarrow_compat.py
omniduct/filesystems/_webhdfs_helpers.py
omniduct/filesystems/base.py
omniduct/filesystems/local.py
omniduct/filesystems/s3.py
omniduct/filesystems/stub.py
omniduct/filesystems/webhdfs.py
omniduct/remotes/__init__.py
omniduct/remotes/base.py
omniduct/remotes/ssh.py
omniduct/remotes/ssh_paramiko.py
omniduct/remotes/stub.py
omniduct/restful/__init__.py
omniduct/restful/base.py
omniduct/utils/__init__.py
omniduct/utils/about.py
omniduct/utils/config.py
omniduct/utils/debug.py
omniduct/utils/decorators.py
omniduct/utils/dependencies.py
omniduct/utils/magics.py
omniduct/utils/ports.py
omniduct/utils/processes.py
omniduct/utils/proxies.py
omniduct/utils/storage.py
omniduct/utils/submodules.py
tests/__init__.py
tests/test_restful.py
tests/databases/__init__.py
tests/databases/test__namespaces.py
tests/databases/test_base.py