PyFunceble-dev 4.2.12__py3-none-any.whl → 4.2.14__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.
@@ -695,6 +695,9 @@ class SystemLauncher(SystemBase):
695
695
  )
696
696
 
697
697
  self.ci_stop_in_the_middle_if_time_exceeded()
698
+
699
+ if PyFunceble.storage.CONFIGURATION.cli_testing.display_mode.dots:
700
+ PyFunceble.cli.utils.stdout.print_single_line()
698
701
  return self
699
702
 
700
703
  def generate_waiting_files(self) -> "SystemLauncher":
PyFunceble/storage.py CHANGED
@@ -61,7 +61,7 @@ from dotenv import load_dotenv
61
61
  from PyFunceble.storage_facility import get_config_directory
62
62
 
63
63
  PROJECT_NAME: str = "PyFunceble"
64
- PROJECT_VERSION: str = "4.2.12.dev (Blue Duckling: Ixora)"
64
+ PROJECT_VERSION: str = "4.2.14.dev (Blue Duckling: Ixora)"
65
65
 
66
66
  DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
67
67
  DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyFunceble-dev
3
- Version: 4.2.12
3
+ Version: 4.2.14
4
4
  Summary: The tool to check the availability or syntax of domain, IP or URL.
5
5
  Home-page: https://github.com/funilrys/PyFunceble
6
6
  Author: funilrys
@@ -21,74 +21,74 @@ Classifier: Programming Language :: Python :: 3
21
21
  Classifier: License :: OSI Approved
22
22
  Requires-Python: >=3.8, <4
23
23
  License-File: LICENSE
24
- Requires-Dist: dnspython[doh] ~=2.6.0
25
- Requires-Dist: packaging
26
24
  Requires-Dist: cryptography ~=42.0
27
- Requires-Dist: setuptools >=65.5.1
28
- Requires-Dist: alembic
29
- Requires-Dist: shtab
30
- Requires-Dist: requests[socks] <3
31
- Requires-Dist: PyMySQL
32
- Requires-Dist: PyYAML
25
+ Requires-Dist: colorama
26
+ Requires-Dist: packaging
33
27
  Requires-Dist: SQLAlchemy ~=2.0
34
- Requires-Dist: domain2idna ~=1.12.0
35
28
  Requires-Dist: python-box[all] ~=6.0.0
29
+ Requires-Dist: shtab
30
+ Requires-Dist: PyYAML
31
+ Requires-Dist: setuptools >=65.5.1
32
+ Requires-Dist: dnspython[doh] ~=2.6.0
33
+ Requires-Dist: PyMySQL
34
+ Requires-Dist: requests[socks] <3
36
35
  Requires-Dist: inflection
37
- Requires-Dist: colorama
36
+ Requires-Dist: domain2idna ~=1.12.0
38
37
  Requires-Dist: python-dotenv
38
+ Requires-Dist: alembic
39
39
  Provides-Extra: dev
40
40
  Requires-Dist: black ; extra == 'dev'
41
41
  Requires-Dist: pylint ; extra == 'dev'
42
42
  Requires-Dist: isort ; extra == 'dev'
43
43
  Requires-Dist: flake8 ; extra == 'dev'
44
44
  Provides-Extra: docs
45
- Requires-Dist: sphinx >=3.4.3 ; extra == 'docs'
46
- Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'docs'
47
45
  Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
46
+ Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'docs'
47
+ Requires-Dist: sphinx >=3.4.3 ; extra == 'docs'
48
48
  Requires-Dist: Pygments >=2.0 ; extra == 'docs'
49
49
  Provides-Extra: full
50
- Requires-Dist: setuptools >=65.5.1 ; extra == 'full'
51
- Requires-Dist: black ; extra == 'full'
50
+ Requires-Dist: cryptography ~=42.0 ; extra == 'full'
51
+ Requires-Dist: packaging ; extra == 'full'
52
+ Requires-Dist: shtab ; extra == 'full'
53
+ Requires-Dist: sphinx >=3.4.3 ; extra == 'full'
54
+ Requires-Dist: inflection ; extra == 'full'
52
55
  Requires-Dist: pylint ; extra == 'full'
53
- Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'full'
54
56
  Requires-Dist: Pygments >=2.0 ; extra == 'full'
