Metadata-Version: 2.1
Name: codetestsol
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pshivaji/Halfbrick
Author: Example Author
Author-email: author@example.com
License: UNKNOWN
Description: 
        
        
                             codetestsol
        
                                  |
                                  |
                                  |
        
                              functions
        
                                  | 
                                  |  
                                  |
                  ---------------------------------
                  |               |               |      
                  |               |               |
                  |               |               |               
              csv_json       data_summary     sql_insert
                                                                        
                                                                                        
        
        
        ```bash
        $ from codetestsol import functions
        ```
        
        
        ```bash
        functions.csv_json("sample.csv")  
        functions.data_summary ("sample.csv") 
        functions.sql_insert("sample.csv") 
        ```
        
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
