Mailman Client

https://gitlab.com/mailman/mailmanclient/badges/master/build.svg https://readthedocs.org/projects/mailmanclient/badge http://img.shields.io/pypi/v/mailmanclient.svg http://img.shields.io/pypi/dm/mailmanclient.svg

The mailmanclient library provides official Python bindings for the GNU Mailman 3 REST API.

Requirements

mailmanclient requires Python 3.7 or newer.

Documentation

A simple guide to using the library is available within this package, in the form of doctests. The manual is also available online at:

Project details

The project home page is:

You should report bugs at:

You can download the latest version of the package either from the Cheese Shop:

or from the GitLab page above. Of course you can also just install it with pip from the command line:

$ pip install mailmanclient

You can grab the latest development copy of the code using Git, from the Gitlab home page above. If you have Git installed, you can grab your own branch of the code like this:

$ git clone https://gitlab.com/mailman/mailmanclient.git

You may contact the developers via mailman-developers@python.org

Acknowledgements

Many thanks to Florian Fuchs for his contribution of an initial REST client. Also thanks to all the contributors of Mailman Client who have contributed code, raised issues or devoted their time in any capacity!

Contents