whatdidyoudo 0.1.0__py3-none-any.whl → 0.1.2__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.

Potentially problematic release.


This version of whatdidyoudo might be problematic. Click here for more details.

whatdidyoudo/app.py CHANGED
@@ -84,5 +84,10 @@ def whatdidyoudo(user: str | None = None, date: str | None = None) -> str:
84
84
  changesets=changesets, error=error)
85
85
 
86
86
 
87
- if __name__ == "__main__":
87
+ def main():
88
+ """Run in debug mode."""
88
89
  app.run(debug=True)
90
+
91
+
92
+ if __name__ == "__main__":
93
+ main()
@@ -1,7 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: whatdidyoudo
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A minimal Flask app that shows the amount of OpenStreetMap changes made by a user on a day.
5
+ Project-URL: Homepage, https://github.com/rompe/whatdidyoudo
6
+ Project-URL: Issues, https://github.com/rompe/whatdidyoudo/issues
5
7
  Author-email: Ulf Rompe <whatdidyoudo.rompe.org@rompe.org>
6
8
  License: MIT
7
9
  Requires-Python: >=3.11
@@ -21,12 +23,16 @@ A minimal Flask app that shows the amount of OpenStreetMap changes made by a use
21
23
 
22
24
  ## Background
23
25
 
24
- I often ask myself after contributing many changes to OpenStreetMap, either by walking around
25
- while extensively using StreetComplete, MapComplete or Vespucci, or by doing some tasks in iD or
26
- jOSM: **How many changes did I contribute to the map today?**
26
+ I often ask myself after contributing many changes to [OpenStreetMap](https://www.openstreetmap.org/),
27
+ either by walking around while extensively using [StreetComplete](https://streetcomplete.app/),
28
+ [MapComplete](https://mapcomplete.org/) or [Vespucci](https://vespucci.io/), or by doing some tasks
29
+ in [iD](https://www.openstreetmap.org/edit) or [JOSM](https://josm.openstreetmap.de/):
30
+
31
+ ***How many changes did I contribute to the map today?***
27
32
 
28
33
  I'm not the only one. I heard questions like this quite a few times:
29
- **Where can I see how much I did on yesterday's mapwalk?**
34
+
35
+ ***Where can I see how much I did on yesterday's mapwalk?***
30
36
 
31
37
  Because I think that simple questions deserve simple answers, I made this tool to give exactly
32
38
  this information and nothing else.
@@ -0,0 +1,8 @@
1
+ whatdidyoudo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ whatdidyoudo/app.py,sha256=VVJiOLfYzkp4o46PUlezyAPvp4gXCrx38CiTkuO2mJI,3361
3
+ whatdidyoudo/static/style.css,sha256=AtT4pHBBrDSMxzForapiP-F-l648lQSISxgg6n93-98,1958
4
+ whatdidyoudo/templates/form.html,sha256=VLWdk1jdrpvKCtekSF088UXk9vXWLwJ4w0pkscpyy30,1904
5
+ whatdidyoudo-0.1.2.dist-info/METADATA,sha256=TRvxNrTdoB7z2PO1QgYlaDuDIdM5pTdv990e-GXR2Wc,2474
6
+ whatdidyoudo-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ whatdidyoudo-0.1.2.dist-info/entry_points.txt,sha256=TyJsRAleMbWIvpeNrjJpfeO4xgrIkOrzDZ8viefhsE4,51
8
+ whatdidyoudo-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ whatdidyoudo = whatdidyoudo:main
@@ -1,7 +0,0 @@
1
- whatdidyoudo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- whatdidyoudo/app.py,sha256=u6pvalY0SYe5LBlXA0U81akN09MgmK5gPi_HacuWNy4,3302
3
- whatdidyoudo/static/style.css,sha256=AtT4pHBBrDSMxzForapiP-F-l648lQSISxgg6n93-98,1958
4
- whatdidyoudo/templates/form.html,sha256=VLWdk1jdrpvKCtekSF088UXk9vXWLwJ4w0pkscpyy30,1904
5
- whatdidyoudo-0.1.0.dist-info/METADATA,sha256=5PMd0RYYUOB7i_TldzKHPSIjLlIeEDJZbsQqIQPT3Ew,2152
6
- whatdidyoudo-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- whatdidyoudo-0.1.0.dist-info/RECORD,,