55
- Requires-Dist: sphinx >=3.4.3 ; extra == 'full'
57
+ Requires-Dist: isort ; extra == 'full'
58
+ Requires-Dist: black ; extra == 'full'
59
+ Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'full'
56
60
  Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'full'
57
- Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'full'
61
+ Requires-Dist: PyYAML ; extra == 'full'
62
+ Requires-Dist: setuptools >=65.5.1 ; extra == 'full'
58
63
  Requires-Dist: sphinx-rtd-theme ; extra == 'full'
59
- Requires-Dist: packaging ; extra == 'full'
64
+ Requires-Dist: requests[socks] <3 ; extra == 'full'
65
+ Requires-Dist: python-dotenv ; extra == 'full'
66
+ Requires-Dist: colorama ; extra == 'full'
60
67
  Requires-Dist: flake8 ; extra == 'full'
68
+ Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'full'
61
69
  Requires-Dist: PyMySQL ; extra == 'full'
62
70
  Requires-Dist: tox ; extra == 'full'
63
- Requires-Dist: PyYAML ; extra == 'full'
64
- Requires-Dist: domain2idna ~=1.12.0 ; extra == 'full'
65
- Requires-Dist: inflection ; extra == 'full'
66
- Requires-Dist: python-dotenv ; extra == 'full'
67
- Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'full'
71
+ Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'full'
68
72
  Requires-Dist: alembic ; extra == 'full'
69
- Requires-Dist: shtab ; extra == 'full'
70
- Requires-Dist: requests[socks] <3 ; extra == 'full'
71
73
  Requires-Dist: coverage ; extra == 'full'
72
- Requires-Dist: cryptography ~=42.0 ; extra == 'full'
73
- Requires-Dist: isort ; extra == 'full'
74
- Requires-Dist: colorama ; extra == 'full'
74
+ Requires-Dist: domain2idna ~=1.12.0 ; extra == 'full'
75
75
  Provides-Extra: psql
76
- Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'psql'
77
- Requires-Dist: packaging ; extra == 'psql'
78
76
  Requires-Dist: cryptography ~=42.0 ; extra == 'psql'
79
- Requires-Dist: setuptools >=65.5.1 ; extra == 'psql'
80
- Requires-Dist: alembic ; extra == 'psql'
77
+ Requires-Dist: colorama ; extra == 'psql'
78
+ Requires-Dist: packaging ; extra == 'psql'
79
+ Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'psql'
80
+ Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'psql'
81
81
  Requires-Dist: shtab ; extra == 'psql'
82
- Requires-Dist: requests[socks] <3 ; extra == 'psql'
83
- Requires-Dist: PyMySQL ; extra == 'psql'
84
82
  Requires-Dist: PyYAML ; extra == 'psql'
83
+ Requires-Dist: setuptools >=65.5.1 ; extra == 'psql'
84
+ Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'psql'
85
+ Requires-Dist: PyMySQL ; extra == 'psql'
85
86
  Requires-Dist: psycopg2 ; extra == 'psql'
86
- Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'psql'
87
- Requires-Dist: domain2idna ~=1.12.0 ; extra == 'psql'
88
- Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'psql'
87
+ Requires-Dist: requests[socks] <3 ; extra == 'psql'
89
88
  Requires-Dist: inflection ; extra == 'psql'
90
- Requires-Dist: colorama ; extra == 'psql'
89
+ Requires-Dist: domain2idna ~=1.12.0 ; extra == 'psql'
91
90
  Requires-Dist: python-dotenv ; extra == 'psql'
91
+ Requires-Dist: alembic ; extra == 'psql'
92
92
  Provides-Extra: test
93
93
  Requires-Dist: coverage ; extra == 'test'
94
94
  Requires-Dist: tox ; extra == 'test'
@@ -4,7 +4,7 @@ PyFunceble/facility.py,sha256=zwQ-5JFtBr-n0uahkCLIheXNADX34A3uzVcEdFTWT8o,2640
4
4
  PyFunceble/factory.py,sha256=EIMObS1gaWpGamlqIoLoHAg9xpcXdfKEnDGe31O9WIw,2590
5
5
  PyFunceble/logger.py,sha256=8ex6ccGeV8sXtF6MMZsIfCAv2ZJmwKrvRQZd_4cIDCM,16829
