Metadata-Version: 2.1
Name: discovery-connectors
Version: 1.1.40
Summary: an concrete implementation of the Discovery Foundation Project to hold a libary of connectors
Home-page: http://github.com/gigas64/discovery-connectors
Author: Gigas64
Author-email: gigas64@opengrass.net
License: BSD
Keywords: Discovery connetors
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
License-File: LICENSE.txt
Requires-Dist: aistac-foundation
Requires-Dist: pandas (>=0.25)
Provides-Extra: hive
Requires-Dist: pyhive ; extra == 'hive'
Provides-Extra: managed_content
Requires-Dist: tenacity ; extra == 'managed_content'
Requires-Dist: pyyaml ; extra == 'managed_content'
Requires-Dist: requests ; extra == 'managed_content'
Requires-Dist: urllib3 ; extra == 'managed_content'
Provides-Extra: mongo
Requires-Dist: pymongo ; extra == 'mongo'
Provides-Extra: pandas
Requires-Dist: pandas (>0.25) ; extra == 'pandas'
Provides-Extra: postgress
Requires-Dist: psycopg2 ; extra == 'postgress'
Provides-Extra: s3
Requires-Dist: boto3 ; extra == 's3'
Requires-Dist: botocore ; extra == 's3'
Provides-Extra: yaml
Requires-Dist: pyyaml ; extra == 'yaml'

Discovery Connectors
####################

The purpose of this project is to provide a set of connectors that support the Discovery Transitioning Utils initiative

The connectors provides a set of concrete implemetation of the abstract classes ``AbstractSourceHandler``,
``AbstractPersistHandler`` and ``AbstractConnectorContract``



