文件名称:rabbitpy:一个纯Python,线程安全,简约和pythonic RabbitMQ客户端库
文件大小:94KB
文件格式:ZIP
更新时间:2024-06-03 01:52:31
hacktoberfest Python
rabbitpy-RabbitMQ简化 一个纯Python,线程安全,简约和Pythonic BSD许可的AMQP / RabbitMQ库,支持Python 2.7+和Python 3.4+。 Rabbitpy的目的是提供一个简单易用的API与RabbitMQ接口,以最大程度地减少其他库中经常出现的编程开销。 安装 可以使用您选择的工具通过Python软件包索引安装rabbitpy。 我更喜欢点子: pip install rabbitpy 但是总有easy_install: easy_install rabbitpy 文献资料 可在上文档。 要求 pamqp 版本记录 可在https://rabbitpy.readthedocs.org/en/latest/history.html获得
【文件预览】:
rabbitpy-master
----MANIFEST.in(21B)
----.travis.yml(688B)
----README.rst(1KB)
----Vagrantfile(1KB)
----test-requirements.txt(200B)
----docs()
--------simple.rst(801B)
--------history.rst(10KB)
--------conf.py(8KB)
--------threads.rst(3KB)
--------api()
--------examples()
--------Makefile(5KB)
--------index.rst(2KB)
----.pylintrc(12KB)
----tests()
--------events_tests.py(3KB)
--------amqp_tests.py(552B)
--------channel_test.py(3KB)
--------message_tests.py(19KB)
--------integration_tests.py(19KB)
--------helpers.py(1KB)
--------__init__.py(412B)
--------exchange_tests.py(3KB)
--------tx_tests.py(3KB)
--------queue_tests.py(16KB)
--------base_tests.py(1KB)
--------utils_tests.py(2KB)
----tox.ini(173B)
----LICENSE(1KB)
----bootstrap.sh(1KB)
----setup.cfg(224B)
----requirements.txt(18B)
----examples()
--------getter.py(403B)
--------transactional_publisher.py(1KB)
--------publisher.py(1KB)
--------consumer.py(473B)
----docker-compose.yml(64B)
----.checkignore(20B)
----setup.py(2KB)
----.gitignore(559B)
----.codeclimate.yml(304B)
----rabbitpy()
--------simple.py(10KB)
--------events.py(4KB)
--------message.py(15KB)
--------utils.py(3KB)
--------io.py(24KB)
--------tx.py(4KB)
--------__init__.py(2KB)
--------connection.py(22KB)
--------amqp.py(15KB)
--------channel.py(17KB)
--------channel0.py(10KB)
--------amqp_queue.py(16KB)
--------heartbeat.py(2KB)
--------base.py(15KB)
--------exchange.py(6KB)
--------exceptions.py(9KB)