PyFunceble-dev 4.2.20__py3-none-any.whl → 4.2.21__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.
@@ -75,7 +75,7 @@ class AddressInfo(NetInfoBase):
75
75
  x[-1][0]
76
76
  for x in socket.getaddrinfo(self.subject, 80, proto=socket.IPPROTO_TCP)
77
77
  ]
78
- except (socket.gaierror, socket.herror, UnicodeError):
78
+ except (socket.gaierror, socket.herror, UnicodeError, OSError):
79
79
  pass
80
80
 
81
81
  return []
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.20.dev (Blue Duckling: Ixora)"
64
+ PROJECT_VERSION: str = "4.2.21.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.20
3
+ Version: 4.2.21
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,78 +21,78 @@ 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: PyYAML
25
- Requires-Dist: packaging
26
- Requires-Dist: python-dotenv
27
- Requires-Dist: setuptools >=65.5.1
28
- Requires-Dist: cryptography ~=42.0
29
- Requires-Dist: colorama
30
24
  Requires-Dist: dnspython[doh] ~=2.6.0
31
- Requires-Dist: python-box[all] ~=6.0.0
25
+ Requires-Dist: requests[socks] <3
32
26
  Requires-Dist: domain2idna ~=1.12.0
27
+ Requires-Dist: packaging
28
+ Requires-Dist: colorama
29
+ Requires-Dist: PyYAML
33
30
  Requires-Dist: PyMySQL
34
31
  Requires-Dist: shtab
35
- Requires-Dist: SQLAlchemy ~=2.0
36
- Requires-Dist: alembic
37
32
  Requires-Dist: inflection
38
- Requires-Dist: requests[socks] <3
33
+ Requires-Dist: alembic
34
+ Requires-Dist: python-box[all] ~=6.0.0
35
+ Requires-Dist: python-dotenv
36
+ Requires-Dist: SQLAlchemy ~=2.0
37
+ Requires-Dist: setuptools >=65.5.1
38
+ Requires-Dist: cryptography ~=42.0
39
39
  Provides-Extra: dev
40
- Requires-Dist: black ; extra == 'dev'
41
40
  Requires-Dist: isort ; extra == 'dev'
42
41
  Requires-Dist: pylint ; extra == 'dev'
42
+ Requires-Dist: black ; extra == 'dev'
43
43
  Requires-Dist: flake8 ; extra == 'dev'
44
44
  Provides-Extra: docs
45
- Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
46
- Requires-Dist: urllib3 >=2.2.2 ; extra == 'docs'
47
- Requires-Dist: requests >=2.32.0 ; extra == 'docs'
48
45
  Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'docs'
49
46
  Requires-Dist: sphinx >=3.4.3 ; extra == 'docs'
47
+ Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
48
+ Requires-Dist: requests >=2.32.0 ; extra == 'docs'
49
+ Requires-Dist: urllib3 >=2.2.2 ; extra == 'docs'
50
50
  Requires-Dist: Pygments >=2.0 ; extra == 'docs'
51
51
  Provides-Extra: full
52
- Requires-Dist: isort ; extra == 'full'
53
52
  Requires-Dist: domain2idna ~=1.12.0 ; extra == 'full'
54
- Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'full'
55
- Requires-Dist: sphinx >=3.4.3 ; extra == 'full'
56
- Requires-Dist: setuptools >=65.5.1 ; extra == 'full'
57
- Requires-Dist: requests[socks] <3 ; extra == 'full'
58
- Requires-Dist: Pygments >=2.0 ; extra == 'full'
53
+ Requires-Dist: PyYAML ; extra == 'full'
54
+ Requires-Dist: PyMySQL ; extra == 'full'
55
+ Requires-Dist: shtab ; extra == 'full'
56
+ Requires-Dist: flake8 ; extra == 'full'
57
+ Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'full'
59
58
  Requires-Dist: urllib3 >=2.2.2 ; extra == 'full'
60
- Requires-Dist: requests >=2.32.0 ; extra == 'full'
59
+ Requires-Dist: Pygments >=2.0 ; extra == 'full'
61
60
  Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'full'
61
+ Requires-Dist: black ; extra == 'full'
62
+ Requires-Dist: requests >=2.32.0 ; extra == 'full'
62
63
  Requires-Dist: alembic ; extra == 'full'
63
- Requires-Dist: shtab ; extra == 'full'
64
- Requires-Dist: inflection ; extra == 'full'
65
- Requires-Dist: tox ; extra == 'full'
66
- Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'full'
64
+ Requires-Dist: setuptools >=65.5.1 ; extra == 'full'
67
65
  Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'full'
68
- Requires-Dist: PyMySQL ; extra == 'full'
69
- Requires-Dist: PyYAML ; extra == 'full'
66
+ Requires-Dist: requests[socks] <3 ; extra == 'full'
67
+ Requires-Dist: sphinx >=3.4.3 ; extra == 'full'
70
68
  Requires-Dist: packaging ; extra == 'full'
71
- Requires-Dist: pylint ; extra == 'full'
72
- Requires-Dist: python-dotenv ; extra == 'full'
73
- Requires-Dist: flake8 ; extra == 'full'
74
- Requires-Dist: sphinx-rtd-theme ; extra == 'full'
69
+ Requires-Dist: colorama ; extra == 'full'
75
70
  Requires-Dist: coverage ; extra == 'full'
