slimta / python-slimta-cloudstorage

Adds a queue storage backend interfacing with common service providers.
MIT License
1 stars 0 forks source link

Project Homepage

API Documentation and Manual


NOTE: This library has been moved into python-slimta.

About

This extension provides a queue storage mechanism that interfaces with two common cloud service providers: Rackspace Cloud and Amazon Web Services.

Build Status Coverage Status

Getting Started

If you haven't yet installed python-slimta, refer to the "Getting Started" section. Once inside your virtualenv:

(.venv)$ python setup.py develop

To run the suite of included unit tests:

(.venv)$ py.test

Refer to the API Documentation and Manual for more information on using this extension.