File: PKG-INFO

package info (click to toggle)
postorius 1.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,692 kB
  • sloc: python: 11,846; javascript: 11,813; makefile: 149; sh: 6
file content (85 lines) | stat: -rw-r--r-- 2,903 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Metadata-Version: 2.1
Name: postorius
Version: 1.3.13
Summary: A web user interface for GNU Mailman
Keywords: email mailman django
Maintainer: The Mailman GSOC Coders
License: GPLv3
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email :: Mailing List Servers
Project-URL: Homepage,  https://gitlab.com/mailman/postorius
Requires-Python: >=3.9
Requires-Dist: django-mailman3>=1.3.13
Requires-Dist: django<5.1,>=4.2
Requires-Dist: mailmanclient>=3.3.3
Requires-Dist: readme_renderer[md]
Requires-Dist: pytest; extra == "test"
Requires-Dist: beautifulsoup4; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: django-debug-toolbar; extra == "test"
Requires-Dist: django-requests-debug-toolbar; extra == "test"
Provides-Extra: test
Description-Content-Type: text/x-rst

===================================
Postorius - Web UI for GNU Mailman
===================================
.. image:: https://gitlab.com/mailman/postorius/badges/master/build.svg
    :target: https://gitlab.com/mailman/postorius/commits/master

.. image:: https://readthedocs.org/projects/postorius/badge
    :target: https://postorius.readthedocs.io

.. image:: https://gitlab.com/mailman/postorius/badges/master/coverage.svg?job=coverage
    :target: https://mailman.gitlab.io/postorius

.. image:: http://img.shields.io/pypi/v/postorius.svg
    :target: https://pypi.python.org/pypi/postorius

.. image:: http://img.shields.io/pypi/dm/postorius.svg
    :target: https://pypi.python.org/pypi/postorius

Copyright (C) 1998-2021 by the Free Software Foundation, Inc.

The Postorius Django app provides a web user interface to
access GNU Mailman.

Postorius is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, version 3 of the License.

Postorius is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with mailman.client. If not, see <http://www.gnu.org/licenses/>.


Requirements
============

Postorius requires Python 3.7+.

The minimum Django version is 3.2.

Postorius needs a running version of GNU Mailman version 3.3.5.


Installation
============

To install GNU Mailman Suite follow the instructions in the documentation:
https://docs.mailman3.org/


Acknowledgements
================

Many thanks go out to Anna Senarclens de Grancy and Benedict Stein for
developing the initial versions of this Django app during the Google Summer of
Code 2010 and 2011.