MANIFEST.in
README.md
setup.cfg
setup.py
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