This repository was archived by the owner on Mar 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPKG-INFO
124 lines (78 loc) · 3.75 KB
/
PKG-INFO
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Metadata-Version: 1.0
Name: mailmanclient
Version: 3.1
Summary: ..
Home-page: https://www.list.org/
Author: Barry Warsaw
Author-email: [email protected]
License: LGPLv3
Description: ===========================================================
mailman.client - Python bindings for the Mailman 3 REST API
===========================================================
This package is called ``mailmanclient``.
Requirements
============
``mailmanclient`` requires Python 2.6 or newer, and is compatible with Python 3
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:
http://mailmanclient.readthedocs.org/en/latest/
Project details
===============
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 Cheeseshop:
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::
% sudo pip 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 [email protected]
Copyright
=========
Copyright (C) 2010-2017 by The Free Software Foundation, Inc.
This file is part of mailman.client.
mailman.client 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, either version 3 of the License, or (at your option)
any later version.
mailman.client 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/>.
Table of Contents
=================
.. toctree::
docs/using.txt
NEWS.txt
.. _`simple guide`: docs/using.html
=======================
NEWS for mailman.client
=======================
3.1 (2017-XX-XX)
================
* Bug fixes.
* Align with Mailman 3.1 Core REST API.
* Python3 compatibility is broken because of a urllib bug.
1.0.1 (2015-11-14)
==================
* Bugfix release.
1.0.0 (2015-04-17)
==================
* Port to Python 3.4.
* Run test suite with `tox`.
* Use vcrpy for HTTP testing.
* Add list archiver access.
* Add subscription moderation
1.0.0a1 (2014-03-15)
====================
* Initial release.
Platform: UNKNOWN