Thrift and Python: Made to be together
authorMark Slee <mcslee@apache.org>
Mon, 4 Sep 2006 00:04:39 +0000 (00:04 +0000)
committerMark Slee <mcslee@apache.org>
Mon, 4 Sep 2006 00:04:39 +0000 (00:04 +0000)
commitfc89d399179c40adbf108b041d2759e5f56ad4a9
tree80f925e84aa2f7921ed5feda8f5659f98656a27c
parentcde2b61c5e3a26fd6ad5bc1a6fcdee449696d66c
Thrift and Python: Made to be together

Summary: Python client code generation for Thrift... HOTNESS!

Notes: Servers and asynchronous clients are coming soon...

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664779 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/Makefile
compiler/cpp/src/generate/t_php_generator.cc
compiler/cpp/src/main.cc
lib/php/src/protocol/TProtocol.php
lib/py/setup.py
test/py/Makefile [new file with mode: 0644]
test/py/TestClient.py [new file with mode: 0755]