Skip to main content

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:

  1. hi there

  2. must be going

Urls are http://like.this and links can be written like this.

Project details


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.0.tar.gz (29.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page