Metadata-Version: 2.1
Name: postman-py
Version: 0.2.0
Summary: Postman-Py provides a thin wrappers around the built-in package for sending mail.
Home-page: https://github.com/alexmacniven/postman_py
Author: Alex Macniven
Author-email: alex_macniven@icloud.com
License: MIT license
Keywords: postman_py
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst

==========
postman-py
==========


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


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


.. image:: https://pyup.io/repos/github/alexmacniven/postman_py/shield.svg
     :target: https://pyup.io/repos/github/alexmacniven/postman_py/
     :alt: Updates



Postman-Py provides a thin wrappers around the built-in package for sending mail.


* Free software: MIT license
* Documentation: https://postman-py.readthedocs.io.


Features
--------

* Send mail as HTML/Plain with attachments

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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

0.2.0 (2021-11-24)
------------------

* Adds `is_html` flag to `draft_message()`.


0.1.0 (2021-11-23)
------------------

* Adds core functionality.


