1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Introduction
============
Features
--------
* Python type casting
* Key and values stored in dictionary
* Source address, port specification
* TLS/SSL socket encryption
* Logging support
Limitations
-----------
* No support for sentence tagging.
* No asynchronous support for reading/writing
Requirements
------------
* Python 3, with sufficiently recent versions of ``pip`` and ``setuptools``
* Mock (for runing unit tests).
* ``qemu`` for running integration tests.
|