lockss-debugpanel 0.5.0.dev1__tar.gz → 0.5.0.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/CHANGELOG.rst +1 -1
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/PKG-INFO +7 -3
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/README.rst +6 -2
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/pyproject.toml +1 -1
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/src/lockss/debugpanel/__init__.py +1 -1
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/LICENSE +0 -0
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/src/lockss/debugpanel/__main__.py +0 -0
- {lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/src/lockss/debugpanel/cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lockss-debugpanel
|
|
3
|
-
Version: 0.5.0.
|
|
3
|
+
Version: 0.5.0.dev3
|
|
4
4
|
Summary: Tool to interact with the LOCKSS 1.x DebugPanel servlet
|
|
5
5
|
Home-page: https://www.lockss.org/
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -37,13 +37,17 @@ Debugpanel
|
|
|
37
37
|
|
|
38
38
|
Debugpanel is a tool to interact with the LOCKSS 1.x DebugPanel servlet.
|
|
39
39
|
|
|
40
|
-
**Latest release:** 0.
|
|
40
|
+
**Latest release:** 0.5.0-dev3 (?)
|
|
41
41
|
|
|
42
42
|
-------------
|
|
43
43
|
Prerequisites
|
|
44
44
|
-------------
|
|
45
45
|
|
|
46
|
-
* `Python <https://www.python.org/>`_ 3.
|
|
46
|
+
* `Python <https://www.python.org/>`_ 3.6 or greater.
|
|
47
|
+
|
|
48
|
+
Prerequisites for development work only:
|
|
49
|
+
|
|
50
|
+
* `Poetry <https://python-poetry.org/>`_ 1.4 or greater.
|
|
47
51
|
|
|
48
52
|
------------
|
|
49
53
|
Installation
|
|
@@ -10,13 +10,17 @@ Debugpanel
|
|
|
10
10
|
|
|
11
11
|
Debugpanel is a tool to interact with the LOCKSS 1.x DebugPanel servlet.
|
|
12
12
|
|
|
13
|
-
**Latest release:** 0.
|
|
13
|
+
**Latest release:** 0.5.0-dev3 (?)
|
|
14
14
|
|
|
15
15
|
-------------
|
|
16
16
|
Prerequisites
|
|
17
17
|
-------------
|
|
18
18
|
|
|
19
|
-
* `Python <https://www.python.org/>`_ 3.
|
|
19
|
+
* `Python <https://www.python.org/>`_ 3.6 or greater.
|
|
20
|
+
|
|
21
|
+
Prerequisites for development work only:
|
|
22
|
+
|
|
23
|
+
* `Poetry <https://python-poetry.org/>`_ 1.4 or greater.
|
|
20
24
|
|
|
21
25
|
------------
|
|
22
26
|
Installation
|
{lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/src/lockss/debugpanel/__init__.py
RENAMED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
29
29
|
# POSSIBILITY OF SUCH DAMAGE.
|
|
30
30
|
|
|
31
|
-
__version__ = '0.5.0-
|
|
31
|
+
__version__ = '0.5.0-dev3'
|
|
32
32
|
|
|
33
33
|
__copyright__ = '''
|
|
34
34
|
Copyright (c) 2000-2023, Board of Trustees of Leland Stanford Jr. University
|
|
File without changes
|
{lockss_debugpanel-0.5.0.dev1 → lockss_debugpanel-0.5.0.dev3}/src/lockss/debugpanel/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|