Metadata-Version: 2.1
Name: automationfordb
Version: 0.0.1
Summary: A python package for connecting with a database
Home-page: https://github.com/mortalbeingg/mongodbconnectorpkg
Author: mortalbeingg
Author-email: newmortalbeing333@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/mortalbeingg/mongodbconnectorpkg/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
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'

# mongodbconnectorpkg
## This package is to connect to mongodb server
## and create database and do other operations on it

