ScriptCollection 3.5.38__py3-none-any.whl → 3.5.40__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.
@@ -885,7 +885,7 @@ class GeneralUtilities:
885
885
  @check_arguments
886
886
  def input(prompt: str, print_result: bool) -> str: # This function is a workaround for usescases like python scripts which calls input(...) using epew because then the prompt is not printed by the built-in-input-function.
887
887
  GeneralUtilities.write_message_to_stdout(prompt)
888
- result = input()
888
+ result: str = input()
889
889
  if print_result:
890
- GeneralUtilities.write_message_to_stdout(f"Result: {print_result}")
890
+ GeneralUtilities.write_message_to_stdout(f"Result: {result}")
891
891
  return result
@@ -31,7 +31,7 @@ from .ProgramRunnerBase import ProgramRunnerBase
31
31
  from .ProgramRunnerPopen import ProgramRunnerPopen
32
32
  from .ProgramRunnerEpew import ProgramRunnerEpew, CustomEpewArgument
33
33
 
34
- version = "3.5.38"
34
+ version = "3.5.40"
35
35
  __version__ = version
36
36
 
37
37
 
@@ -2401,7 +2401,7 @@ class TasksForCommonProjectStructure:
2401
2401
 
2402
2402
  now = datetime.now()
2403
2403
  if not self.__suport_information_exists(repository_folder, project_version):
2404
- support_time = timedelta(days=365*2*31) # TODO make this configurable
2404
+ support_time = timedelta(days=365*2+31) # TODO make this configurable
2405
2405
  until = now + support_time
2406
2406
  self.mark_current_version_as_supported(repository_folder, project_version, now, until)
2407
2407
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ScriptCollection
3
- Version: 3.5.38
3
+ Version: 3.5.40
4
4
  Summary: The ScriptCollection is the place for reusable scripts.
5
5
  Home-page: https://github.com/anionDev/ScriptCollection
6
6
  Author: Marius Göcke
@@ -1,16 +1,16 @@
1
1
  ScriptCollection/Executables.py,sha256=ls3wGZpt48YwwtO0QGWWyIImSE87SyzbL-WxhpwQJug,20837
2
- ScriptCollection/GeneralUtilities.py,sha256=T7nOrV6MJyLi603Xb83lF3_DuIZWKJudcY5HG7y3Cp0,36871
2
+ ScriptCollection/GeneralUtilities.py,sha256=coLosZMy17SzEBwvl7PUooPSFCsW0O3tM6G7iA1YrI0,36870
3
3
  ScriptCollection/ProcessesRunner.py,sha256=3mu4ZxzZleQo0Op6o9EYTCFiJfb6kx5ov2YfZfT89mU,1395
4
4
  ScriptCollection/ProgramRunnerBase.py,sha256=7QAjoqOz6XPmJH19F2k-Z1fFQB_uZnPFvn-T54IJcHQ,2324
5
5
  ScriptCollection/ProgramRunnerEpew.py,sha256=C2Rs3YWOWWWJct7XmKphp5CF1tf0j4Fp-ljV2drLTfs,6349
6
6
  ScriptCollection/ProgramRunnerPopen.py,sha256=G3LgQUVCfaq7XjBsGzalElH31Hbr0etttGR2_H87YzA,3512
7
7
  ScriptCollection/RPStream.py,sha256=NRRHL3YSP3D9MuAV2jB_--0KUKCsvJGxeKnxgrRZ9kY,1545
8
- ScriptCollection/ScriptCollectionCore.py,sha256=s3F9FJCsoRkFo99a0o9SiG8W2eNh5pbeTfKCBhdwugI,102878
9
- ScriptCollection/TasksForCommonProjectStructure.py,sha256=niMk1lor857i23agOqA1D2t7H997a_cSwOUwzPA3NgQ,207535
8
+ ScriptCollection/ScriptCollectionCore.py,sha256=Zo68H4BEe_cPk77qFmLjAGHUOwifCAoD0X2xZChYItA,102878
9
+ ScriptCollection/TasksForCommonProjectStructure.py,sha256=ZjVJTENpRUHxvBoCmdLVCgtHGspTYaK-R0SuC_M2fxM,207535
10
10
  ScriptCollection/UpdateCertificates.py,sha256=Eynbgu7k9jLxApP2D_8Il77B6BFjJap6K7oTeEAZYbk,7790
11
11
  ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- ScriptCollection-3.5.38.dist-info/METADATA,sha256=4by0GF3Tw8kad6E8YqT3wypaAWB6K9WSNqCVvAY2_L4,7664
13
- ScriptCollection-3.5.38.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
14
- ScriptCollection-3.5.38.dist-info/entry_points.txt,sha256=_O7BmQ81LdDfrj5uOhjshg9Xc-tABHQJIxDOyOGRzzI,2397
15
- ScriptCollection-3.5.38.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
16
- ScriptCollection-3.5.38.dist-info/RECORD,,
12
+ ScriptCollection-3.5.40.dist-info/METADATA,sha256=KBzXynicDcodoWaA6AUwXZtIfdQnT8TIxlyzogpwkwI,7664
13
+ ScriptCollection-3.5.40.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
14
+ ScriptCollection-3.5.40.dist-info/entry_points.txt,sha256=_O7BmQ81LdDfrj5uOhjshg9Xc-tABHQJIxDOyOGRzzI,2397
15
+ ScriptCollection-3.5.40.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
16
+ ScriptCollection-3.5.40.dist-info/RECORD,,