Merge commit 'remotes/trunk'
[amiethrift.git] / lib / py / README
blob3a5ba920b14115811dd9e58e170c24c497d3fb9f
1 Thrift Python Software Library
3 Author: Mark Slee (mcslee@facebook.com)
4 Last Modified: 2007-Sep-04
6 Thrift is distributed under the Thrift open source software license.
7 Please see the included LICENSE file.
9 Using Thrift with Python
10 ========================
12 Thrift is provided as a set of Python packages. The top level package is
13 thrift, and there are subpackages for the protocol, transport, and server
14 code. Each package contains modules using standard Thrift naming conventions
15 (i.e. TProtocol, TTransport) and implementations in corresponding modules
16 (i.e. TSocket).  There is also a subpackage reflection, which contains
17 the generated code for the reflection structures.
19 The Python libraries can be installed manually using the provided setup.py
20 file, or automatically using the install hook provided via autoconf/automake.
21 To use the latter, become superuser and do make install.