Metadata-Version: 2.1
Name: airmailer
Version: 0.2.0
Summary: Use boto3 to send e-mails with AWS SES, with configuration set support
Home-page: https://github.com/cmalek/airmailer
Author: Christopher Malek
Author-email: cmalek@caltech.edu
License: Apache Software License 2.0
Keywords: aws,email
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Topic :: Communications :: Email
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: click (>=8.0)
Requires-Dist: boto3 (>=1.17)

==========
Airmailer
==========


.. image:: https://img.shields.io/pypi/v/airmailer.svg
        :target: https://pypi.python.org/pypi/airmailer

.. image:: https://img.shields.io/travis/cmalek/airmailer.svg
        :target: https://travis-ci.com/cmalek/airmailer

.. image:: https://readthedocs.org/projects/airmailer/badge/?version=latest
        :target: https://airmailer.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


Send e-mails with either plain SMTP or AWS SES.


* Free software: Apache Software License 2.0
* Documentation: https://airmailer.readthedocs.io.

Installation
------------

First, install `airmailer`:

.. code:: bash

   $ pip install airmailer


Documentation
-------------

See https://airmailer.readthedocs.io.


=======
History
=======

0.1.0 (2021-11-30)
------------------

* First release on PyPI.


