Metadata-Version: 2.1
Name: db-cnct-pkg
Version: 0.0.2
Summary: A python package for connecting with database.
Home-page: https://github.com/HarishNandhan/mongodb_cnct_py
Author: HarishNandhan
Author-email: harishnandhan02@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/HarishNandhan/mongodb_cnct_py/issues
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: ensure==1.0.2
Requires-Dist: py-youtube==1.1.7
Provides-Extra: testing
Requires-Dist: pytest>=7.1.3; extra == "testing"
Requires-Dist: mypy>=0.971; extra == "testing"
Requires-Dist: flake8>=5.0.4; extra == "testing"
Requires-Dist: tox>=3.25.1; extra == "testing"
Requires-Dist: black>=22.8.0; extra == "testing"

# lab-mongo-python

<!-- ![image](https://user-images.githubusercontent.com/57321948/196933065-4b16c235-f3b9-4391-9cfe-4affcec87c35.png) -->

### Step 1 - Install the requirements

```bash
pip install -r requirements.txt
```

### Step 2 - Run main.py file

```bash
python main.py
```
