#bottlepy — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bottlepy, aggregated by home.social.
-
#uv and #uvx are great tools, but they modifies and sometimes break #python executables if those contain "from __future__" imports. This also affected #bottlepy, but there is a workaround: https://github.com/astral-sh/uv/issues/6489#issuecomment-2973748865
You can now use bottle with uvx again (e.g. `uvx bottle --help`)
-
After a very long time I finally managed to release Bottle 0.13
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python, distributed as a single single file module and with no dependencies other than the Python Standard Library.
Don't let the 0.x version number fool you, it has been around for over 15 years now and is stable and production ready.