Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
1d76d2b9
Commit
1d76d2b9
authored
6 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
argumentify added
parent
8758fffd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#63914
passed with stages
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-27
14 additions, 27 deletions
README.md
with
14 additions
and
27 deletions
README.md
+
14
−
27
View file @
1d76d2b9
...
@@ -3,30 +3,10 @@ CoolAMQP
...
@@ -3,30 +3,10 @@ CoolAMQP
**A Python client for RabbitMQ**
**A Python client for RabbitMQ**
[

]()
**Warning!!**
Since v1.3.1 development has been moved
from
[
GitHub
](
https://github.com/smok-serwis/coolamqp
)
to this GitLab.
To install CoolAMQP please use
```
bash
pip
install
--extra-index-url
https://git.dms-serwis.com.pl/api/v4/groups/330/-/packages/pypi/simple coolamqp
```
Or state it at the beginning of your
`requirements.txt`
:
```
python
--
extra
-
index
-
url
https
:
//
git
.
dms
-
serwis
.
com
.
pl
/
api
/
v4
/
groups
/
330
/-/
packages
/
pypi
/
simple
coolamqp
```
**Version 2.0**
is in
[
active development
](
https://git.dms-serwis.com.pl/smokserwis/coolamqp/-/milestones/3
)
Why CoolAMQP?
Why CoolAMQP?
-------------
-------------
*
it supports all types of exchanges
It's the best way to talk Python to RabbitMQ with AMQP 0.9.1.
*
it works on Python 2 and on Windows
*
tested against all versions of RabbitMQ 3.x and RabbitMQ 4.0
*
tested against all versions of RabbitMQ 3.x and RabbitMQ 4.0
*
AMQP 0.9.1 client that's native Python
*
AMQP 0.9.1 client that's native Python
*
heavily optimized for speed
*
heavily optimized for speed
...
@@ -36,9 +16,20 @@ It's the best way to talk Python to RabbitMQ with AMQP 0.9.1.
...
@@ -36,9 +16,20 @@ It's the best way to talk Python to RabbitMQ with AMQP 0.9.1.
*
[
Publisher confirms
](
https://www.rabbitmq.com/docs/confirms#publisher-confirms
)
*
[
Publisher confirms
](
https://www.rabbitmq.com/docs/confirms#publisher-confirms
)
*
[
Negative Acknowledgements
](
https://www.rabbitmq.com/docs/nack
)
*
[
Negative Acknowledgements
](
https://www.rabbitmq.com/docs/nack
)
*
traceable using
[
opentracing
](
https://opentracing.io/
)
*
traceable using
[
opentracing
](
https://opentracing.io/
)
*
code coverage is 8
0
% at the moment
*
code coverage is 8
1
% at the moment
*
120 second stress tests are part of each release
*
120 second stress tests are part of each release
[

]()
**Warning!!**
Since v1.3.1 development has been moved
from
[
GitHub
](
https://github.com/smok-serwis/coolamqp
)
to this GitLab.
To install CoolAMQP please use
```
bash
pip
install
coolamqp
```
Documentation (WIP) is available at
[
our site
](
http://smokserwis.docs.smok.co/coolamqp
)
.
Documentation (WIP) is available at
[
our site
](
http://smokserwis.docs.smok.co/coolamqp
)
.
CoolAMQP uses
[
semantic versioning 2.0
](
https://semver.org/spec/v2.0.0.html
)
.
CoolAMQP uses
[
semantic versioning 2.0
](
https://semver.org/spec/v2.0.0.html
)
.
...
@@ -49,10 +40,6 @@ and there are memoryviews **_everywhere_**.
...
@@ -49,10 +40,6 @@ and there are memoryviews **_everywhere_**.
This is borderline absurd.
This is borderline absurd.
CoolAMQP is not a direct AMQP client - it also handles reconnections, transactional sending,
and so on, mostly via Futures. This means it has a certain opinion on how to
handle AMQP, but you can feel the spirit of AMQP underneath.
*API is stable*
.
The project is actively maintained and used in a commercial project. Tests can run
The project is actively maintained and used in a commercial project. Tests can run
either on Vagrant (Vagrantfile attached) or Travis CI, and run against RabbitMQ.
either on Vagrant (Vagrantfile attached) or Travis CI, and run against RabbitMQ.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment