bcpkgfox 0.16.50__py3-none-any.whl → 0.16.51__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.
bcpkgfox/cli.py CHANGED
@@ -844,13 +844,13 @@ class cli:
844
844
 
845
845
  # Formats
846
846
  if '\n' in line:
847
- line = line.replace('\n', '')
847
+ line_for_print = line.replace('\n', '').strip()
848
848
 
849
849
  # Compares
850
850
  pkg = line.split('==')[0].strip().lower()
851
851
  if pkg in imports_lower:
852
852
  f.write(line.strip())
853
- add_list.append(line)
853
+ add_list.append(line_for_print)
854
854
 
855
855
  print(f"\n{self.visuals.bold}{self.visuals.GR} > Requirements created with sucessfuly {self.visuals.RESET}\n")
856
856
  print(f"{self.visuals.bold}{self.visuals.YL} Libraries installed: " + "".join(f"\n {lib}" for lib in add_list) + f"{self.visuals.RESET}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.16.50
3
+ Version: 0.16.51
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: Guilherme Neri
@@ -1,13 +1,13 @@
1
1
  bcpkgfox/__init__.py,sha256=BCTiPEXhpV3lV3HSVW6iCWFVema6VsIuwCQrUcHk8QM,16416
2
2
  bcpkgfox/clean.py,sha256=80pJDTGmKmPiq73uL1IWopuxqVJF_bj_RVv-njkpl-A,8946
3
- bcpkgfox/cli.py,sha256=JVhI9i7FAIlRqYiqV_rLT7C2IH2LGtdpauVDWu_Mizs,33438
3
+ bcpkgfox/cli.py,sha256=ZSlqsiuSuqTizrVtqgUL0hfqT2idHRrRoC50xaFx9dw,33466
4
4
  bcpkgfox/exec_file.py,sha256=fl_Do2SlF7JuXazpNTod-e_0WZUk355fbd7ustQvi40,3728
5
5
  bcpkgfox/find_elements.py,sha256=oeB-73LqMLoKchozPXuxRkThBju9IgUKqbgU-2AAq0s,23027
6
6
  bcpkgfox/get_driver.py,sha256=ohimk9E2hL6T35IXv0XX0uvWDGCUZvZDlPMnuRjV1R0,30490
7
7
  bcpkgfox/invoke_api.py,sha256=UTksbSmg6yucWk-egH1gavYoViKvpUq-OAp5t308ZmY,5334
8
8
  bcpkgfox/system.py,sha256=3lyOWx893T6KiAI-jDv7zAo3oKPf0Q5CLgZ8TeFd0Do,7901
9
- bcpkgfox-0.16.50.dist-info/METADATA,sha256=sB__5PoaWtAb2BD2SkUS2RxRdWFnl_eYAQqIJ6QAS9A,1912
10
- bcpkgfox-0.16.50.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
11
- bcpkgfox-0.16.50.dist-info/entry_points.txt,sha256=qmaEg6K7Y0HOeaFo-G6lf44InGkeVI4I6hqobcY_nns,653
12
- bcpkgfox-0.16.50.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
13
- bcpkgfox-0.16.50.dist-info/RECORD,,
9
+ bcpkgfox-0.16.51.dist-info/METADATA,sha256=xLG0rsH5XrYe7rFCm662AHHC41BalDzwZrJa4-tMLf0,1912
10
+ bcpkgfox-0.16.51.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
11
+ bcpkgfox-0.16.51.dist-info/entry_points.txt,sha256=qmaEg6K7Y0HOeaFo-G6lf44InGkeVI4I6hqobcY_nns,653
12
+ bcpkgfox-0.16.51.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
13
+ bcpkgfox-0.16.51.dist-info/RECORD,,