No project description provided
Project description
flurry
introduce
基于Cython,uvloop,httptools的一个高性能web框架,目前只支持linux系统
install
pip3 install flurry-ce
run
from flurry.app import Application
from flurry.handler import RequestHandler
class RootHandler(RequestHandler):
async def get(self):
self.write({
"hello": "world"
})
handler_classes = [
(r"/", RootHandler),
]
Application(
handler_clses=handler_classes,
debug=False,
).run()
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
flurry-ce-1.0.1.tar.gz
(193.1 kB
view details)
Built Distribution
File details
Details for the file flurry-ce-1.0.1.tar.gz
.
File metadata
- Download URL: flurry-ce-1.0.1.tar.gz
- Upload date:
- Size: 193.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50cc433dfe74e1b0a4725f3fe8e79cedca757b2d5b946c7bf3702eba349f2219 |
|
MD5 | a8853197dbe74ee9c3f4aa18add931bd |
|
BLAKE2b-256 | b388076a057b595b641416ea7727207c35db8a976ebda9c6094da244c2723457 |
File details
Details for the file flurry_ce-1.0.1-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: flurry_ce-1.0.1-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 333.2 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45bf60281148e5f5a13ec038794be184c89c96acbc4716d80f4d26b448c3c783 |
|
MD5 | 3a387d6674ec42b6a567dbc3db8ceeb3 |
|
BLAKE2b-256 | 8b6b0dd9c3066912c8f9f85c20c30a8eaf16fce19673f6c1895381836043a6f3 |