amey-sam/Flask-MailGun

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.md
README.rst
Version
requirements.txt
setup.cfg
tests/fixtures/test_attachment.txt
tox.ini
flask_mailgun/__init__.py6
flask_mailgun/api.py132
flask_mailgun/attachment.py78
A
35 mins
flask_mailgun/core.py104
flask_mailgun/message.py91
A
2 hrs
flask_mailgun/processing.py23
flask_mailgun/thread_pool.py4
flask_mailgun/utils.py6
setup.py52
tests/__init__.py29
tests/config.py10
tests/fixtures/__init__.py11
tests/fixtures/email.py47
tests/test_api.py15
tests/test_async.py17
tests/test_receve.py77
tests/test_save_attachments.py36
tests/test_send.py29