Metadata-Version: 2.1
Name: dbhelpy
Version: 0.2.0
Summary: dbhelpy is an easy to use Python library that allows you to interact with your sqlite database using dbhelpy methods
Home-page: https://github.com/adavila0703/dbhelpy
Author: Angel Davila
Author-email: adavila0703@gmail.com
License: UNKNOWN
Description: =======
        DBHELPY
        =======
        dbhelpy is an easy to use Python library that allows you to interact with your sqlite database using dbhelpy methods
        
        Install
        =======
        ::
        
            pip install dbhelpy
        
        How to Start
        ============
        ::
        
            from dbhelpy import Helpy
        
            db = Helpy('database.db')
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
