Metadata-Version: 2.1
Name: sheetwork
Version: 1.0.0a7
Summary: 
    sheetwork is a command line tool to load sheets from google
    and upload them to snowflake
    
Home-page: https://github.com/bastienboutonnet/sheetwork
Author: Bastien Boutonnet
Author-email: bastien.b1@gmail.com
License: MIT
Download-URL: https://github.com/bastienboutonnet/sheetwork/archive/v1.0.0a7.tar.gz
Description: [![CodeFactor](https://www.codefactor.io/repository/github/bastienboutonnet/sheetwork/badge)](https://www.codefactor.io/repository/github/bastienboutonnet/sheetwork)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        [![codecov](https://codecov.io/gh/bastienboutonnet/sheetload/branch/dev%2Fnicolas_jaar/graph/badge.svg)](https://codecov.io/gh/bastienboutonnet/sheetload)
        [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bastienboutonnet_sheetload&metric=alert_status)](https://sonarcloud.io/dashboard?id=bastienboutonnet_sheetload)
        ![Sheetwork](https://github.com/bastienboutonnet/sheetwork/workflows/Sheetwork/badge.svg)
        
        Package Version: `v1.0.0a7`
        
        # sheetwork 💩🤦
        
        A handy package to load Google Sheets to Snowflake
        
        Loads Google sheets from Data Team shared drive and uploads them to Snowflake.
        Performs some cleanups on column names and string (such as removing trailing spaces etc.)
        
        **BIG DISCLAIMER** sheetwork is still very early. Do not use in production jobs unless you tested it extensively and know whether it does what you want it to do!
        
        ## Documentation
        Head over to the [official documentation](https://bastienboutonnet.gitbook.io/sheetwork/) to learn about:
        - how to set up sheetwork
        - how to use sheetwork
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
