github-monitor 1.9rc1__py3-none-any.whl → 1.9.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.

Potentially problematic release.


This version of github-monitor might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github_monitor
3
- Version: 1.9rc1
3
+ Version: 1.9.1
4
4
  Summary: Tool implementing real-time tracking of Github users activities including profile and repositories changes
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
+ github_monitor.py,sha256=F1MAvwW8lwzUKCKUlV4Xexs8OW5qjDxsAYN43XeDQew,113740
2
+ github_monitor-1.9.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
3
+ github_monitor-1.9.1.dist-info/METADATA,sha256=u3ake7RKz2uzVPbl2KAkYew8ouT8_sD9GiuFzZe4_Ak,16541
4
+ github_monitor-1.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ github_monitor-1.9.1.dist-info/entry_points.txt,sha256=hV03y00u1L16S5BwBSLQvFsZcL2WGRtjzlrmu9U9SN0,55
6
+ github_monitor-1.9.1.dist-info/top_level.txt,sha256=HDN2988ydvH9JZT32PushzqrcD05Q5qg960vgHGIaI8,15
7
+ github_monitor-1.9.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
github_monitor.py CHANGED
@@ -16,7 +16,7 @@ tzlocal (optional)
16
16
  python-dotenv (optional)
17
17
  """
18
18
 
19
- VERSION = "1.9"
19
+ VERSION = "1.9.1"
20
20
 
21
21
  # ---------------------------
22
22
  # CONFIGURATION SECTION START
@@ -148,10 +148,10 @@ GITHUB_LOGFILE = "github_monitor"
148
148
  # Can also be disabled via the -d flag
149
149
  DISABLE_LOGGING = False
150
150
 
151
- # Width of main horizontal line (─)
151
+ # Width of main horizontal line
152
152
  HORIZONTAL_LINE1 = 105
153
153
 
154
- # Width of horizontal line for repositories list output (─)
154
+ # Width of horizontal line for repositories list output
155
155
  HORIZONTAL_LINE2 = 80
156
156
 
157
157
  # Whether to clear the terminal screen after starting the tool
@@ -1,7 +0,0 @@
1
- github_monitor.py,sha256=HF9AUmmKgUHbFOZ2ZALwBmgaYpZtW2O0oZ6COkapDcU,113750
2
- github_monitor-1.9rc1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
3
- github_monitor-1.9rc1.dist-info/METADATA,sha256=XbpwXl5N5lGmoVAzjvAzyH4zs_I76Q_R3kcnuxHAuSE,16542
4
- github_monitor-1.9rc1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
5
- github_monitor-1.9rc1.dist-info/entry_points.txt,sha256=hV03y00u1L16S5BwBSLQvFsZcL2WGRtjzlrmu9U9SN0,55
6
- github_monitor-1.9rc1.dist-info/top_level.txt,sha256=HDN2988ydvH9JZT32PushzqrcD05Q5qg960vgHGIaI8,15
7
- github_monitor-1.9rc1.dist-info/RECORD,,