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

https://github.com/vintasoftware/tapioca-mandrill

Mandrill API wrapper using tapioca
https://github.com/vintasoftware/tapioca-mandrill

Last synced: 11 months ago
JSON representation

Mandrill API wrapper using tapioca

Awesome Lists containing this project

README

          

# Tapioca Mandrill

## Instalation

```
pip install tapioca-mandrill
```

## Documentation

``` python
from tapioca_mandrill import Mandrill

api = Mandrill(key='{your-api-key}')
```

No more documentation needed.

- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!