Web Micro framework - Python
Project description
blablabla blabla blablabla blabla:
from kaira.app import App from kaira.response import response app = App() @app.route("/") def hello_world(request): return response.text('Hello World!') if __name__ == '__main__': app.run(host="0.0.0.0", port=8000)
(Note the double-colon and 4-space indent formatting above.)
Paragraphs are separated by blank lines. Italics, bold, and monospace look like this.
A Section
Lists look like this:
First
Second. Can be multiple lines but must be indented properly.
A Sub-Section
Numbered lists look like you’d expect:
hi there
must be going
Urls are http://like.this and links can be written like this.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kaira-0.2.3.tar.gz
(35.8 kB
view hashes)