PyFunceble-dev 4.3.0a3__py3-none-any.whl → 4.3.0a4__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.
@@ -763,7 +763,11 @@ class PlatformQueryTool:
763
763
  if not isinstance(contract_data, dict)
764
764
  else contract_data
765
765
  )
766
- url = f"{self.url_base}/v1/contracts/{contract_id}/delivery"
766
+
767
+ if contract_id != contract["subject"]["id"]:
768
+ url = f"{self.url_base}/v1/contracts/{contract_id}/delivery"
769
+ else:
770
+ url = f"{self.url_base}/v1/contracts/self-delivery"
767
771
 
768
772
  try:
769
773
  response = self.session.post(
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.3.0a3.dev (Blue Duckling: Tulip)"
64
+ PROJECT_VERSION: str = "4.3.0a4.dev (Blue Duckling: Tulip)"
65
65
 
66
66
  DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
67
67
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyFunceble-dev
3
- Version: 4.3.0a3
3
+ Version: 4.3.0a4
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
@@ -23,86 +23,86 @@ Requires-Python: >=3.8, <4
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  Requires-Dist: shtab
26
- Requires-Dist: SQLAlchemy[postgresql_psycopg2binary]~=2.0
27
- Requires-Dist: requests[socks]<3
28
- Requires-Dist: setuptools>=65.5.1
26
+ Requires-Dist: dnspython[doh]~=2.6.0
27
+ Requires-Dist: python-box[all]~=6.0.0
29
28
  Requires-Dist: alembic
29
+ Requires-Dist: python-dotenv
30
30
  Requires-Dist: cryptography~=42.0
31
+ Requires-Dist: inflection
31
32
  Requires-Dist: colorama
33
+ Requires-Dist: packaging
32
34
  Requires-Dist: PyYAML
33
- Requires-Dist: inflection
35
+ Requires-Dist: requests[socks]<3
36
+ Requires-Dist: setuptools>=65.5.1
37
+ Requires-Dist: SQLAlchemy[postgresql_psycopg2binary]~=2.0
34
38
  Requires-Dist: PyMySQL
35
- Requires-Dist: python-box[all]~=6.0.0
36
- Requires-Dist: python-dotenv
37
- Requires-Dist: packaging
38
- Requires-Dist: dnspython[doh]~=2.6.0
39
39
  Requires-Dist: domain2idna~=1.12.0
40
40
  Provides-Extra: dev
41
- Requires-Dist: pylint; extra == "dev"
42
41
  Requires-Dist: black; extra == "dev"
42
+ Requires-Dist: pylint; extra == "dev"
43
43
  Requires-Dist: isort; extra == "dev"
44
44
  Requires-Dist: flake8; extra == "dev"
45
45
  Provides-Extra: docs
46
- Requires-Dist: mkdocs-git-revision-date-localized-plugin~=1.2; extra == "docs"
47
- Requires-Dist: mkdocs-section-index~=0.3; extra == "docs"
48
- Requires-Dist: zipp>=3.19.1; extra == "docs"
46
+ Requires-Dist: mkdocstrings[python]~=0.26; extra == "docs"
47
+ Requires-Dist: mkdocs-gen-files~=0.5; extra == "docs"
49
48
  Requires-Dist: mkdocs-macros-plugin~=1.2; extra == "docs"
50
- Requires-Dist: mkdocs-literate-nav~=0.6; extra == "docs"
51
- Requires-Dist: mkdocs~=1.5; extra == "docs"
52
- Requires-Dist: mkdocs-git-authors-plugin~=0.9; extra == "docs"
53
49
  Requires-Dist: pymdown-extensions~=10.9; extra == "docs"
54
- Requires-Dist: mkdocs-gen-files~=0.5; extra == "docs"
50
+ Requires-Dist: zipp>=3.19.1; extra == "docs"
51
+ Requires-Dist: mkdocs-git-revision-date-localized-plugin~=1.2; extra == "docs"
52
+ Requires-Dist: mkdocs-git-authors-plugin~=0.9; extra == "docs"
53
+ Requires-Dist: mkdocs~=1.5; extra == "docs"
54
+ Requires-Dist: mkdocs-literate-nav~=0.6; extra == "docs"
55
+ Requires-Dist: mkdocs-section-index~=0.3; extra == "docs"
55
56
  Requires-Dist: mkdocs-material~=9.5; extra == "docs"
56
- Requires-Dist: mkdocstrings[python]~=0.26; extra == "docs"
57
57
  Provides-Extra: full
58
- Requires-Dist: cryptography~=42.0; extra == "full"
59
- Requires-Dist: colorama; extra == "full"
60
- Requires-Dist: inflection; extra == "full"
61
- Requires-Dist: PyMySQL; extra == "full"
62
- Requires-Dist: flake8; extra == "full"
63
- Requires-Dist: pymdown-extensions~=10.9; extra == "full"
64
58
  Requires-Dist: mkdocs-gen-files~=0.5; extra == "full"
65
- Requires-Dist: packaging; extra == "full"
66
- Requires-Dist: python-dotenv; extra == "full"
67
- Requires-Dist: mkdocstrings[python]~=0.26; extra == "full"
68
- Requires-Dist: domain2idna~=1.12.0; extra == "full"
69
59
  Requires-Dist: shtab; extra == "full"
70
- Requires-Dist: mkdocs-git-revision-date-localized-plugin~=1.2; extra == "full"
71
- Requires-Dist: mkdocs-section-index~=0.3; extra == "full"
72
- Requires-Dist: tox; extra == "full"
60
+ Requires-Dist: pylint; extra == "full"
61
+ Requires-Dist: pymdown-extensions~=10.9; extra == "full"
62
+ Requires-Dist: zipp>=3.19.1; extra == "full"
63
+ Requires-Dist: inflection; extra == "full"
64
+ Requires-Dist: colorama; extra == "full"
73
65
  Requires-Dist: PyYAML; extra == "full"
74
- Requires-Dist: mkdocs-material~=9.5; extra == "full"
75
66
  Requires-Dist: setuptools>=65.5.1; extra == "full"
76
- Requires-Dist: mkdocs-macros-plugin~=1.2; extra == "full"
77
- Requires-Dist: mkdocs-git-authors-plugin~=0.9; extra == "full"
78
- Requires-Dist: pylint; extra == "full"
67
+ Requires-Dist: SQLAlchemy[postgresql_psycopg2binary]~=2.0; extra == "full"
79
68
  Requires-Dist: coverage; extra == "full"
69
+ Requires-Dist: mkdocs~=1.5; extra == "full"
70
+ Requires-Dist: mkdocs-material~=9.5; extra == "full"
71
+ Requires-Dist: PyMySQL; extra == "full"
72
+ Requires-Dist: mkdocs-macros-plugin~=1.2; extra == "full"
73
+ Requires-Dist: tox; extra == "full"
74
+ Requires-Dist: mkdocstrings[python]~=0.26; extra == "full"
75
+ Requires-Dist: alembic; extra == "full"
80
76
  Requires-Dist: black; extra == "full"
81
- Requires-Dist: isort; extra == "full"
82
- Requires-Dist: dnspython[doh]~=2.6.0; extra == "full"
83
- Requires-Dist: SQLAlchemy[postgresql_psycopg2binary]~=2.0; extra == "full"
77
+ Requires-Dist: packaging; extra == "full"
84
78
  Requires-Dist: requests[socks]<3; extra == "full"
85
- Requires-Dist: alembic; extra == "full"
86
- Requires-Dist: zipp>=3.19.1; extra == "full"
87
- Requires-Dist: mkdocs~=1.5; extra == "full"
88
- Requires-Dist: python-box[all]~=6.0.0; extra == "full"
89
79
  Requires-Dist: mkdocs-literate-nav~=0.6; extra == "full"
80
+ Requires-Dist: dnspython[doh]~=2.6.0; extra == "full"
81
+ Requires-Dist: python-box[all]~=6.0.0; extra == "full"
82
+ Requires-Dist: flake8; extra == "full"
83
+ Requires-Dist: mkdocs-git-revision-date-localized-plugin~=1.2; extra == "full"
84
+ Requires-Dist: python-dotenv; extra == "full"
85
+ Requires-Dist: cryptography~=42.0; extra == "full"
86
+ Requires-Dist: mkdocs-git-authors-plugin~=0.9; extra == "full"
87
+ Requires-Dist: isort; extra == "full"
88
+ Requires-Dist: mkdocs-section-index~=0.3; extra == "full"
89
+ Requires-Dist: domain2idna~=1.12.0; extra == "full"
90
90
  Provides-Extra: psql
91
91
  Requires-Dist: shtab; extra == "psql"
92
- Requires-Dist: SQLAlchemy[postgresql_psycopg2binary]~=2.0; extra == "psql"
93
- Requires-Dist: requests[socks]<3; extra == "psql"
94
- Requires-Dist: setuptools>=65.5.1; extra == "psql"
95
- Requires-Dist: psycopg2; extra == "psql"
92
+ Requires-Dist: dnspython[doh]~=2.6.0; extra == "psql"
93
+ Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
96
94
  Requires-Dist: alembic; extra == "psql"
95
+ Requires-Dist: python-dotenv; extra == "psql"
97
96
  Requires-Dist: cryptography~=42.0; extra == "psql"
97
+ Requires-Dist: inflection; extra == "psql"
98
98
  Requires-Dist: colorama; extra == "psql"
99
+ Requires-Dist: packaging; extra == "psql"
99
100
  Requires-Dist: PyYAML; extra == "psql"
100
- Requires-Dist: inflection; extra == "psql"
101
+ Requires-Dist: requests[socks]<3; extra == "psql"
102
+ Requires-Dist: setuptools>=65.5.1; extra == "psql"
103
+ Requires-Dist: SQLAlchemy[postgresql_psycopg2binary]~=2.0; extra == "psql"
104
+ Requires-Dist: psycopg2; extra == "psql"
101
105
  Requires-Dist: PyMySQL; extra == "psql"
102
- Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
103
- Requires-Dist: python-dotenv; extra == "psql"
104
- Requires-Dist: packaging; extra == "psql"
105
- Requires-Dist: dnspython[doh]~=2.6.0; extra == "psql"
106
106
  Requires-Dist: domain2idna~=1.12.0; extra == "psql"
107
107
  Provides-Extra: test
108
108
  Requires-Dist: coverage; extra == "test"
@@ -4,7 +4,7 @@ PyFunceble/facility.py,sha256=hyEzCCTOgtAS0x88uEtv9xNwIXnDCDvgq5RHcPNDE-A,2626
4
4
  PyFunceble/factory.py,sha256=ETvTe1Ss3VaIhSBOj-ro80XFAYiknsGG9B5oKpubr2s,2576
5
5
  PyFunceble/logger.py,sha256=pmValhdu0XB34FrK1rSgOAhr4spQ8a3QbqQ26jpJHa0,16815
6
6
  PyFunceble/sessions.py,sha256=juHBKHSuVd-tAEIMRj3RXyGyUhZQLEBmeMssd_5qo1U,2568
7
- PyFunceble/storage.py,sha256=a3euS0n3faUCQBHti4L8QrA43bZYs0Mse3oXUhfja2Y,5453
7
+ PyFunceble/storage.py,sha256=bhW5FKPbG3v9AuZ5rkfSoa93Yjht3Jz2nflotZPFp4A,5453
8
8
  PyFunceble/storage_facility.py,sha256=uvW91dOTxF7-2nXxIp2xGI5sDRABBoGMA7D9xfemfGk,4819
9
9
  PyFunceble/checker/__init__.py,sha256=jSCfY25VNBrxLECSgNwU6kTGSl0bM1_JLl_UKvtKP6w,2430
10
10
  PyFunceble/checker/base.py,sha256=WP9Rjl6rvsq69oCaG4a5WDhoWofMpyxfa4K-WY27Gxw,13615
@@ -244,7 +244,7 @@ PyFunceble/helpers/merge.py,sha256=IZGhP2UgFxFl-hpsReFsSRZ9ewL-SDmTkKNH4u7bI7E,6
244
244
  PyFunceble/helpers/regex.py,sha256=qZDE3eAd7jeZTE-WrfZBE9YmCKH114XLlytkYbtjusM,6923
245
245
  PyFunceble/query/__init__.py,sha256=OXBccXLI3j_oCQjNx-_t8YkPUHwg8aZHyKwMj6YmW54,2500
246
246
  PyFunceble/query/http_status_code.py,sha256=IUDjSnUbOn4smtXnm-VgKduWOsGiPX0HJEqKFZUhXyo,11763
247
- PyFunceble/query/platform.py,sha256=rUxu85UxK5aXREEtZ7IeV-ifxWxvU46HuhnmK00r2KE,31452
247
+ PyFunceble/query/platform.py,sha256=wMKR3kabGiDBT0KJxYoekna7NJlQOTVP_ggiIyC5Z1w,31588
248
248
  PyFunceble/query/dns/__init__.py,sha256=kt-JmtbbWD5yaTkifiB4HRxV1Ok99vi3ylt8_bQhHN4,2465
249
249
  PyFunceble/query/dns/nameserver.py,sha256=eKjtrhxtm75GQ7Zhw5L-NBBfYATP5cujJyzdCDiQ2Mk,9782
250
250
  PyFunceble/query/dns/query_tool.py,sha256=-lPLCsb69pGt_mjRseVKwlWfJ9dw7YD7f9-AqVWEBjU,32781
@@ -275,9 +275,9 @@ PyFunceble/utils/__init__.py,sha256=Vnhd0wNrWJulWwUUK-vlv5VWBiKfSnXtI2XH_FyYkBA,
275
275
  PyFunceble/utils/platform.py,sha256=JA6rc6Uyx6czNWR9917HGB-EZyMjMK17kUVagMtEEjs,3906
276
276
  PyFunceble/utils/profile.py,sha256=f9FsKuiN3ScftqqrZ3yGpcIFqGSf616dPT_QvBduqxw,4552
277
277
  PyFunceble/utils/version.py,sha256=LvSiIrQWztuQ1qT7ekiDvh5TateyVRGMFRui73O4wFQ,8371
278
- PyFunceble_dev-4.3.0a3.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
279
- PyFunceble_dev-4.3.0a3.dist-info/METADATA,sha256=x4icI2H-KRAbl4by6oseJnAJCyGgTuKmQwxIEYkofE8,40534
280
- PyFunceble_dev-4.3.0a3.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
281
- PyFunceble_dev-4.3.0a3.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
282
- PyFunceble_dev-4.3.0a3.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
283
- PyFunceble_dev-4.3.0a3.dist-info/RECORD,,
278
+ PyFunceble_dev-4.3.0a4.dist-info/LICENSE,sha256=JBG6UfPnf3940AtwZB6vwAK6YH82Eo6nzMVnjGqopF0,10796
279
+ PyFunceble_dev-4.3.0a4.dist-info/METADATA,sha256=ylGnDYGK-tbZLcvTn-eFp8CcCu_uExxfWs5cUKyox2M,40534
280
+ PyFunceble_dev-4.3.0a4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
281
+ PyFunceble_dev-4.3.0a4.dist-info/entry_points.txt,sha256=Ic1suwopOi_XTgiQi2ErtpY5xT3R8EFMI6B_ONDuR9E,201
282
+ PyFunceble_dev-4.3.0a4.dist-info/top_level.txt,sha256=J7GBKIiNYv93m1AxLy8_gr6ExXyZbMmCVXHMQBTUq2Y,11
283
+ PyFunceble_dev-4.3.0a4.dist-info/RECORD,,