Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-vdb/mailgun-python-sdk

Python SDK for Mailgun
https://github.com/m-vdb/mailgun-python-sdk

mailgun-sdk python

Last synced: 2 months ago
JSON representation

Python SDK for Mailgun

Awesome Lists containing this project

README

        

# mailgun-python-sdk

[![Build Status](https://travis-ci.org/m-vdb/mailgun-python-sdk.svg?branch=master)](https://travis-ci.org/m-vdb/mailgun-python-sdk)
[![Coverage Status](https://coveralls.io/repos/github/m-vdb/mailgun-python-sdk/badge.svg?branch=master)](https://coveralls.io/github/m-vdb/mailgun-python-sdk?branch=master)
[![Pypi version](https://img.shields.io/pypi/v/mailgun-python-sdk.svg)](https://pypi.python.org/pypi/mailgun-python-sdk)

Python SDK for Mailgun

## Supported APIs

- [IPs API](https://documentation.mailgun.com/en/latest/api-ips.html)
- [Logs API](https://documentation.mailgun.com/en/latest/api-logs.html)
- [MailingList API](https://documentation.mailgun.com/en/latest/api-mailinglists.html)

## Roadmap

- [x] Publish on Pypi
- [x] Add tests
- [x] Setup coverage
- [ ] Add other APIs
- [ ] Generate doc

## How to

Publish on pypi:

```bash
$ python setup.py sdist upload
```