All Projects → gmr → Rabbitpy

gmr / Rabbitpy

Licence: bsd-3-clause
A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rabbitpy

Tldr
Golang command line client for tldr https://github.com/tldr-pages/tldr
Stars: ✭ 210 (-0.94%)
Mutual labels:  hacktoberfest
Pytest Qt
pytest plugin for Qt (PyQt4, PyQt5 and PySide) application testing
Stars: ✭ 210 (-0.94%)
Mutual labels:  hacktoberfest
Aquila
🎨 An Advanced WordPress theme
Stars: ✭ 204 (-3.77%)
Mutual labels:  hacktoberfest
Ach
ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
Stars: ✭ 210 (-0.94%)
Mutual labels:  hacktoberfest
Idiomatic Rust
🦀 A peer-reviewed collection of articles/talks/repos which teach concise, idiomatic Rust.
Stars: ✭ 3,130 (+1376.42%)
Mutual labels:  hacktoberfest
Vue Morris
VueJS component wrapping Morris.js
Stars: ✭ 212 (+0%)
Mutual labels:  hacktoberfest
Opensourceresources
Free opensource Learning Resources related to Web-Development A to Z 🔥❤
Stars: ✭ 210 (-0.94%)
Mutual labels:  hacktoberfest
Signalr Client Swift
Swift SignalR Client for Asp.Net Core SignalR server
Stars: ✭ 213 (+0.47%)
Mutual labels:  hacktoberfest
Mercure
Server-sent live updates: protocol and reference implementation
Stars: ✭ 2,608 (+1130.19%)
Mutual labels:  hacktoberfest
Ember Feature Flags
Ember CLI addon for feature flags
Stars: ✭ 212 (+0%)
Mutual labels:  hacktoberfest
Dribbble2react
Transform Dribbble designs to React-Native code | Shop UI Kit >>
Stars: ✭ 2,443 (+1052.36%)
Mutual labels:  hacktoberfest
Oshi
Native Operating System and Hardware Information
Stars: ✭ 2,876 (+1256.6%)
Mutual labels:  hacktoberfest
Doodba
Base image for making the creation of customized Odoo environments a piece of cake
Stars: ✭ 210 (-0.94%)
Mutual labels:  hacktoberfest
Bookmarks
🔖 +4.3K awesome resources for geeks and software crafters 🍺
Stars: ✭ 210 (-0.94%)
Mutual labels:  hacktoberfest
Noderssbot
Another Telegram RSS bot but in Node.js Telegram RSS 机器人
Stars: ✭ 212 (+0%)
Mutual labels:  hacktoberfest
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (-0.94%)
Mutual labels:  hacktoberfest
Cve Bin Tool
This tool scans for a number of common, vulnerable components (openssl, libpng, libxml2, expat and a few others) to let you know if your system includes common libraries with known vulnerabilities.
Stars: ✭ 211 (-0.47%)
Mutual labels:  hacktoberfest
Convert Layout
JS library to convert text from one keyboard layout to other
Stars: ✭ 213 (+0.47%)
Mutual labels:  hacktoberfest
Parcel Plugin Svelte
A parcel plugin that enables svelte support
Stars: ✭ 214 (+0.94%)
Mutual labels:  hacktoberfest
Osx Push To Talk
OSX status bar application that mute microphone on user key press
Stars: ✭ 209 (-1.42%)
Mutual labels:  hacktoberfest

rabbitpy - RabbitMQ simplified

A pure python, thread-safe, minimalistic and Pythonic BSD Licensed AMQP/RabbitMQ library that supports Python 2.7+ and Python 3.4+. rabbitpy aims to provide a simple and easy to use API for interfacing with RabbitMQ, minimizing the programming overhead often found in other libraries.

|Version| |Downloads| |Status| |Coverage| |License|

Installation

rabbitpy may be installed via the Python package index with the tool of your choice. I prefer pip:

.. code:: bash

pip install rabbitpy

But there's always easy_install:

.. code:: bash

easy_install rabbitpy

Documentation

Documentation is available on ReadTheDocs <https://rabbitpy.readthedocs.io>_.

Requirements

  • pamqp <https://github.com/pika/pamqp>_

Version History

Available at https://rabbitpy.readthedocs.org/en/latest/history.html

.. |Version| image:: https://img.shields.io/pypi/v/rabbitpy.svg? :target: http://badge.fury.io/py/rabbitpy

.. |Status| image:: https://img.shields.io/travis/gmr/rabbitpy.svg? :target: https://travis-ci.org/gmr/rabbitpy

.. |Coverage| image:: https://img.shields.io/codecov/c/github/gmr/rabbitpy.svg? :target: https://codecov.io/github/gmr/rabbitpy?branch=master

.. |Downloads| image:: https://img.shields.io/pypi/dm/rabbitpy.svg? :target: https://pypi.python.org/pypi/rabbitpy

.. |License| image:: https://img.shields.io/pypi/l/rabbitpy.svg? :target: https://rabbitpy.readthedocs.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].