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 https://api.codacy.com/project/badge/Grade/df1f0dd3b14a4bc7ae43595a7880629d

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.2.0 (2016-07-15)

Behavioural Changes

  • remove rauth from dependencies

Improvements

  • add codacy badge and coverage

Documentation

  • add documentation for MailUpClient

  • add documentation for AuthenticateSession

Update

  • update sphinx from 1.4.4 to 1.4.5

0.1.1 (2016-07-11)

Documentation

  • add readme in index.rst

  • fix python works versions

  • add Usage page

  • add installation page

  • add rtd_theme

  • add requirements section

  • add sphinx for building documentation

Fix

  • remove setup.py file from bumpersion config

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.2.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

djangomailup-0.2.0-py2.py3-none-any.whl (7.8 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