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
Requires-Dist: pandas (==2.0.0)
Provides-Extra: all
Requires-Dist: snowflake-connector-python[pandas] (==3.0.2) ; extra == 'all'
Requires-Dist: boto3 (==1.26.116) ; extra == 'all'
Requires-Dist: azure (==4.0.0) ; extra == 'all'
Requires-Dist: openpyxl (==3.1.2) ; extra == 'all'
Requires-Dist: xlrd (==2.0.1) ; extra == 'all'
Requires-Dist: pysftp (==0.2.9) ; extra == 'all'
Requires-Dist: pymysql (==1.0.3) ; extra == 'all'
Requires-Dist: impyla (==0.16.2) ; extra == 'all'
Requires-Dist: thrift-sasl (==0.4.3) ; extra == 'all'
Requires-Dist: pure-sasl (==0.6.2) ; extra == 'all'
Requires-Dist: PyHive (==0.6.3.dev0) ; extra == 'all'
Provides-Extra: azureblob
Requires-Dist: azure (==4.0.0) ; extra == 'azureblob'
Provides-Extra: hive
Requires-Dist: impyla (==0.16.2) ; extra == 'hive'
Requires-Dist: thrift-sasl (==0.4.3) ; extra == 'hive'
Requires-Dist: pure-sasl (==0.6.2) ; extra == 'hive'
Requires-Dist: PyHive (==0.6.3.dev0) ; extra == 'hive'
Provides-Extra: local
Requires-Dist: openpyxl (==3.1.2) ; extra == 'local'
Requires-Dist: xlrd (==2.0.1) ; extra == 'local'
Provides-Extra: mysql
Requires-Dist: pymysql (==1.0.3) ; extra == 'mysql'
Provides-Extra: s3
Requires-Dist: boto3 (==1.26.116) ; extra == 's3'
Provides-Extra: sftp
Requires-Dist: pysftp (==0.2.9) ; extra == 'sftp'
Provides-Extra: snowflake
Requires-Dist: snowflake-connector-python[pandas] (==3.0.2) ; extra == 'snowflake'


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


