github-monitor 1.9__tar.gz → 1.9.1__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.
Potentially problematic release.
This version of github-monitor might be problematic. Click here for more details.
- {github_monitor-1.9 → github_monitor-1.9.1}/PKG-INFO +1 -1
- {github_monitor-1.9 → github_monitor-1.9.1}/github_monitor.egg-info/PKG-INFO +1 -1
- {github_monitor-1.9 → github_monitor-1.9.1}/github_monitor.py +3 -3
- {github_monitor-1.9 → github_monitor-1.9.1}/pyproject.toml +1 -1
- {github_monitor-1.9 → github_monitor-1.9.1}/LICENSE +0 -0
- {github_monitor-1.9 → github_monitor-1.9.1}/README.md +0 -0
- {github_monitor-1.9 → github_monitor-1.9.1}/github_monitor.egg-info/SOURCES.txt +0 -0
- {github_monitor-1.9 → github_monitor-1.9.1}/github_monitor.egg-info/dependency_links.txt +0 -0
- {github_monitor-1.9 → github_monitor-1.9.1}/github_monitor.egg-info/entry_points.txt +0 -0
- {github_monitor-1.9 → github_monitor-1.9.1}/github_monitor.egg-info/requires.txt +0 -0
- {github_monitor-1.9 → github_monitor-1.9.1}/github_monitor.egg-info/top_level.txt +0 -0
- {github_monitor-1.9 → github_monitor-1.9.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github_monitor
|
|
3
|
-
Version: 1.9
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github_monitor
|
|
3
|
-
Version: 1.9
|
|
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
|
|
@@ -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
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "github_monitor"
|
|
7
|
-
version = "1.9"
|
|
7
|
+
version = "1.9.1"
|
|
8
8
|
description = "Tool implementing real-time tracking of Github users activities including profile and repositories changes"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "GPL-3.0-or-later"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|