Metadata-Version: 2.1
Name: wait-for-amqp
Version: 1.0
Summary: An utility to wait for an AMQP broker instance to become available
Home-page: https://github.com/smok-serwis/wait-for-amqp
Author: Piotr Maślanka
Author-email: piotrm@smok.co
License: UNKNOWN
Project-URL: Code, https://github.com/smok-serwis/wait-for-amqp
Project-URL: Issue tracker, https://github.com/smok-serwis/wait-for-amqp/issues
Description: wait-for-amqp
        ==================
        
        [![Build Status](https://travis-ci.org/smok-serwis/wait-for-amqp.svg)](https://travis-ci.org/smok-serwis/wait-for-amqp)
        [![PyPI](https://img.shields.io/pypi/pyversions/wait-for-amqp.svg)](https://pypi.python.org/pypi/wait-for-amqp)
        [![PyPI version](https://badge.fury.io/py/wait-for-amqp.svg)](https://badge.fury.io/py/wait-for-amqp)
        [![PyPI](https://img.shields.io/pypi/implementation/wait-for-amqp.svg)](https://pypi.python.org/pypi/wait-for-amqp)
        
        This is a quick'n'dirty utility to wait for an
        AMQP broker instance 
        to become available. This proves to be an issue in CI development,
        where jobs that are tested for rabbitmq need to wait for it
        to become available. Well, no problem with that!
        
        # Installation
        
        `pip install wait-for-amqp`
        
        # Usage
        
        `wait-for-amqp <hostname> <max time to wait for> <login> <password> <virtual_host>`
        All of these arguments are required.
        
Keywords: amqp,ci,utility
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown; charset=UTF-8
