Metadata-Version: 2.1
Name: contact_form_smtp
Version: 1.0.1
Summary: Top-level package for contactform.
Keywords: contactform
Author-email: Matt Krueger <mkrueger@rstms.net>
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click >= 8.0.3
Requires-Dist: uvicorn >= 0.17.6
Requires-Dist: fastapi >= 0.78.0
Requires-Dist: python-multipart >= 0.0.5
Requires-Dist: black>=21.11b1 ; extra == "dev"
Requires-Dist: bump2version>=1.0.1 ; extra == "dev"
Requires-Dist: coverage>=6.2 ; extra == "dev"
Requires-Dist: flake8>=4.0.1 ; extra == "dev"
Requires-Dist: pytest>=6.2.5 ; extra == "dev"
Requires-Dist: tox>=3.24.4 ; extra == "dev"
Requires-Dist: sphinx>=4.3.2 ; extra == "docs"
Requires-Dist: sphinx-rtd-theme==1.0.0 ; extra == "docs"
Requires-Dist: sphinx-click>=3.0.2 ; extra == "docs"
Project-URL: Home, https://github.com/rstms/contact-form-smtp
Provides-Extra: dev
Provides-Extra: docs

contactform
===========


![Image](https://img.shields.io/github/license/rstms/contactform)

![Image](https://img.shields.io/pypi/v/contactform.svg)


![Image](https://circleci.com/gh/rstms/contactform/tree/master.svg?style=shield)

![Image](https://readthedocs.org/projects/contactform/badge/?version=latest)

![Image](https://pyup.io/repos/github/rstms/contactform/shield.svg)

backend for an email contact form


* Free software: MIT license
* Documentation: https://contactform.readthedocs.io.



Credits
-------

This package was created with Cookiecutter and `rstms/cookiecutter-python-cli`, a fork of the `audreyr/cookiecutter-pypackage` project template.

[audreyr/cookiecutter](https://github.com/audreyr/cookiecutter)
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
[rstms/cookiecutter-python-cli](https://github.com/rstms/cookiecutter-python-cli)

