You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by do...@apache.org on 2018/11/02 09:56:32 UTC

[rocketmq-client-python] 01/01: Merge pull request #1 from ShannonDing/master

This is an automated email from the ASF dual-hosted git repository.

dongeforever pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git

commit 0b430e7659090b2fcfd96811f93c8c5c2957fe90
Merge: 60758f8 fbcb08d
Author: Zhendong Liu <zh...@yeah.net>
AuthorDate: Fri Nov 2 17:56:27 2018 +0800

    Merge pull request #1 from ShannonDing/master
    
    [FEATURE REQUEST #462]Python Connector Over CPP SDK by Boost Python

 CMakeLists.txt              | 163 ++++++++++++++++++++
 LICENSE                     | 201 +++++++++++++++++++++++++
 Makefile                    |  49 ++++++
 README.md                   |  37 ++++-
 bin/Makefile                |  27 ++++
 changelog                   |   7 +
 cmake/ConfigureChecks.cmake | 358 ++++++++++++++++++++++++++++++++++++++++++++
 doc/Introduction.md         |  89 +++++++++++
 project/CMakeLists.txt      |  55 +++++++
 project/Makefile            |  98 ++++++++++++
 project/tool.mak            |  38 +++++
 sample/__init__.py          |  22 +++
 sample/base.py              |  49 ++++++
 sample/testConsumer.py      |  49 ++++++
 sample/testProducer.py      |  33 ++++
 src/PythonWrapper.cpp       | 283 ++++++++++++++++++++++++++++++++++
 src/PythonWrapper.h         |  98 ++++++++++++
 17 files changed, 1655 insertions(+), 1 deletion(-)