Skip to main content

A really maintained CLI client and Python API library for the Mandrill email as a service platform.

Project description

Mandrill is a Python API client and suite of CLI-based tools for the Mandrill email as a platform service.

The API client is comprehensive, but the CLI functionality is minimal at this time.

  • Examples:

    import mandrill
    
    client = mandrill.Mandrill('YOUR_API_KEY')
    print client.users.ping()
  • CLI Examples:

    mandrill setup
    mandrill ping -c10
    mandrill send -f from@example.com -t to@example.com -s "My Subject Line" < content.html

Releasing

  • Install extra dependencies;

  • Create source distribution;

  • Upload to pypi repository:

    $ pip install .[releasing]
    $ bumpversion patch ./VERSION --commit --tag --message 'Releasing {new_version}'
    $ git push --tags
    $ python setup.py sdist
    $ twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mandrill-really-maintained-1.2.3.tar.gz (27.2 kB view details)

Uploaded Source

File details

Details for the file mandrill-really-maintained-1.2.3.tar.gz.

File metadata

File hashes

Hashes for mandrill-really-maintained-1.2.3.tar.gz
Algorithm Hash digest
SHA256 d5c9eb52a4a8061a60b7fdb80d23b6a12ae559bd6a0ae948be2f1cf2cf6a9eae
MD5 81d88a93cbafa76975a5de605deccbb3
BLAKE2b-256 db366213e396f558d76e19ea048c66308b1976140d0368e305fa613859cb7634

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page