psn-monitor 1.5__py3-none-any.whl → 1.5.1__py3-none-any.whl
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.
- {psn_monitor-1.5.dist-info → psn_monitor-1.5.1.dist-info}/METADATA +1 -1
- psn_monitor-1.5.1.dist-info/RECORD +7 -0
- {psn_monitor-1.5.dist-info → psn_monitor-1.5.1.dist-info}/WHEEL +1 -1
- psn_monitor.py +3 -3
- psn_monitor-1.5.dist-info/RECORD +0 -7
- {psn_monitor-1.5.dist-info → psn_monitor-1.5.1.dist-info}/entry_points.txt +0 -0
- {psn_monitor-1.5.dist-info → psn_monitor-1.5.1.dist-info}/licenses/LICENSE +0 -0
- {psn_monitor-1.5.dist-info → psn_monitor-1.5.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: psn_monitor
|
|
3
|
-
Version: 1.5
|
|
3
|
+
Version: 1.5.1
|
|
4
4
|
Summary: Tool implementing real-time tracking of Sony PlayStation (PSN) players activities
|
|
5
5
|
Author-email: Michal Szymanski <misiektoja-pypi@rm-rf.ninja>
|
|
6
6
|
License-Expression: GPL-3.0-or-later
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
psn_monitor.py,sha256=a84GPByu6XlwlCm04lnNUWng9IXkJFQpCCZxPa_IX8Y,55082
|
|
2
|
+
psn_monitor-1.5.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
3
|
+
psn_monitor-1.5.1.dist-info/METADATA,sha256=l5yH9pB3Hwvwx-Ik_09iP6rzxx6ab2Ipd5WBKRaR7cM,12577
|
|
4
|
+
psn_monitor-1.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
psn_monitor-1.5.1.dist-info/entry_points.txt,sha256=2yXV06LBmzhWnvc4bKuEblezaWSHEWKdB2HClGXZlnk,49
|
|
6
|
+
psn_monitor-1.5.1.dist-info/top_level.txt,sha256=IG37NL5yiB0wgx_MN-L47SDxKdqRXzjIqBpkU7JiISE,12
|
|
7
|
+
psn_monitor-1.5.1.dist-info/RECORD,,
|
psn_monitor.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env python3
|
|
2
2
|
"""
|
|
3
3
|
Author: Michal Szymanski <misiektoja-github@rm-rf.ninja>
|
|
4
|
-
v1.5
|
|
4
|
+
v1.5.1
|
|
5
5
|
|
|
6
6
|
Tool implementing real-time tracking of Sony PlayStation (PSN) players activities:
|
|
7
7
|
https://github.com/misiektoja/psn_monitor/
|
|
@@ -16,7 +16,7 @@ tzlocal (optional)
|
|
|
16
16
|
python-dotenv (optional)
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
|
-
VERSION = 1.5
|
|
19
|
+
VERSION = "1.5.1"
|
|
20
20
|
|
|
21
21
|
# ---------------------------
|
|
22
22
|
# CONFIGURATION SECTION START
|
|
@@ -116,7 +116,7 @@ PSN_LOGFILE = "psn_monitor"
|
|
|
116
116
|
# Can also be disabled via the -d flag
|
|
117
117
|
DISABLE_LOGGING = False
|
|
118
118
|
|
|
119
|
-
# Width of horizontal line
|
|
119
|
+
# Width of horizontal line
|
|
120
120
|
HORIZONTAL_LINE = 113
|
|
121
121
|
|
|
122
122
|
# Whether to clear the terminal screen after starting the tool
|
psn_monitor-1.5.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
psn_monitor.py,sha256=NYhw5BE18nE6GNTvAALt8JYDKZ0YD2-HbPa2VRjQEUQ,55082
|
|
2
|
-
psn_monitor-1.5.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
3
|
-
psn_monitor-1.5.dist-info/METADATA,sha256=kVLZRszTzSh-YA_w_tD_oE5fv6Rkaz883XYSww9hBLA,12575
|
|
4
|
-
psn_monitor-1.5.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
5
|
-
psn_monitor-1.5.dist-info/entry_points.txt,sha256=2yXV06LBmzhWnvc4bKuEblezaWSHEWKdB2HClGXZlnk,49
|
|
6
|
-
psn_monitor-1.5.dist-info/top_level.txt,sha256=IG37NL5yiB0wgx_MN-L47SDxKdqRXzjIqBpkU7JiISE,12
|
|
7
|
-
psn_monitor-1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|