Metadata-Version: 2.1
Name: modoboa-pdfcredentials
Version: 1.3.2
Summary: Generate PDF documents containing user credentials
Home-page: http://modoboa.org/
Author: Antoine Nguyen
Author-email: tonio@ngyn.org
License: MIT
Keywords: email
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: modoboa (>=1.10.1)
Requires-Dist: reportlab

PDF credentials for Modoboa
===========================

|travis| |codecov| |landscape|

A simple `Modoboa <http://modoboa.org/>`_ extension which provides a
way to download PDF documents containing users credentials.

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

Install this extension system-wide or inside a virtual environment by
running the following command::

  $ python setup.py install

Then, edit the ``settings.py`` file of your modoboa instance and
add ``modoboa_pdfcredentials`` inside the ``MODOBOA_APPS`` variable
like this::

  MODOBOA_APPS = (
    # ...
    'modoboa_pdfcredentials',
  )

Restart the python process running modoboa (uwsgi, gunicorn, apache,
whatever).

Configuration
-------------

All the configuration is done from the admin panel (*Modoboa >
Parameters > PDF Credentials*).

.. |travis| image:: https://travis-ci.org/modoboa/modoboa-pdfcredentials.svg?branch=master
   :target: https://travis-ci.org/modoboa/modoboa-pdfcredentials

.. |codecov| image:: https://codecov.io/gh/modoboa/modoboa-pdfcredentials/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/modoboa/modoboa-pdfcredentials

.. |landscape| image:: https://landscape.io/github/modoboa/modoboa-pdfcredentials/master/landscape.svg?style=flat
   :target: https://landscape.io/github/modoboa/modoboa-pdfcredentials/master
   :alt: Code Health


