Metadata-Version: 2.1
Name: custom_data_store
Version: 0.1.1
Summary: A simple database called appstore for storing any information that you want and will perform basic CRUD operations on them
Home-page: https://github.com/amrita09-pix/MongoDB_connect
Author: Amrita
Author-email: amrandal09@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymongo

# MongoDB_connect
pip install data_store
Database operations provided are  - 
insert data
update data
find contents of a document
delete data