71
+ Requires-Dist: isort ; extra == 'full'
72
+ Requires-Dist: inflection ; extra == 'full'
73
+ Requires-Dist: tox ; extra == 'full'
74
+ Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'full'
75
+ Requires-Dist: sphinx-rtd-theme ; extra == 'full'
76
+ Requires-Dist: python-dotenv ; extra == 'full'
77
+ Requires-Dist: pylint ; extra == 'full'
76
78
  Requires-Dist: cryptography ~=42.0 ; extra == 'full'
77
- Requires-Dist: colorama ; extra == 'full'
78
- Requires-Dist: black ; extra == 'full'
79
79
  Provides-Extra: psql
80
- Requires-Dist: PyYAML ; extra == 'psql'
81
- Requires-Dist: packaging ; extra == 'psql'
82
- Requires-Dist: python-dotenv ; extra == 'psql'
83
- Requires-Dist: psycopg2 ; extra == 'psql'
84
- Requires-Dist: setuptools >=65.5.1 ; extra == 'psql'
85
- Requires-Dist: cryptography ~=42.0 ; extra == 'psql'
86
- Requires-Dist: colorama ; extra == 'psql'
87
80
  Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'psql'
88
- Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'psql'
81
+ Requires-Dist: requests[socks] <3 ; extra == 'psql'
89
82
  Requires-Dist: domain2idna ~=1.12.0 ; extra == 'psql'
83
+ Requires-Dist: packaging ; extra == 'psql'
84
+ Requires-Dist: colorama ; extra == 'psql'
85
+ Requires-Dist: psycopg2 ; extra == 'psql'
86
+ Requires-Dist: PyYAML ; extra == 'psql'
90
87
  Requires-Dist: PyMySQL ; extra == 'psql'
91
88
  Requires-Dist: shtab ; extra == 'psql'
92
- Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'psql'
93
- Requires-Dist: alembic ; extra == 'psql'
94
89
  Requires-Dist: inflection ; extra == 'psql'
95
- Requires-Dist: requests[socks] <3 ; extra == 'psql'
90
+ Requires-Dist: alembic ; extra == 'psql'
91
+ Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'psql'
92
+ Requires-Dist: python-dotenv ; extra == 'psql'
93
+ Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'psql'
94
+ Requires-Dist: setuptools >=65.5.1 ; extra == 'psql'
95
+ Requires-Dist: cryptography ~=42.0 ; extra == 'psql'
96
96
  Provides-Extra: test
97
97
  Requires-Dist: tox ; extra == 'test'
98
98
  Requires-Dist: coverage ; 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=6Fu9ydfl9WDcFWwpYCpkzHFsNkh1ZmlcWx97XOKL39o,6297
7
+ PyFunceble/storage.py,sha256=rcOlCczdCFrPFQXars_yMep0QGlErhGwm_-bnj6ChWU,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
@@ -249,7 +249,7 @@ PyFunceble/query/dns/nameserver.py,sha256=ogE6jXBOy94f36KtUx4y1kB_G2H_X65SJWTzua
249
249
  PyFunceble/query/dns/query_tool.py,sha256=ypJp8Yt8pyp30u67WP6oUfWvoiPp6ydQ7GYxe31Mnxk,32795
250
250
  PyFunceble/query/dns/resolver.py,sha256=7FUL1vew9KYFOPlZIXkn-WGe9qkgMEhNu0tz-MVYIi0,6415
251
251
  PyFunceble/query/netinfo/__init__.py,sha256=RMUCcAd3fxzNrakFBdBgWjda8chn1_WKhujuGvokgz4,2472
252
- PyFunceble/query/netinfo/address.py,sha256=DQlsdlCYNwk1G7GsEVYfaznd-fn2W_dObHnXrius7iY,3199
252
+ PyFunceble/query/netinfo/address.py,sha256=iWc77FUIbn9yXjSHGm4ZFnA28rhzI4hYVbxm7OcTEOM,3208
253
253
  PyFunceble/query/netinfo/base.py,sha256=nsylCmPeO1CalH4C__lNob6HjMxnrzpqyF5YbrWeKyU,4572
254
254
  PyFunceble/query/netinfo/hostbyaddr.py,sha256=zqXfhAW289qhB6v4qzLoayIljRyD0ZB3xKaOk8k-89s,3418
255
255
  PyFunceble/query/record/__init__.py,sha256=Cf7NZB9NI2x2JWUg6mB3MqLIa4Tjku22Jgme0NpYqRk,2451
@@ -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.20.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
278
- PyFunceble_dev-4.2.20.dist-info/METADATA,sha256=JmDgvewvpkStjlGdNUkkZPq3euLwRjZfcOpuXGee2lI,15319
279
- PyFunceble_dev-4.2.20.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
280
- PyFunceble_dev-4.2.20.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
281
- PyFunceble_dev-4.2.20.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
282
- PyFunceble_dev-4.2.20.dist-info/RECORD,,
277
+ PyFunceble_dev-4.2.21.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
278
+ PyFunceble_dev-4.2.21.dist-info/METADATA,sha256=teAEINyu0_iy0FruRwgWL5bv_Lvzi40XmRrLrRvAd1Q,15319
279
+ PyFunceble_dev-4.2.21.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
280
+ PyFunceble_dev-4.2.21.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
281
+ PyFunceble_dev-4.2.21.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
282
+ PyFunceble_dev-4.2.21.dist-info/RECORD,,