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.
Release files for djangomailup 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djangomailup-0.2.0.tar.gz | 7.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djangomailup-0.2.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 15.2 kB
Release files / djangomailup-0.2.0.tar.gz
| Download URL | djangomailup-0.2.0.tar.gz |
|---|---|
| Size | 7.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc4c48acf5824691167f54a39dd2a94e7be3c597de41779d00b9e7085f23a155
|
|
BLAKE2b-256 checksum How to use checksums |
6ddf929946c1ad873a036cf6cea23d5299274042610061c93f41ed95a7c52baa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / djangomailup-0.2.0-py2.py3-none-any.whl
| Download URL | djangomailup-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ffcc1636a80e5e9712ce5da2e498e5bc21dcf84c2f14f83530000e11924a896a
|
|
BLAKE2b-256 checksum How to use checksums |
dae971c537757672b568a5bc465f9ab487594ebc7e45b9389f2287f1c77f0499
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |