Start serving an asyncio.Server
Project description
Serve asyncio and aiohttp servers, and show information for development.
Installation
$ pip install gera2ld-pyserve
# or with extra `aio` if aiohttp applications are to be served
$ pip install gera2ld-pyserve[aio]
Usage
from gera2ld.pyserve import serve_asyncio
def handle(reader, writer):
# add more code here...
serve_asyncio(handle, ':4000')
from gera2ld.pyserve import serve_aiohttp
from aiohttp import web
app = web.Application()
# add more code here...
serve_aiohttp(app, ':4000')
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
gera2ld-pyserve-0.3.0.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for gera2ld_pyserve-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4f9798def9165854c8a0ebaaa3e4f8bd36eda311388dee70f64932310e1af6b |
|
MD5 | 21ea8d06131fe58f785774227eece545 |
|
BLAKE2b-256 | ac56b28dc8458829d76f1329e5a5a56fd4ce97d554ab49a14c45f0a04be39251 |