rabbitmqsimple


Namerabbitmqsimple JSON
Version 0.4 PyPI version JSON
download
home_pagehttps://github.com/vcjain/rabbitmq-simple
SummaryA library to use RabbitMQ Package for multi-tenant application
upload_time2023-01-15 15:45:56
maintainer
docs_urlNone
authorVikash Jain
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/*
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vcjain/rabbitmq-simple",
    "name": "rabbitmqsimple",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vikash Jain",
    "author_email": "vikash.jain@galaxyweblinks.co.in",
    "download_url": "https://files.pythonhosted.org/packages/eb/80/94c87dbd86a0bd284f990dfeb5d9f4826ca9b2a21501ed4abd9619c61cb2/rabbitmqsimple-0.4.tar.gz",
    "platform": null,
    "description": "# RabbitMQSimple\n\nrabbitmq-simple is a Python package that contains handy functions for interacting with RabbitMQ Library for managing multi tenant application. \n\n## Installation and updating\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install RabbitMQSimple like below. \nRerun this command to check for and install  updates .\n```bash\npip install rabbitmqsimple\n```\n\n## Usage\n\n#### Demo of some of the features:\n```python\n\n```\nHow to create distribution\n* Delete existing dist folder on project root directory\n* Execute below command on project root directory\n** python3 setup.py sdist\n\nHow to upload distribution to pypi\npython3 -m twine upload --repository pypi dist/*",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library to use RabbitMQ Package for multi-tenant application",
    "version": "0.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb8094c87dbd86a0bd284f990dfeb5d9f4826ca9b2a21501ed4abd9619c61cb2",
                "md5": "ef4e7234a7d86c24ef21b5e03758789a",
                "sha256": "b1c1a9a00d8ffae1eac217ada851d6cd7a49c400ade1535ee5326f57cf7de713"
            },
            "downloads": -1,
            "filename": "rabbitmqsimple-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ef4e7234a7d86c24ef21b5e03758789a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4938,
            "upload_time": "2023-01-15T15:45:56",
            "upload_time_iso_8601": "2023-01-15T15:45:56.326666Z",
            "url": "https://files.pythonhosted.org/packages/eb/80/94c87dbd86a0bd284f990dfeb5d9f4826ca9b2a21501ed4abd9619c61cb2/rabbitmqsimple-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-15 15:45:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "vcjain",
    "github_project": "rabbitmq-simple",
    "lcname": "rabbitmqsimple"
}
        
Elapsed time: 0.03363s