mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Add `See also` section (#557) #559

Closed Lancetnik closed 12 months ago

Lancetnik commented 1 year ago

This is a raw exmaple of See also section what we talking about.

I had try to find some more examples and did it: Mela - another one aio-pika wrapper, but maintainer looks like end of enthusiasm (so, I invite it to Propan collaborator and waiting for answer) aiormq - more aiormq alternative, whatever, it looks abandoned aiormq - aio-pika core (you know), it can make sense to notice it here pika - the official RMQ library, has an asyncio interface too. But it is implemented in some weird way, so I don't know what we should do with it.

Feel free to point me at any required changes.

mosquito commented 1 year ago

@Lancetnik aiormq is not abandoned

mosquito commented 1 year ago

@Lancetnik could you please add patio and the patio-rabbitmq

coveralls commented 1 year ago

Coverage Status

coverage: 88.241%. remained the same when pulling d93fe66fd2bf0fc6e56da6d2df708ae912361524 on Lancetnik:master into 4abca046d81656dc10de9fad8acbd654ced964db on mosquito:master.

Lancetnik commented 1 year ago

@Lancetnik aiormq is not abandoned

Sorry, that should be 'aioamqp'* - 'aiormq' alternative

Lancetnik commented 1 year ago

@mosquito the PATIO was added. You can edit the text by yourself or point me to fix smth. Not sure about mention that Patio is your another project.

Lancetnik commented 1 year ago

@mosquito well, I think the job is done. Now we have:

You can check how it looks like here