The mailmanclient
library provides official Python bindings for the GNU
Mailman 3 REST API.
mailmanclient
requires Python 3.7 or newer.
A simple guide to using the library is available within this package, in the form of doctests. The manual is also available online at:
https://mailmanclient.readthedocs.io/en/latest/
The project home page is:
https://gitlab.com/mailman/mailmanclient
You should report bugs at:
https://gitlab.com/mailman/mailmanclient/issues
You can download the latest version of the package either from the Cheese Shop:
http://pypi.python.org/pypi/mailmanclient
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
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!