Browse Source

Adds amqp to list of packages

Ask Solem 11 years ago
parent
commit
cdbda79449
1 changed files with 10 additions and 0 deletions
  1. 10 0
      docs/contributing.rst

+ 10 - 0
docs/contributing.rst

@@ -916,6 +916,16 @@ Messaging library.
 :PyPI: http://pypi.python.org/pypi/kombu
 :docs: http://kombu.readthedocs.org
 
+amqp
+----
+
+Python AMQP 0.9.1 client.
+
+:git: https://github.com/celery/py-amqp
+:CI: http://travis-ci.org/#!/celery/py-amqp
+:PyPI: http://pypi.python.org/pypi/amqp
+:docs: http://amqp.readthedocs.org
+
 billiard
 --------