Metadata-Version: 2.1
Name: py-topping
Version: 0.1.0
Summary: simplify functions from other libraries function in 1-2 lines
Home-page: https://github.com/chanon-kr/Shared_Function
Author: Chanon Krittapholchai
Author-email: chanon.krittapholchai@gmail.com
License: MIT
Download-URL: https://github.com/chanon-kr/Shared_Function/archive/0.1.0.tar.gz
Description: # Version Control for Shared Functions used within my team
        =================================================================================================
        ## data_connection
        =================================================================================================
        ### sharepoint
        * <b>da_tran_SP365</b>, a class that use to interact with SharePoint365
          - download file from SP365
          - read csv/excel from SP365 as pandas dataframe
          - download List as csv file from SP365
          - read List from SP365 as pandas dataframe (Coming Soon)
          - upload file to SP365
          
        =================================================================================================
        
        ### database
        * <b>da_tran_SQL</b>, a class that use to interact with SQL database
          - read view or table as pandas dataframe
          - insert pandas dataframe into SQL with option for existing row :
            - Replace same key(s) with new from dataframe with option to use ">" or "<" condition
            - Add Only row with non-existing key(s)
            - Replace whole table
        
        =================================================================================================
        ## general_use
        
        =================================================================================================
        ### general_use
         * <b>email_sender</b>, a class that use to send email
         
        =================================================================================================
Keywords: utility
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
