TLSPYO documentation
Welcome to the tlspyo API documentation!
tlspyo enables easy and secure transfer of python objects over your network.
If you are discovering tlspyo, follow the Quickstart guide, or find a more detailed introduction on the project’s GitHub page.
In common applications, there are only two classes you need to use: Relay and Endpoint:
from tlspyo import Relay, Endpoint
These classes are defined in the tlspyo.api module.
Quickstart:
Getting started: