Added tlspool_configvar() to libtlspool
[tlspool] / lib / python / README
1 The files in this directory:
2
3 py-tlspool.i ( and ../swig-tlspool.i )
4         These files map the TLS Pool library to Python.  Use import tlspool
5         and describe connections with the class tlspool.Connection.
6
7 setup.py
8         Uses the Python dist-utils to install the package.  Some day we should
9         also add PIP support (but not sure how, by we lay an egg already).
10
11 webdemo.py
12         A simple demonstration downloading a web page using the TLS Pool port
13         to Python.  Assumes IPv6 connectivity.
14
15 whoami.py
16         A simple web server based on the TLS Pool port to Python.  It will
17         tell the client about its accepted identity.  If no identity is
18         presented by the client, it will say "You are NOBODY" instead.
19