https://github.com/vintasoftware/tapioca-mailgun
Mailgun API wrapper using tapioca
https://github.com/vintasoftware/tapioca-mailgun
api api-wrapper mailgun python python-library tapioca
Last synced: 12 months ago
JSON representation
Mailgun API wrapper using tapioca
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-mailgun
- Owner: vintasoftware
- License: bsd-3-clause
- Created: 2017-10-26T21:23:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T07:32:38.000Z (over 8 years ago)
- Last Synced: 2024-11-09T09:40:28.852Z (over 1 year ago)
- Topics: api, api-wrapper, mailgun, python, python-library, tapioca
- Language: Python
- Homepage: https://www.mailgun.com/
- Size: 9.77 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapioca Mailgun
## Installation
```
pip install tapioca-mailgun
```
## Documentation
``` python
from tapioca_mailgun import Mailgun
api = Mailgun(
user='{your-user}', password='{your-password}')
```
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!