my-cloud-devops-consulting 0.1.20__py3-none-any.whl → 0.1.22__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
app.py CHANGED
@@ -8,8 +8,8 @@ app = Flask(__name__)
8
8
  app.secret_key = os.environ.get('SECRET_KEY', 'your_secret_key') # Secure your secret key with an environment variable
9
9
 
10
10
  # MongoDB Configuration with properly escaped credentials
11
- username = quote_plus("") # add username and pst
12
- password = quote_plus("")
11
+ username = quote_plus("betrand1999") # add username and pst
12
+ password = quote_plus("Cameroon@10K")
13
13
  client = MongoClient(f"mongodb+srv://{username}:{password}@cluster.7plpy.mongodb.net/my-database?retryWrites=true&w=majority")
14
14
  db = client['my-database'] # Specify your database as shown in the MongoDB Atlas interface
15
15
  users_collection = db['inventory_collection'] # Collection for storing user data
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: my-cloud-devops-consulting
3
- Version: 0.1.20
3
+ Version: 0.1.22
4
4
  Summary: This is my consulting website for Cloud & DevOps services.
5
5
  Home-page: https://github.com/Betrand1999/project-root
6
6
  Author: Betrand Mutagha
@@ -0,0 +1,5 @@
1
+ app.py,sha256=NbUVDgVzJzzYQqvC9ejcLZWgoATN3E82hByqyeIK2Xk,3612
2
+ my_cloud_devops_consulting-0.1.22.dist-info/METADATA,sha256=5utq78gg-DjPEeuZoQBT_PDsgJ559ao9Qqim8rmVang,918
3
+ my_cloud_devops_consulting-0.1.22.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
4
+ my_cloud_devops_consulting-0.1.22.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
+ my_cloud_devops_consulting-0.1.22.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- app.py,sha256=FQ4Tr-noa_gXzUZZY0oYwDlok6Z4FrU70dsKNVkmtH0,3589
2
- my_cloud_devops_consulting-0.1.20.dist-info/METADATA,sha256=z74ySpMskvtEP-ItMXiwpkYpH-Y7VPuHBAGpDd7rZbw,918
3
- my_cloud_devops_consulting-0.1.20.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
4
- my_cloud_devops_consulting-0.1.20.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
- my_cloud_devops_consulting-0.1.20.dist-info/RECORD,,