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 details)
File details
Details for the file kaira-0.2.3.tar.gz
.
File metadata
- Download URL: kaira-0.2.3.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80c670a4db4e52fabbc94e0e2833a16eab78f08b2fbe1e3b1a7b07e1071284a2 |
|
MD5 | da434742a5ecfb3412ad2426360065a3 |
|
BLAKE2b-256 | 5a0920d2da723895e016e3e7f6e99e846bdb7391bd818a233a80291bfda1e4ca |