PyFunceble-dev 4.2.25__py3-none-any.whl → 4.2.26__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.
@@ -410,8 +410,8 @@ class SystemLauncher(SystemBase):
410
410
 
411
411
  # pylint: disable=line-too-long
412
412
  if (
413
- not self.testing_protocol and
414
- PyFunceble.storage.CONFIGURATION.cli_testing.testing_mode.platform_contribution
413
+ not self.testing_protocol
414
+ and PyFunceble.storage.CONFIGURATION.cli_testing.testing_mode.platform_contribution
415
415
  ):
416
416
  self.testing_protocol.append(
417
417
  {
@@ -150,7 +150,7 @@ class DirectoryHelper:
150
150
  """
151
151
 
152
152
  if self.path and not self.exists():
153
- os.makedirs(self.path)
153
+ os.makedirs(self.path, exist_ok=True)
154
154
 
155
155
  return self
156
156
 
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.25.dev (Blue Duckling: Ixora)"
64
+ PROJECT_VERSION: str = "4.2.26.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.25
3
+ Version: 4.2.26
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,81 +21,81 @@ 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: PyMySQL
25
+ Requires-Dist: dnspython[doh] ~=2.6.0
24
26
  Requires-Dist: python-box[all] ~=6.0.0
25
- Requires-Dist: alembic
26
- Requires-Dist: domain2idna ~=1.12.0
27
- Requires-Dist: SQLAlchemy ~=2.0
28
- Requires-Dist: requests[socks] <3
29
27
  Requires-Dist: PyYAML
30
- Requires-Dist: python-dotenv
31
- Requires-Dist: packaging
32
28
  Requires-Dist: cryptography ~=42.0
33
- Requires-Dist: PyMySQL
34
- Requires-Dist: colorama
35
- Requires-Dist: shtab
29
+ Requires-Dist: python-dotenv
30
+ Requires-Dist: SQLAlchemy ~=2.0
31
+ Requires-Dist: requests[socks] <3
36
32
  Requires-Dist: inflection
37
- Requires-Dist: dnspython[doh] ~=2.6.0
33
+ Requires-Dist: alembic
34
+ Requires-Dist: domain2idna ~=1.12.0
35
+ Requires-Dist: colorama
38
36
  Requires-Dist: setuptools >=65.5.1
37
+ Requires-Dist: shtab
38
+ Requires-Dist: packaging
39
39
  Provides-Extra: dev
40
- Requires-Dist: black ; extra == 'dev'
41
- Requires-Dist: pylint ; extra == 'dev'
42
40
  Requires-Dist: isort ; extra == 'dev'
43
41
  Requires-Dist: flake8 ; extra == 'dev'
42
+ Requires-Dist: pylint ; extra == 'dev'
43
+ Requires-Dist: black ; extra == 'dev'
44
44
  Provides-Extra: docs
45
- Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
46
45
  Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'docs'
46
+ Requires-Dist: requests >=2.32.0 ; extra == 'docs'
47
+ Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
48
+ Requires-Dist: sphinx >=3.4.3 ; extra == 'docs'
47
49
  Requires-Dist: Pygments >=2.0 ; extra == 'docs'
48
50
  Requires-Dist: urllib3 >=2.2.2 ; extra == 'docs'
49
- Requires-Dist: sphinx >=3.4.3 ; extra == 'docs'
50
- Requires-Dist: requests >=2.32.0 ; extra == 'docs'
51
51
  Provides-Extra: full
52
- Requires-Dist: domain2idna ~=1.12.0 ; extra == 'full'
53
- Requires-Dist: flake8 ; extra == 'full'
54
- Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'full'
52
+ Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'full'
53
+ Requires-Dist: PyMySQL ; extra == 'full'
55
54
  Requires-Dist: Pygments >=2.0 ; extra == 'full'
55
+ Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'full'
56
+ Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'full'
57
+ Requires-Dist: tox ; extra == 'full'
58
+ Requires-Dist: setuptools >=65.5.1 ; extra == 'full'
59
+ Requires-Dist: flake8 ; extra == 'full'
60
+ Requires-Dist: packaging ; extra == 'full'
61
+ Requires-Dist: sphinx >=3.4.3 ; extra == 'full'
62
+ Requires-Dist: pylint ; extra == 'full'
63
+ Requires-Dist: cryptography ~=42.0 ; extra == 'full'
64
+ Requires-Dist: python-dotenv ; extra == 'full'
65
+ Requires-Dist: isort ; extra == 'full'
66
+ Requires-Dist: alembic ; extra == 'full'
56
67
  Requires-Dist: urllib3 >=2.2.2 ; extra == 'full'
57
68
  Requires-Dist: black ; extra == 'full'
58
- Requires-Dist: PyMySQL ; extra == 'full'
59
- Requires-Dist: colorama ; extra == 'full'
60
- Requires-Dist: inflection ; extra == 'full'
69
+ Requires-Dist: coverage ; extra == 'full'
61
70
  Requires-Dist: requests >=2.32.0 ; extra == 'full'
62
- Requires-Dist: pylint ; extra == 'full'
63
- Requires-Dist: isort ; extra == 'full'
71
+ Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'full'
64
72
  Requires-Dist: PyYAML ; extra == 'full'
65
- Requires-Dist: coverage ; extra == 'full'
73
+ Requires-Dist: requests[socks] <3 ; extra == 'full'
74
+ Requires-Dist: inflection ; extra == 'full'
75
+ Requires-Dist: colorama ; extra == 'full'
76
+ Requires-Dist: domain2idna ~=1.12.0 ; extra == 'full'
66
77
  Requires-Dist: shtab ; extra == 'full'
67
- Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'full'
68
- Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'full'
69
- Requires-Dist: alembic ; extra == 'full'
70
- Requires-Dist: python-dotenv ; extra == 'full'
71
- Requires-Dist: packaging ; extra == 'full'
72
- Requires-Dist: sphinx >=3.4.3 ; extra == 'full'
73
78
  Requires-Dist: sphinx-rtd-theme ; extra == 'full'
74
- Requires-Dist: tox ; extra == 'full'
75
- Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'full'
76
- Requires-Dist: requests[socks] <3 ; extra == 'full'
77
- Requires-Dist: cryptography ~=42.0 ; extra == 'full'
78
- Requires-Dist: setuptools >=65.5.1 ; extra == 'full'
79
79
  Provides-Extra: psql
80
+ Requires-Dist: PyMySQL ; extra == 'psql'
81
+ Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'psql'
80
82
  Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'psql'
81
- Requires-Dist: alembic ; extra == 'psql'
82
- Requires-Dist: domain2idna ~=1.12.0 ; extra == 'psql'
83
- Requires-Dist: psycopg2 ; extra == 'psql'
84
- Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'psql'
85
- Requires-Dist: requests[socks] <3 ; extra == 'psql'
86
83
  Requires-Dist: PyYAML ; extra == 'psql'
87
- Requires-Dist: python-dotenv ; extra == 'psql'
88
- Requires-Dist: packaging ; extra == 'psql'
89
84
  Requires-Dist: cryptography ~=42.0 ; extra == 'psql'
90
- Requires-Dist: PyMySQL ; extra == 'psql'
91
- Requires-Dist: colorama ; extra == 'psql'
92
- Requires-Dist: shtab ; extra == 'psql'
85
+ Requires-Dist: python-dotenv ; extra == 'psql'
86
+ Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'psql'
87
+ Requires-Dist: requests[socks] <3 ; extra == 'psql'
93
88
  Requires-Dist: inflection ; extra == 'psql'
94
- Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'psql'
89
+ Requires-Dist: alembic ; extra == 'psql'
90
+ Requires-Dist: domain2idna ~=1.12.0 ; extra == 'psql'
91
+ Requires-Dist: colorama ; extra == 'psql'
95
92
  Requires-Dist: setuptools >=65.5.1 ; extra == 'psql'
93
+ Requires-Dist: shtab ; extra == 'psql'
94
+ Requires-Dist: psycopg2 ; extra == 'psql'
95
+ Requires-Dist: packaging ; extra == 'psql'
96
96
  Provides-Extra: test
97
- Requires-Dist: coverage ; extra == 'test'
98
97
  Requires-Dist: tox ; extra == 'test'
98
+ Requires-Dist: coverage ; extra == 'test'
99
99
 
100
100
  .. image:: https://raw.githubusercontent.com/PyFunceble/logo/dev/Green/HD/RM.png
101
101
 
@@ -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=9LroXsr8RIveX75c-AM1DMfYKwZIS3UtnQ1Y_hXwlrw,6297
7
+ PyFunceble/storage.py,sha256=SKa_m__WkK6FbvTAuObS1jWvtdSi8u4MxDH8UEpnTRM,6297
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=0Jg-tI46Pqc_9-rSURzXEoViK1pz-pRL_P4W7PvryBs,13629
@@ -138,7 +138,7 @@ PyFunceble/cli/scripts/public_suffix.py,sha256=-xYAQVv2ug_2Uk7-VoEkVyEHqP5Crmj8C
138
138
  PyFunceble/cli/system/__init__.py,sha256=4jXK5yT6fDjsbNg5LULnpfJ8G1yM_uP78-OLkPM1Skc,2522
139
139
  PyFunceble/cli/system/base.py,sha256=E3TsC7y0qrL7hhLLAlaUhFWU9etTbOKOuqIrDSCeRqA,4888
140
140
  PyFunceble/cli/system/integrator.py,sha256=46UpOie_xG2IXv0dpw94pkSum9IKcz4_BcYaY_u32l0,10830
141
- PyFunceble/cli/system/launcher.py,sha256=_KRf2hFiZ4fsxxNy4VnY0o7iEZUoZjn_2834o4tlCjo,45459
141
+ PyFunceble/cli/system/launcher.py,sha256=bkMKg6cP7pwdiTmROY3DrLBDe96JBsFWlrY6bjd9vvE,45459
142
142
  PyFunceble/cli/utils/__init__.py,sha256=69PJomADQHaFLgnfTpS7SFTgVkqZiRdvpUKX41nUuXs,2465
143
143
  PyFunceble/cli/utils/ascii_logo.py,sha256=Zff57bUS-2GkjAzyv6OEpw8THrolr0rhjjvjepsMgR8,4236
144
144
  PyFunceble/cli/utils/sort.py,sha256=Vi2V4S55hbqP9Mrk_OsYxESKAnKIS6DOFZ7nZXEv7u4,4375
@@ -233,7 +233,7 @@ PyFunceble/downloader/user_agents.py,sha256=onE_P-c8Gf9ZplmyaMEZ9yQmorEV5TLmgAca
233
233
  PyFunceble/helpers/__init__.py,sha256=kE474Zy9PYlUEryanh5x878EirHnV_5YocgRAlAtd_o,2443
234
234
  PyFunceble/helpers/command.py,sha256=Z-iIXW5euwUkT0fqTxMnBOpMOHoXBfLEY-cz1NrieC4,7644
235
235
  PyFunceble/helpers/dict.py,sha256=YbE3kUEaEaaQpi9zq8bSsFizJYFrPI9jtJlyLwAE2CU,13783
236
- PyFunceble/helpers/directory.py,sha256=gX8pqoX8x9fT-bWk9ReDD76fWGDcL5KnjrgdcVSmwbc,5990
236
+ PyFunceble/helpers/directory.py,sha256=_EFAmsPlU-lPUQ5F036H2iSedi3_Ts7kqIocoYq76hE,6005
237
237
  PyFunceble/helpers/download.py,sha256=UryVSImMbQwIBef0CTJKwnL1jux4qpQDshy6CVsgy5U,7491
238
238
  PyFunceble/helpers/environment_variable.py,sha256=KLYzUgzRtHFGW71QWaTqfO6D5qm0xw9KovibZCQN6BU,7327
239
239
  PyFunceble/helpers/exceptions.py,sha256=AqtmFCXzOFQi3TCYmTrtb6oO3f7PAX6J6Ck1XbEwReY,2774
@@ -275,9 +275,9 @@ PyFunceble/utils/__init__.py,sha256=l6Mz-0GPHPCSPXuNFtHbnjD0fYI5BRr-RwDbVgAUdmI,
275
275
  PyFunceble/utils/platform.py,sha256=px_pauOFMCEtc9ST0vYZvDWDhcWNP1S595iKK4P3n7c,3920
276
276
  PyFunceble/utils/profile.py,sha256=Fp5yntq5Ys5eQe-FbQsUpx4ydxDxVYW3ACn-3KcTk_A,4566
277
277
  PyFunceble/utils/version.py,sha256=Tb3DWk96Xl6WbdDa2t3QQGBBDcnKDNJV_iFWMVQfCoc,8330
278
- PyFunceble_dev-4.2.25.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
279
- PyFunceble_dev-4.2.25.dist-info/METADATA,sha256=kn75jNotJQ7djfNYf3SK6g5F5q3iyi-ne28gtENwZfU,15319
280
- PyFunceble_dev-4.2.25.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
281
- PyFunceble_dev-4.2.25.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
282
- PyFunceble_dev-4.2.25.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
283
- PyFunceble_dev-4.2.25.dist-info/RECORD,,
278
+ PyFunceble_dev-4.2.26.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
279
+ PyFunceble_dev-4.2.26.dist-info/METADATA,sha256=w9MEDXCaz7wmlpeOAdXOvL5mEbCXdnvg_vxV_4aVr9c,15319
280
+ PyFunceble_dev-4.2.26.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
281
+ PyFunceble_dev-4.2.26.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
282
+ PyFunceble_dev-4.2.26.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
283
+ PyFunceble_dev-4.2.26.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5