Metadata-Version: 2.1
Name: dgupdater
Version: 0.2.5
Summary: A CLI based auto updation assistant tool for python applications
Author: DarkGlance
Author-email: darkglance.developer@gmail.com
Project-URL: Github, https://github.com/Ashif4354/dgupdater
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=7.0
Requires-Dist: pymongo
Requires-Dist: platformdirs

You need to have a mongodb database preferrably on cloud. You can use mongodb atlas for the same, MongoDB have a serverless db cluster which is very cheap (0.1$ / 1M reads). they also have a good free tier. After configuring, get the connection url and save it.

You need to get two connection string from mongo db, one with write access and one with read access. 
the one with write access will be used by the developer to write data to the database and the one with read access will be used by the client to read data from the database. both the connection string should have access to the same cluser and databases.
