my-cloud-devops-consulting 1.1.202507090154__py3-none-any.whl → 1.1.202507090940__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 +12 -0
- {my_cloud_devops_consulting-1.1.202507090154.dist-info → my_cloud_devops_consulting-1.1.202507090940.dist-info}/METADATA +5 -2
- my_cloud_devops_consulting-1.1.202507090940.dist-info/RECORD +5 -0
- my_cloud_devops_consulting-1.1.202507090154.dist-info/RECORD +0 -5
- {my_cloud_devops_consulting-1.1.202507090154.dist-info → my_cloud_devops_consulting-1.1.202507090940.dist-info}/WHEEL +0 -0
- {my_cloud_devops_consulting-1.1.202507090154.dist-info → my_cloud_devops_consulting-1.1.202507090940.dist-info}/top_level.txt +0 -0
app.py
CHANGED
@@ -183,6 +183,18 @@ def subscribe():
|
|
183
183
|
flash('Please enter a valid email address.')
|
184
184
|
return redirect(url_for('home'))
|
185
185
|
# 👇 Add this before the final block
|
186
|
+
|
187
|
+
|
188
|
+
from flask import Response
|
189
|
+
|
190
|
+
@app.route('/google77f25e63bec6dd80.html')
|
191
|
+
def google_verification():
|
192
|
+
with open('google77f25e63bec6dd80.html') as f:
|
193
|
+
return Response(f.read(), mimetype='text/html')
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
186
198
|
if __name__ == '__main__':
|
187
199
|
app.run(debug=True, host='0.0.0.0', port=50)
|
188
200
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: my-cloud-devops-consulting
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.202507090940
|
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
|
@@ -102,5 +102,8 @@ ctr -n k8s.io images prune
|
|
102
102
|
|
103
103
|
# Or for Docker users (if running Docker instead):
|
104
104
|
docker system prune -a
|
105
|
-
|
105
|
+
################################################
|
106
|
+
|
107
|
+
|
108
|
+
site:1beto.com ### it confirms that 1beto.com is not yet indexed by Google
|
106
109
|
|
@@ -0,0 +1,5 @@
|
|
1
|
+
app.py,sha256=rn99jlYF18NsnLPwlI173St3pSwcV8ZiVxV6Ioe885A,7076
|
2
|
+
my_cloud_devops_consulting-1.1.202507090940.dist-info/METADATA,sha256=to7m2fcQPu99rTwu76m6yQBY6ESdcXNPJ-_aW5HzHHM,3329
|
3
|
+
my_cloud_devops_consulting-1.1.202507090940.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
my_cloud_devops_consulting-1.1.202507090940.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
+
my_cloud_devops_consulting-1.1.202507090940.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
app.py,sha256=9YF9mlQAUnMUuN3LYCpVmyC9P3y3Nf_fpXl5SIPH_TE,6865
|
2
|
-
my_cloud_devops_consulting-1.1.202507090154.dist-info/METADATA,sha256=-p7qNUV_H17gdiBgXNAJU-f2DJbi5TQRTt0FP_Gttm0,3256
|
3
|
-
my_cloud_devops_consulting-1.1.202507090154.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
my_cloud_devops_consulting-1.1.202507090154.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
-
my_cloud_devops_consulting-1.1.202507090154.dist-info/RECORD,,
|
File without changes
|