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 details)

Uploaded Source

Built Distribution

djangomailup-0.2.0-py2.py3-none-any.whl (7.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file djangomailup-0.2.0.tar.gz.

File metadata

File hashes

Hashes for djangomailup-0.2.0.tar.gz
Algorithm Hash digest
SHA256 cc4c48acf5824691167f54a39dd2a94e7be3c597de41779d00b9e7085f23a155
MD5 8e6aa5ebcf96b7d74f81ebe043ce9efa
BLAKE2b-256 6ddf929946c1ad873a036cf6cea23d5299274042610061c93f41ed95a7c52baa

See more details on using hashes here.

File details

Details for the file djangomailup-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for djangomailup-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ffcc1636a80e5e9712ce5da2e498e5bc21dcf84c2f14f83530000e11924a896a
MD5 fab25a9df40f3b60f9e307b186380472
BLAKE2b-256 dae971c537757672b568a5bc465f9ab487594ebc7e45b9389f2287f1c77f0499

See more details on using hashes here.

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