Metadata-Version: 2.1
Name: dbhelpy
Version: 0.3.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
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


# DBHELPY

dbhelpy is an easy to use Python library that allows you to interact with your sqlite database using dbhelpy methods

For more information check out the documentation [here](https://dbhelpy.readthedocs.io/en/main/index.html).
# Install
```python
pip install dbhelpy
```

# How to Start
```python
from dbhelpy.dbhelpy import Helpy

db = Helpy('database.db')
```




