a Python interactive shell to act as an AMQP client
Project description
amqpcli
An interactive shell developed by Python to be used as a client to communicate with an AMQP broker(server).
It is inspired by Celery's amqp command line, but amqpcli meant to provide a light-weight tool and others can use it without the necessity to install the whole Celery package.
Getting Started
-
Install it by pip:
pip install amqpcli
-
Run the command line:
amqpcli -H localhost:5672 -u guest -p guest -V /
That is it!
Just try to enter ahelpcommand to check all available commands and their corresponding usages.
Certainly you can also download the source code and run:
PYTHONPATH=./ bin/amqpcli -H localhost:5672 -u guest -p guest -V /
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amqpcli-0.0.1.tar.gz.
File metadata
- Download URL: amqpcli-0.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9559918b097877b11b3e4bae0c0778e814b2b39c945c7fff86857fa613910ce
|
|
| MD5 |
37d7385c0224dc8295bbb7f47a874754
|
|
| BLAKE2b-256 |
810dab4967703ac4de22c41d5bc6e4a48fa9f3ec5c324f3bfabe98ea71b5316e
|
File details
Details for the file amqpcli-0.0.1-py3-none-any.whl.
File metadata
- Download URL: amqpcli-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9f0d3e80e39dfa852285f395f712d41f06155211d10de2ce1d1054f0193844a
|
|
| MD5 |
0a35e02c40270b70226579e3e2a13968
|
|
| BLAKE2b-256 |
db4ef244da33cc08c2aa2c7a88eb3f967281f675503557b6dcedb68877473dd3
|
File details
Details for the file amqpcli-0.0.1-py2-none-any.whl.
File metadata
- Download URL: amqpcli-0.0.1-py2-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6093d18e84d50ee43f0323136ebf5aaada438e78aee993b696016b685999284
|
|
| MD5 |
e96671330a9fd24db6a9b298f025332d
|
|
| BLAKE2b-256 |
b6d4c10bfd59a4d9bab37bc71a6d24ce2168e3e9d5744c8f0e0dc33c48e8d88a
|