Metadata-Version: 2.1
Name: refractio
Version: 1.0.3
Summary: REFRACT-IO: To read and write dataframe from different connectors.
Home-page: UNKNOWN
Author: Abhishek Chaurasia
Author-email: <abhishek1.chaurasia@fosfor.com>
License: UNKNOWN
Project-URL: Product, https://www.fosfor.com/refract/
Project-URL: Source, https://git.lti-aiq.in/refract-sdk/refract-sdk
Keywords: refractio
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: all
Provides-Extra: snowflake
Provides-Extra: s3
Provides-Extra: azureblob
Provides-Extra: local
Provides-Extra: sftp
Provides-Extra: mysql
Provides-Extra: hive


Usage:

without any dependencies: pip install refractio

with all dependencies: pip install refractio[all]

with snowflake: pip install refractio[snowflake]

with s3: pip install refractio[s3]

with azureblob: pip install refractio[azureblob]

with local: pip install refractio[local]

with sftp: pip install refractio[sftp]

with mysql: pip install refractio[mysql]

with hive: pip install refractio[hive]


Source code is also available at: https://git.lti-aiq.in/refract-sdk/refract-sdk.git


