A minimal Flask app that shows the amount of OpenStreetMap changes made by a user on a day.
Project description
whatdidyoudo
A minimal Flask app that shows the amount of OpenStreetMap changes made by a user on a day.
Background
I often ask myself after contributing many changes to OpenStreetMap, either by walking around while extensively using StreetComplete, MapComplete or Vespucci, or by doing some tasks in iD or JOSM:
How many changes did I contribute to the map today?
I'm not the only one. I heard questions like this quite a few times:
Where can I see how much I did on yesterday's mapwalk?
Because I think that simple questions deserve simple answers, I made this tool to give exactly this information and nothing else.
You don't need to self-host it, it is available for anyone at whatdidyoudo.rompe.org.
Setup
Fun fact: of course you don't really need uv for this. I'm just using this project to get used to it as I think it has a lot of potential.
Install uv if needed
pip install uv
Install dependencies using uv
uv pip install -r pyproject.toml
If you want to develop:
uv pip install -r pyproject.toml --extra dev
Run tests
pytest
Run the app in test mode
python whatdidyoudo/app.py
Visit http://127.0.0.1:5000/ in your browser to see "hello world".
Build a package and upload it to Pypi
uvx hatchling build
uvx twine upload dist/*
License
This project is licensed under the MIT License. See the pyproject.toml for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whatdidyoudo-0.1.13.tar.gz.
File metadata
- Download URL: whatdidyoudo-0.1.13.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c978eea2a03fff8f89fb7fe741d05cd3e0cfb8f00428077c35e6e43a0fbdc7fc
|
|
| MD5 |
9b969d79585f9e3da5d80937856e22d6
|
|
| BLAKE2b-256 |
f41d024930b5340636c3093ff4a3a5a2f07aeb4a805a5247fc9e4c3dbeb9478c
|
File details
Details for the file whatdidyoudo-0.1.13-py3-none-any.whl.
File metadata
- Download URL: whatdidyoudo-0.1.13-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9081f25477177a7dc9e86b5a29fe2677d695d1785bdccc2b823c759cad2cf851
|
|
| MD5 |
40863298f2c16e8cb5a08c9adb772320
|
|
| BLAKE2b-256 |
368bf9a8dc901be00bb5815b3ba0b404c43446a42a1e74f70347d336ef5b92d6
|