Metadata-Version: 2.1
Name: dj-smail
Version: 0.7.0
Summary: Simple S/MIME e-mails with Django
Home-page: https://gitlab.com/rhab/dj-smail
Author: Robert Habermann
Author-email: mail@rhab.de
License: MIT
Keywords: smime cryptography email S/MIME encrypt sign django
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Security :: Cryptography
Description-Content-Type: text/markdown
Requires-Dist: cryptography
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-django ; extra == 'test'
Requires-Dist: tox ; extra == 'test'

# Django SMail

This

## Requirements

* Python 3.6+


