messense commented on a change in pull request #52: Upstream rocketmq-python
URL: 
https://github.com/apache/rocketmq-client-python/pull/52#discussion_r335857216
 
 

 ##########
 File path: README.md
 ##########
 @@ -1,31 +1,86 @@
-## RocketMQ Client Python
-[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
-[![TravisCI](https://travis-ci.org/apache/rocketmq-client-python.svg)](https://travis-ci.org/apache/rocketmq-client-python)
-* RocketMQ Python client is developed on top of 
[rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp), which has 
been proven robust and widely adopted within Alibaba Group by many business 
units for more than three years.
-
-----------
-## Quick Start
-* Step-by-step instruction are provided in [RocketMQ Client Python 
Introduction](https://github.com/apache/rocketmq-client-python/blob/master/doc/Introduction.md).
-* Consult [RocketMQ Quick 
Start](https://rocketmq.apache.org/docs/quick-start/) to setup rocketmq broker 
and nameserver.
-
-----------
-## Apache RocketMQ Community
-* [RocketMQ Community Projects](https://github.com/apache/rocketmq-externals)
-
-----------
-## Contact us
-* Mailing Lists: <https://rocketmq.apache.org/about/contact/>
-* Home: <https://rocketmq.apache.org>
-* Docs: <https://rocketmq.apache.org/docs/quick-start/>
-* Issues: <https://github.com/apache/rocketmq-client-python/issues>
-* Ask: <https://stackoverflow.com/questions/tagged/rocketmq>
-* Slack: <https://rocketmq-community.slack.com/>
- 
----------- 
-## How to Contribute
-  Contributions are warmly welcome! Be it trivial cleanup, major new feature 
or other suggestion. Read this [how to 
contribute](http://rocketmq.apache.org/docs/how-to-contribute/) guide for more 
details. 
-   
-   
-----------
+# rocketmq-python
+
+[![Build 
Status](https://travis-ci.com/messense/rocketmq-python.svg?branch=master)](https://travis-ci.com/messense/rocketmq-python)
+[![codecov](https://codecov.io/gh/messense/rocketmq-python/branch/master/graph/badge.svg)](https://codecov.io/gh/messense/rocketmq-python)
+[![PyPI](https://img.shields.io/pypi/v/rocketmq.svg)](https://pypi.org/project/rocketmq)
+
+RocketMQ Python client, based on 
[rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp), supports 
Linux and macOS
+
+## Installation
+
+```bash
+pip install rocketmq
 
 Review comment:
   I'd prefer `rocketmq-client`, the `-python` part is meaningless and it would 
be better to have a unified name for both installation(`pip install 
rocketmq-client`) and import (`from rocketmq_client import PushConsumer`).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to