Skip to main content

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

  1. Install it by pip:

    pip install amqpcli
    
  2. Run the command line:

    amqpcli -H localhost:5672 -u guest -p guest -V /
    

    That is it!
    Just try to enter a help command 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amqpcli-0.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distributions

amqpcli-0.0.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

amqpcli-0.0.1-py2-none-any.whl (8.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page