my-cloud-devops-consulting 1.1.202507090940__py3-none-any.whl → 1.1.202507091017__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
@@ -192,8 +192,13 @@ def google_verification():
192
192
  with open('google77f25e63bec6dd80.html') as f:
193
193
  return Response(f.read(), mimetype='text/html')
194
194
 
195
+ @app.route('/sitemap.xml')
196
+ def sitemap():
197
+ return app.send_static_file('sitemap.xml')
195
198
 
196
-
199
+ @app.route('/robots.txt')
200
+ def robots():
201
+ return app.send_static_file('robots.txt')
197
202
 
198
203
  if __name__ == '__main__':
199
204
  app.run(debug=True, host='0.0.0.0', port=50)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: my-cloud-devops-consulting
3
- Version: 1.1.202507090940
3
+ Version: 1.1.202507091017
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=yJE0wjGdL3gi3LDLYb11muEE_CifxomairBgXbqsI5E,7250
2
+ my_cloud_devops_consulting-1.1.202507091017.dist-info/METADATA,sha256=XjVrmQgsiQy7HuY5gwgYStUEvbjub1-hH-hh_fm79Bg,3329
3
+ my_cloud_devops_consulting-1.1.202507091017.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ my_cloud_devops_consulting-1.1.202507091017.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
5
+ my_cloud_devops_consulting-1.1.202507091017.dist-info/RECORD,,
@@ -1,5 +0,0 @@
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,,