This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-python.git
commit 959e782d045b3de64f22a1052550a0a3c98dcf20 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Oct 1 10:59:28 2019 +0100 update readme, add note for folks looking for Python 3 and/or AMQP 1.0 support to use Proton --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d8e71c5..dd8442d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # Qpid Python -This distribution contains a Python client implementation and AMQP -conformance tests for Apache Qpid. - -You can read more about Qpid here: - -> <http://qpid.apache.org> +This distribution contains a Python 2 AMQP 0-x client implementation and AMQP +conformance tests for [Apache Qpid](https://qpid.apache.org/). Documentation can be found here: > <http://qpid.apache.org/documentation.html> + +**NOTE**: For Python 3 and AMQP 1.0 support, look instead to [Qpid Proton](http://qpid.apache.org/proton). + ## Getting started 1. Make sure the Qpid Python client libraries are on your PYTHONPATH. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
