Backports for Debian GNU/Linux Version 10.x, Codename Buster (Howto install?)
Build from unstable. Maybe needs python3-django from backports
mailman3 (3.2.2-1+slashproc10+1) - Mailing list management system
Binary for arch all (459.0 KB)

This is GNU Mailman version 3, a mailing list management system. This package provides the core delivery engine of the system, which handles the mailing lists data, receives messages, handles the moderation and processing of these messages and delivers them to the mailing lists subscribers. It communicates with the other components through a private administrative REST API.

Default database backend is SQLite3 in order to not break automated installations. For productive setups, PostgreSQL or MySQL are much better options though. See README.Debian for further information.

In order to get the full Mailman3 system, the metapackage 'mailman3-full' should be installed.

mailman3-doc (3.2.2-1+slashproc10+1) - Mailing list management system documentation
Binary for arch all (453.5 KB)

This is GNU Mailman version 3, a mailing list management system. This package contains the full compiled documentation of Mailman3 server. It is built using sphinx and voluntarily separated from mailman3 lib/binaries as it is not required to have a properly working server.

mailman3-full (3.2.2-1+slashproc10+1) - Full Mailman3 mailing list management suite (metapackage)
Binary for arch all (35.0 KB)

This is GNU Mailman, a mailing list management system. This metapackage depends on all components of the full Mailman3 suite:

* mailman3: The core Mailman3 delivery engine * mailman3-web: Django project integrating Mailman3 postorius and hyperkitty * python3-mailman-hyperkitty: Mailman3 server plugin for Hyperkitty archiver

mailman3-web (0+20180916-10+slashproc10+1) - Django project integrating Mailman3 Postorius and HyperKitty
Binary for arch all (29.0 KB)

This django web application provides the Mailman3 Postorius web interface and the HyperKitty mailinglist archiver integrated into one project.

The package automates most of the necessary configuration for the Django project (database setup, webserver configuration, secret and API key generation, Django project configuration) to get a ready-to-use Mailman3 web suite.

The Mailman3 Django project runs as uWSGI daemon and optionally a webserver is configured as reverse proxy. In this case, the service can be accessed at '/mailman3'.

Default database backend is SQLite3 in order to not break automated installations. For productive setups, PostgreSQL or MySQL are much better options though. See README.Debian for further information.

openstack-pkg-tools (117+slashproc10+1) - Tools and scripts for building Openstack packages in Debian
Binary for arch all (99.2 KB)

This package contains some useful shell scripts and helpers for building the OpenStack packages in Debian, including:

* shared code for maintainer scripts (.config, .postinst, ...). * init script templates to automatically generate init scripts for sysv-rc and systemd. * tools to build backports using sbuild and/or Jenkins based on gbp workflow. * utility to maintain git packaging (to be included in a debian/rules).

Even if this package is maintained in order to build OpenStack packages, it is of a general purpose, and it can be used for building any package.

python3-django-hyperkitty (1.3.2-1.1+slashproc10+1) - Web user interface to access GNU Mailman3 archives
Binary for arch all (1.2 MB)

The hyperkitty Django app provides a web user interface to access GNU Mailman3 archives, and manage it. This interface uses django, and requires some configuration.

python3-django-mailman3 (1.3.2-1+slashproc10+1) - Django library to help interaction with Mailman3 (Python 3 version)
Binary for arch all (329.3 KB)

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

This package contains the Python 3 version of the library.

python3-django-postorius (1.3.2-2.1+slashproc10+1) - Web user interface to access GNU Mailman3
Binary for arch all (316.2 KB)

The Postorius Django app provides a web user interface to access GNU Mailman3, and manage it. This interface uses django, and requires some configuration.

python3-falcon (2.0.0-2+slashproc10+1) - supersonic micro-framework for building cloud APIs - Python 3.x
Binary for arch amd64 (800.8 KB)

Falcon is a high-performance Python framework for building cloud APIs. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective.

Unlike other Python web frameworks, Falcon won't bottleneck your API's performance under highly concurrent workloads. Many frameworks max out at serving simple "hello world" requests at a few thousand req/sec, while Falcon can easily serve many more on the same hardware.

Falcon isn't very opinionated. In other words, the framework leaves a lot of decisions and implementation details to you.

Features: * Intuitive routing via URI templates and resource classes * Easy access to headers and bodies through request and response classes * Idiomatic HTTP error responses via a handy exception base class * DRY request processing using global, resource, and method hooks * Snappy unit testing through WSGI helpers and mocks * 20% speed boost when Cython is available * Python 2.6, Python 2.7, PyPy and Python 3.3 support

This package provides the Python 3.x module.

python3-falcon-dbgsym (2.0.0-2+slashproc10+1) - debug symbols for python3-falcon
Binary for arch amd64 (3.4 MB)

debug symbols for python3-falcon

python3-mailman-hyperkitty (1.1.0-9.1+slashproc10+1) - Mailman3 plugin to archive emails with HyperKitty
Binary for arch all (12.6 KB)

Mailman3 allows emails sent to its mailing lists to be archived by any software provided that there is a plugin (loadable by Mailman3) designed to communicate with it properly.

This module contains a Mailman3 archiver plugin which sends emails to HyperKitty, the official Mailman3 web archiver.

python3-mailmanclient (3.3.0-1+slashproc10+1) - Python bindings for Mailman3 REST API (Python 3 version)
Binary for arch all (54.5 KB)

Mailmanclient provides the official REST API to interact with Mailman3 server. This library is required by the official web interfaces for archive browsing and administration of a server.

This package contains the Python 3 version of the library.

python3-mimeparse (1.6.0-3+slashproc10+1) - Parse mime-types and quality parameters - Python 3.x
Binary for arch all (7.1 KB)

This module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.

See section 14.1 of RFC 2616 (the HTTP specification) for a complete explanation.

This package contains the Python 3.x module.

python3-mujson (1.4-2+slashproc10+1) - use the fastest JSON functions available at import time
Binary for arch all (7.5 KB)

Mujson lets python libraries make use of the most performant JSON functions available at import time. It is small, and does not itself implement any encoding or decoding functionality.