bcpkgfox 0.16.5b12__tar.gz → 0.16.5b13__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.
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/PKG-INFO +1 -1
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox/cli.py +3 -2
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox.egg-info/PKG-INFO +1 -1
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/setup.py +1 -1
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/README.md +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox/__init__.py +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox/exec_file.py +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox/find_elements.py +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox/get_driver.py +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox/invoke_api.py +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox/system.py +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox.egg-info/SOURCES.txt +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox.egg-info/dependency_links.txt +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox.egg-info/entry_points.txt +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox.egg-info/requires.txt +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/bcpkgfox.egg-info/top_level.txt +0 -0
- {bcpkgfox-0.16.5b12 → bcpkgfox-0.16.5b13}/setup.cfg +0 -0
|
@@ -192,6 +192,7 @@ class cli:
|
|
|
192
192
|
|
|
193
193
|
self.DK_ORANGE = "\033[38;5;130m"
|
|
194
194
|
self.ORANGE = "\033[38;5;214m"
|
|
195
|
+
self.YL = "\033[38;5;226m"
|
|
195
196
|
self.RD = "\033[38;5;196m"
|
|
196
197
|
self.GR = "\033[38;5;34m"
|
|
197
198
|
self.RESET = "\033[0m"
|
|
@@ -475,9 +476,9 @@ class cli:
|
|
|
475
476
|
|
|
476
477
|
def verify_imports(self):
|
|
477
478
|
if self.error_libs:
|
|
478
|
-
print(f"{self.visuals.bold}{self.visuals.
|
|
479
|
+
print(f"{self.visuals.bold}{self.visuals.YL} WARNING: \n The libraries below can't be installed. This is not necessarily an error, just an alert.{self.visuals.RESET}")
|
|
479
480
|
for lib in self.error_libs:
|
|
480
|
-
print(f" {self.visuals.bold}{self.visuals.
|
|
481
|
+
print(f" {self.visuals.bold}{self.visuals.YL} - {lib} {self.visuals.RESET}")
|
|
481
482
|
|
|
482
483
|
def main(self, return_=False):
|
|
483
484
|
self.target_file = self.cli.file #FIX
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|