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
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-mandrill
- Owner: vintasoftware
- License: bsd-3-clause
- Created: 2015-02-20T17:10:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T15:52:56.000Z (over 10 years ago)
- Last Synced: 2025-06-18T01:41:42.011Z (about 1 year ago)
- Language: Python
- Homepage: https://mandrillapp.com
- Size: 10.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!