aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/setup.py
Commit message (Collapse)AuthorAge
* Add a wrapping of grpc_server_credentials.Gravatar Nathaniel Manista2015-02-10
|
* Bring in the Python GRPC Adapter package.Gravatar Nathaniel Manista2015-02-02
|
* Refactoring of the Python build.Gravatar Nathaniel Manista2015-02-02
The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment.