An async web framework for humans
Project description
An async web framework for humans
Installation
pip install aioserver
Usage
from aiohttp import web
from aioserver import Application
app = Application()
@app.get('/')
async def index(request):
return {'message': 'Hello, world!'}
app.run(host='127.0.0.1', port=8080)
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
aioserver-0.2.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aioserver-0.2.0.tar.gz.
File metadata
- Download URL: aioserver-0.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccd3751f7c372ff153c2b9ac349c34ac51560c2b5730aee10d9caab297dccc5e
|
|
| MD5 |
83ef59d7d2d9aa9664916b108c5f49a3
|
|
| BLAKE2b-256 |
c28f9dfc0f67c18d153820236e9382345040584218c6c6b8e1137fbcbc20ab39
|
File details
Details for the file aioserver-0.2.0-py3-none-any.whl.
File metadata
- Download URL: aioserver-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a622ab632b153881e23c58af1bbc7b0bdffd3f6521d9f63cc30bb59c580155d7
|
|
| MD5 |
c21d9ec8584bfbd5fcdec8e2ef348a39
|
|
| BLAKE2b-256 |
33c9794fbec131b0f806d8fc8c0a33b399de57d6dc2dc2d4b188b8ddf49e4351
|