home.social

#bottlepy — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bottlepy, aggregated by home.social.

  1. #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: github.com/astral-sh/uv/issues

    You can now use bottle with uvx again (e.g. `uvx bottle --help`)

  2. After a very long time I finally managed to release Bottle 0.13

    bottlepy.org/

    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.

    #bottlepy #python #foss