A simple Python async framework for building web applications.
Project description
Alita
Alita is a lightweight python async web application framework.
- Come into use the same with Flask.
- Using the async/await syntax to write concurrent code.
- Need Python3.5+ version at least.
Installing
pip install alita
Quick Start
from alita import Alita
app = Alita()
@app.route('/')
async def hello(request):
return 'Hello, World!'
Links
- Code: https://github.com/dwpy/alita
- Docs-zh: https://dwpy.github.io/alita
- Docs-en: https://dwpy.github.io/alita-docs-en
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
alita-0.2.3.tar.gz
(44.1 kB
view details)
Built Distribution
alita-0.2.3-py3-none-any.whl
(54.0 kB
view details)
File details
Details for the file alita-0.2.3.tar.gz
.
File metadata
- Download URL: alita-0.2.3.tar.gz
- Upload date:
- Size: 44.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6509155563c03414788c3acbce673b8c9c1d6bd2f962c5b49a1dacd32a1e69eb |
|
MD5 | a89c45ab278c9dc0c1369265eafc519b |
|
BLAKE2b-256 | ca346af44667a6bcece9030d2156dfa9e4c52fd004e994e499fba55a7268d931 |
File details
Details for the file alita-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: alita-0.2.3-py3-none-any.whl
- Upload date:
- Size: 54.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa51f56f786b484f0a1b8fdae0ce3597b8993103ed842fa5c007772d3f11e42 |
|
MD5 | 0edd8e32085216e49b198f3a29ac21aa |
|
BLAKE2b-256 | 710bf882e9bbcc5102a35f85e52207a2eb5f83c9dec9219f56ecbf06fc6b7070 |