Metadata-Version: 2.1
Name: roche_datachapter_lib
Version: 0.0.38
Summary: Esta biblioteca de código esta pensada para compartir funcionalidades entre todos los procesos ETL que desarrollemos con Python
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Author-email: Lucas Frías <lucasmatiasfrias@live.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: chardet==5.2.0
Requires-Dist: flask-sqlalchemy==3.0.3
Requires-Dist: flask==2.3.1
Requires-Dist: google-api-python-client==2.99.0
Requires-Dist: google-auth-httplib2==0.1.1
Requires-Dist: google-auth-oauthlib==1.1.0
Requires-Dist: openpyxl==3.1.2
Requires-Dist: oracledb==2.0.0
Requires-Dist: pandas==2.1.3
Requires-Dist: pymssql
Requires-Dist: pymysql==1.1.0
Requires-Dist: pyodbc==5.0.1
Requires-Dist: sqlalchemy-hana==1.1.1
Description-Content-Type: text/markdown

# Roche Data Chapeter LIB

## Description
It contains the base structure that includes the configuration parameters of the different databases using environment variables on the server, a static data_transformer class to perform the data transformation and another static class to perform connection to Google services through the Google REST API.

## Usage
It is intended to be used as a requirement library at any Python ETL proyect.

## Support
- Ignacio Castillo (ignacio.castillo@roche.com)
- Lucas Frías (lucas.frias@roche.com)
- Uciel Bustamante (uciel.bustamante@contractors.roche.com)
- Sara Fernandez (sara.fernandez.sf1@roche.com)

## Authors and acknowledgment
Lucas Frías (lucas.frias@roche.com)