Metadata-Version: 1.1
Name: django-emailpgp
Version: 1.0
Summary: Django module to support PGP encrypted and signed e-mails with attachments.
Home-page: https://www.abnorm.org/projects/django-emailpgp/
Author: Faust
Author-email: faust@abnorm.org
License: GNU General Public License v3 or later (GPLv3+)
Download-URL: https://github.com/faust/django-emailpgp/downloads
Description: ===============
        django-emailpgp
        ===============
        
        `https://www.abnorm.org/projects/django-emailpgp/ <https://www.abnorm.org/projects/django-emailpgp/>`_
        
        Django module to support PGP encrypted and signed e-mails with attachments.
        
        This module extends EmailMultiAlternatives to support PGP encryption and signing. This module also provide new implementation for
        send_mail, send_mass_mail, mail_admins and mail_managers
        
        Requirements
        ^^^^^^^^^^^^
        * Django (https://www.djangoproject.com/)
        * pygpg (https://www.abnorm.org/projects/pygpg/)
        
        Install
        ^^^^^^^
        Gentoo users:
        -------------
        You should first enable the `Abnorm Overlay <https://www.abnorm.org/portage/>`_ then you can install it::
        
        	emerge django-emailpgp
        
        Using pip:
        ----------
        ::
        
        	pip install django-emailpgp
        
        Manual installation and git installation:
        -----------------------------------------
        To manually install last stable release or older releases `dowload <https://github.com/faust/django-emailpgp/downloads>`_ the tarball
        and extract it::
        
        	$ tar xzvvf django-emailpgp-*.tar.gz
        	$ cd django-emailpgp-*
        	$ sudo python setup.py install
        
        To install from git please run::
        
        	$ git clone https://github.com/faust/django-emailpgp.git
        	$ cd django-emailpgp
        	$ sudo python setup.py install
        
        Licensing
        ^^^^^^^^^
        tcpextract is released under `GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>`_ or later.
        
        Contact
        ^^^^^^^
        You can contact the Author using `this form  <https://www.abnorm.org/contact/>`_
        
Keywords: gpg pgp GnuPG encrypt sign verify django email
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Internet
Classifier: Topic :: Communications :: Email
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires: pygpg (>=1.0)
Requires: Django (>=1.3.2)
