aio.manhole.server

Manhole server for the aio asyncio framework


License
GPL-2.0+
Install
pip install aio.manhole.server==0.0.2

Documentation

aio.manhole.server

Manhole server for the aio asyncio framework

Build status

https://travis-ci.org/phlax/aio.manhole.server.svg?branch=master

Installation

Requires python >= 3.4

Install with:

pip install aio.manhole.server

Quick start - Manhole server

Save the following into a file "manhole.conf"

[server/my_manhole_server]
factory = aio.manhole.server.factory
port = 7373

Run with the aio run command

aio run -c manhole.conf

You should now be able to telnet into the running server on port 7373