Metadata-Version: 2.1
Name: discovery-connectors
Version: 1.1.22
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
Requires-Dist: aistac-foundation
Provides-Extra: boto3
Requires-Dist: boto3 ; extra == 'boto3'
Requires-Dist: botocore ; extra == 'boto3'
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: pandas
Requires-Dist: pandas (>0.25) ; extra == 'pandas'
Provides-Extra: postgress
Requires-Dist: psycopg2 ; extra == 'postgress'
Provides-Extra: pyhive
Requires-Dist: pyhive ; extra == 'pyhive'
Provides-Extra: pymongo
Requires-Dist: pymongo ; extra == 'pymongo'
Provides-Extra: pyyaml
Requires-Dist: pyyaml ; extra == 'pyyaml'

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``



