| Mark Slee | 54b7ab9 | 2007-03-06 00:06:27 +0000 | [diff] [blame] | 1 | Thrift Python Software Library | 
 | 2 |  | 
| Mark Slee | 54b7ab9 | 2007-03-06 00:06:27 +0000 | [diff] [blame] | 3 | Thrift is distributed under the Thrift open source software license. | 
 | 4 | Please see the included LICENSE file. | 
 | 5 |  | 
 | 6 | Using Thrift with Python | 
 | 7 | ======================== | 
 | 8 |  | 
 | 9 | Thrift is provided as a set of Python packages. The top level package is | 
 | 10 | thrift, and there are subpackages for the protocol, transport, and server | 
 | 11 | code. Each package contains modules using standard Thrift naming conventions | 
 | 12 | (i.e. TProtocol, TTransport) and implementations in corresponding modules | 
| David Reiss | d683219 | 2007-09-05 00:47:32 +0000 | [diff] [blame] | 13 | (i.e. TSocket).  There is also a subpackage reflection, which contains | 
 | 14 | the generated code for the reflection structures. | 
| Mark Slee | 54b7ab9 | 2007-03-06 00:06:27 +0000 | [diff] [blame] | 15 |  | 
 | 16 | The Python libraries can be installed manually using the provided setup.py | 
 | 17 | file, or automatically using the install hook provided via autoconf/automake. | 
 | 18 | To use the latter, become superuser and do make install. |