freebsd-ports/www/py-bottle/pkg-descr
Nicola Vitale bfe29116d2 - Update to 0.10.7
- Drop support for Python 2.5
- Update URL of the WWW site

PR:		ports/162811
Submitted by:	wen
2012-01-21 13:48:13 +00:00

8 lines
380 B
Text

Bottle is a fast and simple micro-framework for small web-applications.
It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, 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.
WWW: http://bottlepy.org/