Metadata-Version: 2.1
Name: gsheet-alpa
Version: 0.0.10
Summary: Package for working with Google Sheet
Home-page: https://bitbucket.org/alpaalpa/gsheet/
Author: Albert Pang
Author-email: alpaaccount@mac.com
License: UNKNOWN
Description: # GoogleSheet
        
        TODO: Documentation
        
        This is a module for working with the Google Sheet API
        
        1. Set-up Google Sheet API credentials based on this:
        
            https://towardsdatascience.com/google-sheets-pandas-dataframe-6b8666f9cf6
        
        2. Best Google Sheet API python module:
            gspread
        
        3. Add support for Pandas Dataframe
            gspread_dataframe
        
            pip install gspread_dataframe gspread oauth2client
        
        References:
            https://towardsdatascience.com/google-sheets-pandas-dataframe-6b8666f9cf6
            https://gspread.readthedocs.io/en/latest/
            https://gspread.readthedocs.io/en/latest/user-guide.html#creating-a-spreadsheet
            https://pythonhosted.org/gspread-dataframe/
            https://stackoverflow.com/questions/45540827/appending-pandas-data-frame-to-google-spreadsheet
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
