| Mark Slee | 54b7ab9 | 2007-03-06 00:06:27 +0000 | [diff] [blame] | 1 | Thrift Python Software Library | 
|  | 2 |  | 
|  | 3 | Author: Mark Slee (mcslee@facebook.com) | 
|  | 4 | Last Modified: 2007-Mar-05 | 
|  | 5 |  | 
|  | 6 | Thrift is distributed under the Thrift open source software license. | 
|  | 7 | Please see the included LICENSE file. | 
|  | 8 |  | 
|  | 9 | Using Thrift with Python | 
|  | 10 | ======================== | 
|  | 11 |  | 
|  | 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). | 
|  | 17 |  | 
|  | 18 | The Python libraries can be installed manually using the provided setup.py | 
|  | 19 | file, or automatically using the install hook provided via autoconf/automake. | 
|  | 20 | To use the latter, become superuser and do make install. |