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 86 87 88 89 90
|
Metadata-Version: 2.1
Name: HyperKitty
Version: 1.3.12
Summary: A web interface to access GNU Mailman v3 archives
Keywords: email
Author-Email: Mailman Developers <mailman-developers@python.org>
License: GPLv3
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email :: Mailing List Servers
Project-URL: Homepage, https://gitlab.com/mailman/hyperkitty
Requires-Python: >=3.9
Requires-Dist: django-compressor>=1.3
Requires-Dist: django-extensions>=1.3.7
Requires-Dist: django-gravatar2>=1.0.6
Requires-Dist: django-haystack>=2.8.0
Requires-Dist: django-q2>=1.0.0
Requires-Dist: django<5.1,>=4.2
Requires-Dist: django_mailman3>=1.3.13
Requires-Dist: djangorestframework>=3.0.0
Requires-Dist: flufl.lock>=4.0
Requires-Dist: mailmanclient>=3.3.3
Requires-Dist: mistune>=3.0
Requires-Dist: networkx>=2.0
Requires-Dist: python-dateutil>=2.0
Requires-Dist: robot-detection>=0.3
Requires-Dist: isort; extra == "dev"
Requires-Dist: Whoosh>=2.5.7; extra == "dev"
Requires-Dist: django-debug-toolbar; extra == "dev"
Requires-Dist: Whoosh>=2.5.7; extra == "test"
Requires-Dist: beautifulsoup4>=4.3.2; extra == "test"
Requires-Dist: lxml; extra == "test"
Requires-Dist: django-debug-toolbar; extra == "test"
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/x-rst
========================================
HyperKitty - Archiver for GNU Mailman v3
========================================
.. image:: https://gitlab.com/mailman/hyperkitty/badges/master/pipeline.svg?ignore_skipped=true&key_text=build&key_width=42
:target: https://gitlab.com/mailman/hyperkitty/commits/master
.. image:: https://gitlab.com/mailman/hyperkitty/badges/master/coverage.svg?job=coverage
:target: https://gitlab.com/mailman/hyperkitty/commits/master
.. image:: https://readthedocs.org/projects/hyperkitty/badge/?version=latest
:target: https://hyperkitty.readthedocs.io
.. image:: http://img.shields.io/pypi/v/hyperkitty.svg
:target: https://pypi.python.org/pypi/hyperkitty
.. image:: http://img.shields.io/pypi/dm/hyperkitty.svg
:target: https://pypi.python.org/pypi/hyperkitty
HyperKitty is an open source Django application under development. It aims to
provide a web interface to access GNU Mailman v3 archives.
Links
=====
- Full documentation: https://hyperkitty.readthedocs.org
- Project page and feedback: https://gitlab.com/mailman/hyperkitty
- Demo server: https://lists.mailman3.org/
- Local development setup: http://docs.mailman3.org/en/latest/devsetup.html
License
=======
HyperKitty is licensed under the `GPL v3.0 <http://www.gnu.org/licenses/gpl-3.0.html>`_
Help, Bugs, Feedback
====================
If you need help with HyperKitty, want to keep up with progress, chat with
developers, or ask any other questions about HyperKitty, you can hang out in the
IRC channel: `#mailman on irc.freenode.net <https://webchat.freenode.net/?channels=mailman>`_.
You can also subscribe to our `mailing list <https://lists.fedorahosted.org/admin/lists/hyperkitty-devel.lists.fedorahosted.org/>`_ of developers.
To report bugs, please create `a ticket here <https://gitlab.com/mailman/hyperkitty/issues>`_ or contact us on IRC.
About other links of feedback, please see below.
- User mailing list: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/
- The "mailman" developers links: https://mail.python.org/mailman/listinfo/mailman-developers/
|