Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/celery/librabbitmq

Python bindings to librabbitmq-c
https://github.com/celery/librabbitmq

Benchmark script

9bba7df2fe3bbe3e573833e87daa38f9d1dcd251 authored over 14 years ago by Ask Solem <[email protected]>
Bumped version to 0.0.2

af4c8df02924925c96c537481c5bcadf33a2d067 authored over 14 years ago by Ask Solem <[email protected]>
Fixed installation of the package

98709975b16b91c71dc4cf5ece785e3e4d79a728 authored over 14 years ago by Ask Solem <[email protected]>
Remove left-over print statements

c2be9b946a59950bd3662c51379f9f339729b2e6 authored over 14 years ago by Ask Solem <[email protected]>
Connection is now compatible with amqplib.client0_8.Connection

535d16bdfc0b65891c021497e7672ba1ef47006d authored over 14 years ago by Ask Solem <[email protected]>
Connection now connects when instantiated.

b30baa6fa19fa8565cebb31c0c8f50f947084bd0 authored over 14 years ago by Ask Solem <[email protected]>
Modifyable channel_max, frame_max + heartbeat

2f848a2af059c01d647a320f67032f3119396545 authored over 14 years ago by Ask Solem <[email protected]>
Don't set default hostname, userid, password

d741cd7e1197ccd6279e10c9d1a5670e11e1ad1d authored over 14 years ago by Ask Solem <[email protected]>
Added installation instructions in README

a12312eb76e2ae25e0d9c37b30809b44c063d622 authored over 14 years ago by Ask Solem <[email protected]>
Move source files to pylibrabbitmq/ package directory

d0bd250d72254a87c8d9f138dcd4a2bf61df6f64 authored over 14 years ago by Ask Solem <[email protected]>
Use setuptools instead of distutils

5dd6830ba5e7bf7ab01d159aa2df19b7cf8c65fc authored over 14 years ago by Ask Solem <[email protected]>
Prepare distribution for release

7b4ffdc5029d73b5a2517a535b2432a4c40c877b authored over 14 years ago by Ask Solem <[email protected]>
Re-use closed channels.

44881ed38b46f2760c6dd398d8736704c4afe879 authored over 14 years ago by Ask Solem <[email protected]>
Release the GIL at strategic points (Py_BEGIN_ALLOW_THREADS ..)

5c43ca93c75264c8935d6bd2493951003417a9ec authored over 14 years ago by Ask Solem <[email protected]>
Updated README

a191eda9dd7c3d076ed027dd7eff78569ed28746 authored over 14 years ago by Ask Solem <[email protected]>
Got basic.get + basic.consume with callbacks :)

f692629d80ac339c7af46645475eddface779298 authored over 14 years ago by Ask Solem <[email protected]>
Implemented queue.purge

fa8d2a850dedcd5ca630719f66cf91192e93750c authored over 14 years ago by Ask Solem <[email protected]>
handle replies for queue_declare

1a8df0c61a41abd34cf34619e35a60dfad1dcde6 authored over 14 years ago by Ask Solem <[email protected]>
Started on basic.get

9cbd9ff837020355bc5ae0713bca1d5501286250 authored over 14 years ago by Ask Solem <[email protected]>
Added stupid README

b6394dad46edfb7a288f03d7afb4eed17b7462de authored over 14 years ago by Ask Solem <[email protected]>
Implemented queue_declare() + queue_bind()

48f8c58ca3667ad6547ce36637b9b604926c4fcb authored over 14 years ago by Ask Solem <[email protected]>
Added exchange_declare (without arguments still, need that PyDict_to_amqp_table function)

58e4a106147d4b62a489d45b011dbbfeb6027939 authored over 14 years ago by Ask Solem <[email protected]>
Handle system and amqp errors.

db9ef99a9fa609f2d4d5c3cf4c75db0a61dc39c4 authored over 14 years ago by Ask Solem <[email protected]>
Can now set delivery_mode, content_type, content_encoding and priority properties.

Headers is going to be harder, going to start with error handling now.

38e4876bc2a0642e5f52ffd4a41fd08fe8e70633 authored over 14 years ago by Ask Solem <[email protected]>
Is now able to send binary data.

0df8df8fab078c9071805cd8235c424e96d65839 authored over 14 years ago by Ask Solem <[email protected]>
Initial commit

0ab283b2f3aecdd00fc6130f16d203737bd3a5b6 authored over 14 years ago by Ask Solem <[email protected]>