Fast and simple WSGI-framework for small web-applications
http://bottle.paws.de/
Bottle is a fast and simple micro-framework for small web-applications. It
offers request dispatching (Routes) with url parameter support, Templates, a
build-in HTTP Server and adapters for many third party WSGI/HTTP-server and
template engines. All in a single file and with no dependencies other than the
Python Standard Library.
Authors:
--------
Marcell Hellkamp
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-bottle && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bottle-0.12.25.tar.gz | 0000074231 72.5 KB | |
bottle-docs.pdf | 0000478211 467 KB | |
python-bottle.changes | 0000009422 9.2 KB | |
python-bottle.spec | 0000003055 2.98 KB | |
update-module-loader.patch | 0000001201 1.17 KB |
Revision 27 (latest revision is 29)
Ana Guerrero (anag+factory)
accepted
request 1118452
from
Steve Kowalik (StevenK)
(revision 27)
- Add patch update-module-loader.patch: * Add find_spec to the magic bottle.ext loader, Python 3.12 no longer calls find_module. - Switch to pyproject and autosetup macros.
Comments 0