blob: bdd2ef18d1c05d4f342970ce5600736943d2ed97 [file] [log] [blame]
Mark Slee54b7ab92007-03-06 00:06:27 +00001Thrift Python Software Library
2
3Author: Mark Slee (mcslee@facebook.com)
4Last Modified: 2007-Mar-05
5
6Thrift is distributed under the Thrift open source software license.
7Please see the included LICENSE file.
8
9Using Thrift with Python
10========================
11
12Thrift is provided as a set of Python packages. The top level package is
13thrift, and there are subpackages for the protocol, transport, and server
14code. Each package contains modules using standard Thrift naming conventions
15(i.e. TProtocol, TTransport) and implementations in corresponding modules
16(i.e. TSocket).
17
18The Python libraries can be installed manually using the provided setup.py
19file, or automatically using the install hook provided via autoconf/automake.
20To use the latter, become superuser and do make install.