Skip to content
Snippets Groups Projects
Commit 52b37383 authored by Brandon Wiley's avatar Brandon Wiley
Browse files

Documentation updates

parent 786556ac
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
# -*- coding: utf-8 -*-
""" This is an example client which shows how to call the pyptlib.easy high-level API. """
from pyptlib.easy.client import init, reportSucess, reportFailure, \
reportEnd
......
#!/usr/bin/python
# -*- coding: utf-8 -*-
""" The pyptlib.easy.client module includes a convenient API for writing pluggable transport clients. """
from pyptlib.config import EnvException
from pyptlib.client import ClientConfig
......
#!/usr/bin/python
# -*- coding: utf-8 -*-
""" The pyptlib.easy.server module includes a convenient API for writing pluggable transport servers. """
from pyptlib.config import EnvException
from pyptlib.server import ServerConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment