Skip to main content

Django app to integrate with MailUp

Project description

https://badge.fury.io/py/djangomailup.png Updates https://travis-ci.org/simobasso/djangomailup.png?branch=master https://codecov.io/gh/simobasso/djangomailup/branch/master/graph/badge.svg

Django app to integrate with MailUp

Documentation

The full documentation is at https://djangomailup.readthedocs.org.

Requirements

Quickstart

Install djangomailup:

pip install djangomailup

Add configuration in settings.py:

INSTALLED_APPS = [
    'djangomailup',
]

MAILUP = {
    "default": {
        "client_id": "client_id",
        "client_secret": "client_secret",
        "username": "m1234",
        "password": "password",
    },
}

Then use it in a project:

from djangomailup import MailUpClient

client = MailUpClient()

Features

  • TODO

Running Tests

Does the code actually work?

$ pip install -r requirements_test.txt
$ python runtests.py

Credits

Tools used this package:

History

0.1.1 (2016-07-11)

  • b5adb82 bumpversion: remove setup.py file from bumpersion config

  • b1b3dc3 docs: add readme in index.rstw (#3)

  • 666a6a1 docs: fix python works versions

  • 62384fb docs: add Usage page

  • 3264c1e docs: add installation page

  • b963b72 readme: add requirements section

  • 3b32da5 docs: add rtd_theme

  • 55b2f63 requirements: add sphinx for building documentation

0.1.0 (2016-07-04)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangomailup-0.1.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

djangomailup-0.1.1-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page