Skip to content

wikis Search Results · repo:bottlepy/bottle language:Python

2 results
 (78 ms)

2 results

inbottlepy/bottle (press backspace or delete to remove)
The language qualifier is not supported when searching wikis. Try searching for issues instead?

Bottle is a fast and simple micro-framework for small web-applications. Example from bottle import route, run @route('/hello/ name ') def hello(name): return 'Hello, %s' % name run(host='localhost', ...
  • Last updated
    on Nov 11, 2022

This is a (rough, in discussion) Roadmap for the Bottle project as a source of information for contributors and developers. Discussions should happen within the issue tracker or mailing list. If you find ...
  • Last updated
    on Aug 28, 2016