Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

pyapp-org/pyapp.aiomq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyApp - Asyncio Message Queuing

Let us handle the boring stuff!

Once you go Black...

This extension provides an interface to a message queue. This can be either a task queue style or pub-sub style queue.

Installation

Install using pip:

pip install pyApp-aiomq

Install using pipenv:

pip install pyApp-aiomq

Add the MESSAGE_QUEUE block into your runtime settings file:

MESSAGE_QUEUE = {
    "default": ("
        "host": "localhost",
    }
}

Usage

API

pyapp_ext.smtp.get_client() -> SMTP

Get named SMTP instance.

About

Generic Message Queuing support for pyApp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages