Django app to integrate with MailUp
Project description
Django app to integrate with MailUp
Documentation
The full documentation is at https://djangomailup.readthedocs.org.
Requirements
MailUp account
Django >= 1.8
python 2.7+, 3.4+
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djangomailup-0.2.0.tar.gz
.
File metadata
- Download URL: djangomailup-0.2.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc4c48acf5824691167f54a39dd2a94e7be3c597de41779d00b9e7085f23a155 |
|
MD5 | 8e6aa5ebcf96b7d74f81ebe043ce9efa |
|
BLAKE2b-256 | 6ddf929946c1ad873a036cf6cea23d5299274042610061c93f41ed95a7c52baa |
File details
Details for the file djangomailup-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: djangomailup-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffcc1636a80e5e9712ce5da2e498e5bc21dcf84c2f14f83530000e11924a896a |
|
MD5 | fab25a9df40f3b60f9e307b186380472 |
|
BLAKE2b-256 | dae971c537757672b568a5bc465f9ab487594ebc7e45b9389f2287f1c77f0499 |