Metadata-Version: 2.1
Name: rabbitmqsimple
Version: 0.4
Summary: A library to use RabbitMQ Package for multi-tenant application
Home-page: https://github.com/vcjain/rabbitmq-simple
Author: Vikash Jain
Author-email: vikash.jain@galaxyweblinks.co.in
License: MIT
Project-URL: Bug Tracker, https://github.com/vcjain/rabbitmq-simple/issues
Description: # RabbitMQSimple
        
        rabbitmq-simple is a Python package that contains handy functions for interacting with RabbitMQ Library for managing multi tenant application. 
        
        ## Installation and updating
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install RabbitMQSimple like below. 
        Rerun this command to check for and install  updates .
        ```bash
        pip install rabbitmqsimple
        ```
        
        ## Usage
        
        #### Demo of some of the features:
        ```python
        
        ```
        How to create distribution
        * Delete existing dist folder on project root directory
        * Execute below command on project root directory
        ** python3 setup.py sdist
        
        How to upload distribution to pypi
        python3 -m twine upload --repository pypi dist/*
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