6
6
  PyFunceble/sessions.py,sha256=lmqepbwtCCU8KVBNZ-XBo6kFFh5cpCKPgT_GegiLhk8,2582
7
- PyFunceble/storage.py,sha256=ooE1-rzwjOF2nF1z0U5TeFoyN1aF0P6QkbiQpHOApuQ,6299
7
+ PyFunceble/storage.py,sha256=jyf5MfFrEbbJEsXP_4ZdYsOe_2sodpHHCyTFGU561ZE,6299
8
8
  PyFunceble/storage_facility.py,sha256=dnjRkVbH3kFtbWlX7evPyNT6rfo7nGCd4oNC9AajWtY,4833
9
9
  PyFunceble/checker/__init__.py,sha256=aiQBstQTw1nXwZ3IGxf_k3CofRbbtFB4WAu_ezvmi_0,2444
10
10
  PyFunceble/checker/base.py,sha256=iFNezdMIpfx6kwEaaDzniP7erPEbHWsBsIIMG96MAEY,13677
@@ -137,7 +137,7 @@ PyFunceble/cli/scripts/public_suffix.py,sha256=-xYAQVv2ug_2Uk7-VoEkVyEHqP5Crmj8C
137
137
  PyFunceble/cli/system/__init__.py,sha256=4jXK5yT6fDjsbNg5LULnpfJ8G1yM_uP78-OLkPM1Skc,2522
138
138
  PyFunceble/cli/system/base.py,sha256=E3TsC7y0qrL7hhLLAlaUhFWU9etTbOKOuqIrDSCeRqA,4888
139
139
  PyFunceble/cli/system/integrator.py,sha256=zPi7EcOZsdY437H6qcBffoU4LNTK2tg8En10dahogpw,9257
140
- PyFunceble/cli/system/launcher.py,sha256=Q3Mb4GxurUnXs_8vIwmveVMH8KebBe1KesOaoFxP0rk,44773
140
+ PyFunceble/cli/system/launcher.py,sha256=k592db_pf_u2Fjt-soRXs9JPwVh-mT8Lq6FH8fjY8iM,44933
141
141
  PyFunceble/cli/utils/__init__.py,sha256=69PJomADQHaFLgnfTpS7SFTgVkqZiRdvpUKX41nUuXs,2465
142
142
  PyFunceble/cli/utils/ascii_logo.py,sha256=Zff57bUS-2GkjAzyv6OEpw8THrolr0rhjjvjepsMgR8,4236
143
143
  PyFunceble/cli/utils/sort.py,sha256=Vi2V4S55hbqP9Mrk_OsYxESKAnKIS6DOFZ7nZXEv7u4,4375
@@ -274,9 +274,9 @@ PyFunceble/utils/__init__.py,sha256=l6Mz-0GPHPCSPXuNFtHbnjD0fYI5BRr-RwDbVgAUdmI,
274
274
  PyFunceble/utils/platform.py,sha256=px_pauOFMCEtc9ST0vYZvDWDhcWNP1S595iKK4P3n7c,3920
275
275
  PyFunceble/utils/profile.py,sha256=Fp5yntq5Ys5eQe-FbQsUpx4ydxDxVYW3ACn-3KcTk_A,4566
276
276
  PyFunceble/utils/version.py,sha256=Tb3DWk96Xl6WbdDa2t3QQGBBDcnKDNJV_iFWMVQfCoc,8330
277
- PyFunceble_dev-4.2.12.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
278
- PyFunceble_dev-4.2.12.dist-info/METADATA,sha256=QQS4q_LhHYd_W2iS4wjgqN0JorbJCR0U1jk8saas6Ng,15119
279
- PyFunceble_dev-4.2.12.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
280
- PyFunceble_dev-4.2.12.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
281
- PyFunceble_dev-4.2.12.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
282
- PyFunceble_dev-4.2.12.dist-info/RECORD,,
277
+ PyFunceble_dev-4.2.14.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
278
+ PyFunceble_dev-4.2.14.dist-info/METADATA,sha256=MDrwi83J2EtSyeor9SM5Tt7w26jpM42we1was1nnwMc,15119
279
+ PyFunceble_dev-4.2.14.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
280
+ PyFunceble_dev-4.2.14.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
281
+ PyFunceble_dev-4.2.14.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
282
+ PyFunceble_dev-4.2.14.dist-info/RECORD,,