Metadata-Version: 2.1
Name: pydbops
Version: 0.0.2
Summary: Simplifies the database operations.
Home-page: https://github.com/NotShrirang/DatabaseOperations
Author: Shrirang Mahajan
Author-email: shrirangmahajan123@gmail.com
Project-URL: Bug Tracker, https://github.com/NotShrirang/DatabaseOperations/issues
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
License-File: LICENSE

# Database Operations

Library for simplifying database operations.
<br>

## Installing pydbops with PyPI :

```sh
pip install pydbops
```

<br>
</h3>

## Importing pydbops:

```sh
from pyDatabaseOps import *
```

Programming Language : Python 3
<br>
License : MIT License
<br>
Operating System : OS Independent
