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.2.0.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for gera2ld_pyserve-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce02eea1c7cdb26b15f60a3be636b76442c211ce9007bf261baa0e0396404340 |
|
MD5 | 042ad990d5d396c2351db3de649d24f5 |
|
BLAKE2b-256 | 8f65e49a499c8ff5bd206ce6e19176d7e17535e4e8c6bb81c370c33e3a1d719b |