Metadata-Version: 2.1
Name: omniduct
Version: 1.1.14
Summary: A toolkit providing a uniform interface for connecting to and extracting data from a wide variety of (potentially remote) data stores (including HDFS, Hive, Presto, MySQL, etc).
Home-page: https://github.com/airbnb/omniduct
Author: Matthew Wardrop, Dan Frank
Author-email: mpwardrop@gmail.com, danfrankj@gmail.com
License: MIT
Description: `omniduct` provides uniform interfaces for connecting to and extracting data from a wide variety of (potentially remote) data stores (including HDFS, Hive, Presto, MySQL, etc).
        
        - **Documentation:** http://omniduct.readthedocs.io
        - **Source:** https://github.com/airbnb/omniduct
        - **Bug reports:** https://github.com/airbnb/omniduct/issues
        
        It provides:
        
        - A generic plugin-based programmatic API to access data in a consistent manner across different services (see [supported protocols](http://omniduct.readthedocs.io/en/latest/protocols.html)).
        - A framework for lazily connecting to data sources and maintaining these connections during the entire lifetime of the relevant Python session.
        - Automatic port forwarding of remote services over SSH where connections cannot be made directly.
        - Convenient IPython magic functions for interfacing with data providers from within IPython and Jupyter Notebook sessions.
        - Utility classes and methods to assist in maintaining registries of useful services.
        
        **Note:** Omniduct 1.1.x is the last version series to support Python 2. Going
        forward it will support Python 3.6+.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: druid
Provides-Extra: hiveserver2
Provides-Extra: presto
Provides-Extra: pyspark
Provides-Extra: snowflake
Provides-Extra: exasol
Provides-Extra: webhdfs
Provides-Extra: s3
Provides-Extra: ssh
Provides-Extra: ssh_paramiko
Provides-Extra: rest
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: all
