thrift/lib/py
James Wang e168d5e127 Summary: TSocket shouldn't let you set the timeout before it's got a valid handle
Reviewed By: dcorson

Test Plan: tested in sandbox


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665172 13f79535-47bb-0310-9956-ffa450edef68
2007-07-24 23:59:51 +00:00
..
src Summary: TSocket shouldn't let you set the timeout before it's got a valid handle 2007-07-24 23:59:51 +00:00
bootstrap.sh Full automake/autoconf compliance for thrift 2007-01-25 07:58:55 +00:00
cleanup.sh READMEs and DOCs and ant tasks, oh my 2007-03-06 00:06:27 +00:00
configure.ac Added autoconf/automake glue to run lib/py/setup.py as part of make install 2007-01-16 22:20:19 +00:00
COPYING Some Thrift documentation cleanups 2007-02-28 21:43:54 +00:00
LICENSE Some Thrift documentation cleanups 2007-02-28 21:43:54 +00:00
Makefile.am Added autoconf/automake glue to run lib/py/setup.py as part of make install 2007-01-16 22:20:19 +00:00
README READMEs and DOCs and ant tasks, oh my 2007-03-06 00:06:27 +00:00
setup.py Oops missed license on one python file 2007-03-01 00:35:54 +00:00

Thrift Python Software Library

Author: Mark Slee (mcslee@facebook.com)
Last Modified: 2007-Mar-05

Thrift is distributed under the Thrift open source software license.
Please see the included LICENSE file.

Using Thrift with Python
========================

Thrift is provided as a set of Python packages. The top level package is
thrift, and there are subpackages for the protocol, transport, and server
code. Each package contains modules using standard Thrift naming conventions
(i.e. TProtocol, TTransport) and implementations in corresponding modules
(i.e. TSocket).

The Python libraries can be installed manually using the provided setup.py
file, or automatically using the install hook provided via autoconf/automake.
To use the latter, become superuser and do make install.