Metadata-Version: 2.1
Name: pygyver
Version: 0.0.7.1
Summary: Data engineering & Data science Pipeline Framework
Home-page: https://github.com/madedotcom/pygyver
Author: Simone Fiorentini
Author-email: analytics@made.com
License: UNKNOWN
Description: #  pygyver
        
        Contains Data Enginner, Data Scientist and 3rd party integration tools capabilities.
        
        ## Install
        pygyver can be installed via pip
        
        ```python 
        pip install pygyver
        ```
        
        
        ## env var required
        
        ```
        PROJECT_ROOT=  "root of he project"
        
        AWS_ACCESS_KEY_ID=
        AWS_SECRET_ACCESS_KEY=
        AWS_DEFAULT_REGION=
        AWS_S3_BUCKET=
        AWS_S3_ROOT=
        
        GOOGLE_APPLICATION_CREDENTIALS="path to the json token file"
        BIGQUERY_PROJECT= "default name of the project in BigQuery"
        
        ```
        
        ## [etl](../master/pygyver/etl/README.md)
        
        ## [data_prep](../master/pygyver/data_prep/README.md)
        
        
        ## Pypi release
        
        - create a PR
        - ask for code review
        - merge to master branch
        - create a new Release in https://github.com/madedotcom/pygyver/releases
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
