Metadata-Version: 2.1
Name: django-mailman3
Version: 1.3.2
Summary: Django library to help interaction with Mailman
Home-page: https://gitlab.com/mailman/django-mailman3
Maintainer: Mailman Developers
Maintainer-email: mailman-developers@python.org
License: GPLv3
Keywords: mailman django
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Communications :: Email :: Mailing List Servers
Classifier: Programming Language :: Python :: 3
Requires-Dist: Django (<3.1,>=1.11)
Requires-Dist: mailmanclient
Requires-Dist: django-allauth
Requires-Dist: django-gravatar2 (>=1.0.6)
Requires-Dist: pytz

==============================
Django library for Mailman UIs
==============================

This package contains libraries and templates for Django-based interfaces
interacting with Mailman.

To use this application, add ``django_mailman3`` to the ``INSTALLED_APPS`` list
in your Django server's settings file.


License
=======

Django-mailman is licensed under the
`GPL v3.0 <http://www.gnu.org/licenses/gpl-3.0.html>`_

Copyright (C) 2017-2019 by the Free Software Foundation, Inc.


