crc-pulp-python-client 20250922.2__py3-none-any.whl → 20251112.1__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.
Potentially problematic release.
This version of crc-pulp-python-client might be problematic. Click here for more details.
- crc_pulp_python_client-20251112.1.dist-info/METADATA +7928 -0
- {crc_pulp_python_client-20250922.2.dist-info → crc_pulp_python_client-20251112.1.dist-info}/RECORD +20 -20
- pulpcore/client/pulp_python/__init__.py +4 -4
- pulpcore/client/pulp_python/api/__init__.py +3 -3
- pulpcore/client/pulp_python/api/{pypi_legacy_api.py → api_legacy_api.py} +2 -2
- pulpcore/client/pulp_python/api/{pypi_api.py → api_pypi_api.py} +2 -2
- pulpcore/client/pulp_python/api/{pypi_simple_api.py → api_simple_api.py} +42 -8
- pulpcore/client/pulp_python/api/content_packages_api.py +36 -6
- pulpcore/client/pulp_python/api/distributions_pypi_api.py +16 -10
- pulpcore/client/pulp_python/api/pypi_metadata_api.py +1 -1
- pulpcore/client/pulp_python/api/remotes_python_api.py +16 -10
- pulpcore/client/pulp_python/api/repositories_python_api.py +16 -10
- pulpcore/client/pulp_python/api_client.py +1 -1
- pulpcore/client/pulp_python/configuration.py +3 -3
- pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +8 -1
- pulpcore/client/pulp_python/models/python_python_distribution.py +8 -1
- pulpcore/client/pulp_python/models/python_python_distribution_response.py +8 -1
- pulpcore/client/pulp_python/models/python_python_package_content_response.py +9 -2
- crc_pulp_python_client-20250922.2.dist-info/METADATA +0 -25
- {crc_pulp_python_client-20250922.2.dist-info → crc_pulp_python_client-20251112.1.dist-info}/WHEEL +0 -0
- {crc_pulp_python_client-20250922.2.dist-info → crc_pulp_python_client-20251112.1.dist-info}/top_level.txt +0 -0
{crc_pulp_python_client-20250922.2.dist-info → crc_pulp_python_client-20251112.1.dist-info}/RECORD
RENAMED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulp_python/__init__.py,sha256=
|
|
4
|
-
pulpcore/client/pulp_python/api_client.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_python/__init__.py,sha256=3MdThz4t33h0M2x1UWtjcouQS0eoq8gOOoeq0NGEN_8,5793
|
|
4
|
+
pulpcore/client/pulp_python/api_client.py,sha256=qejhlzcY2MfP4zjlvbTT4Oat8qj0N7edofLC9alumZc,27515
|
|
5
5
|
pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulp_python/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulp_python/configuration.py,sha256=q1jxo5N-9a8BsFpChzakVHjIFV8wF_NRkyxKdNfesBM,19683
|
|
7
7
|
pulpcore/client/pulp_python/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
8
|
pulpcore/client/pulp_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulp_python/rest.py,sha256=g0lqBpRHpu0epc6G4Rwk-SnApSsrKrqgdrNqwg-LlQE,9410
|
|
10
|
-
pulpcore/client/pulp_python/api/__init__.py,sha256=
|
|
11
|
-
pulpcore/client/pulp_python/api/
|
|
12
|
-
pulpcore/client/pulp_python/api/
|
|
10
|
+
pulpcore/client/pulp_python/api/__init__.py,sha256=2JpLCSYOGsSKSVhOH9-Mc7mg59egjluS7XwWl3spxzw,873
|
|
11
|
+
pulpcore/client/pulp_python/api/api_legacy_api.py,sha256=Q-v1KL_o06VbrsACl6PUb6r9GcSeCHgAB_QIYW8Cu14,16641
|
|
12
|
+
pulpcore/client/pulp_python/api/api_pypi_api.py,sha256=ULl3RsdIez3kKTrT97HZ7JLeWWQV4_xKN6hhbLCSvvY,14579
|
|
13
|
+
pulpcore/client/pulp_python/api/api_simple_api.py,sha256=JA9k1_kTt1oyF-kZHJSPviJS55zbz7L2uPkeN8YtpUQ,44569
|
|
14
|
+
pulpcore/client/pulp_python/api/content_packages_api.py,sha256=gL2EFMHoZbrAtCrd_WZ6B3N1KM8NH5cBfk6GZ4O0SHI,208476
|
|
15
|
+
pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=HngjdQhVpH6L82rcLnz7gQH1uxvrQ-mD5VJnsNEKf4k,186303
|
|
13
16
|
pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=AUEjjkXxbrbi-kZpY105aXKru1-UGV8e1kfgVrZ_atQ,128990
|
|
14
|
-
pulpcore/client/pulp_python/api/
|
|
15
|
-
pulpcore/client/pulp_python/api/
|
|
16
|
-
pulpcore/client/pulp_python/api/
|
|
17
|
-
pulpcore/client/pulp_python/api/pypi_simple_api.py,sha256=VZbRN97cpd3BVzoJ7aXrE2n_Z49xPVaJoIn3KSI5h1s,43554
|
|
18
|
-
pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=iT_AeFEvmQ8YPIO4l8r9A12OtXgvJZ_69d_K5gqm_CE,212142
|
|
19
|
-
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=Jq4jklKer-zloV9M1jF1rfY8IqFEjjDuYSQigQPlX0I,228146
|
|
17
|
+
pulpcore/client/pulp_python/api/pypi_metadata_api.py,sha256=U2Bd8hNodnJg82gahAKbS1tqkZjyXHI4KIKLgn2tBnw,15525
|
|
18
|
+
pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=HcSET_wQMAiH_rXeLwhf0IXs_2vwdH4lJneu9W1phpw,212626
|
|
19
|
+
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=i8SOVksVjStA6zIXM4MdvzjdjtAuetxmSDORfWR8mNE,228670
|
|
20
20
|
pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=ZdlUJn5fCLRlRtbpGW7NK1WPZSRya26jUC3U7b4W0vE,78975
|
|
21
21
|
pulpcore/client/pulp_python/models/__init__.py,sha256=vVhq0ydtc_OjdnPpmQVfQgqI3TeJ5RF5K9JDxc7bC34,4302
|
|
22
22
|
pulpcore/client/pulp_python/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
@@ -35,13 +35,13 @@ pulpcore/client/pulp_python/models/paginatedpython_python_package_content_respon
|
|
|
35
35
|
pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=EuuNpoq33czk_hwjCpvAmqlVLRcGvaOjUlQO_30mA04,3848
|
|
36
36
|
pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=I8vYN8_ebtsNfP0bZo31GwPni3gFffXCd9Lb7Eibouw,3808
|
|
37
37
|
pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py,sha256=akKY8SOimEW3kgodkKmHVw_-qQUnF5R6FQ_VoaLhrKA,3840
|
|
38
|
-
pulpcore/client/pulp_python/models/patchedpython_python_distribution.py,sha256=
|
|
38
|
+
pulpcore/client/pulp_python/models/patchedpython_python_distribution.py,sha256=zeviIUWqoXgvg0tJcxO_ljoa_LKzto1Ln86UmQlx5rM,5770
|
|
39
39
|
pulpcore/client/pulp_python/models/patchedpython_python_remote.py,sha256=-7xpiyfBaqdnA-6XEQeTV3xdU-1SYEwKaDt-1xHyT9U,13790
|
|
40
40
|
pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=ofq7dZbPQ13tWddW4042rjZoOVzf3GWaTE1xU4R7oOE,4527
|
|
41
41
|
pulpcore/client/pulp_python/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
|
|
42
|
-
pulpcore/client/pulp_python/models/python_python_distribution.py,sha256=
|
|
43
|
-
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=
|
|
44
|
-
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=
|
|
42
|
+
pulpcore/client/pulp_python/models/python_python_distribution.py,sha256=HYfWg26C-s9VDKAWJu0WVwrGv9qvKuWPlSW_vWH6TaU,5701
|
|
43
|
+
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=9K4HrULwaoCPFI50IJkzgxUtRVbXGHz0UjESC3VvDtk,7317
|
|
44
|
+
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=usuenYNot4QzhYMzZFlW-Ij8CNKhPLL2F7WcD2lGEDc,14257
|
|
45
45
|
pulpcore/client/pulp_python/models/python_python_publication.py,sha256=NUNRy2CVsCeVR-Tw7QxIyhInF0ks5KfuGqiZwdkxTrc,2772
|
|
46
46
|
pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=wkFlShKaSjGp2WMwf78MbmCBvUpB2LNxxzZITwhv5mQ,4212
|
|
47
47
|
pulpcore/client/pulp_python/models/python_python_remote.py,sha256=T4xJdl9lce0-WKCizr875SuhrtrV_vf4cbJXZDV2OAE,13721
|
|
@@ -58,7 +58,7 @@ pulpcore/client/pulp_python/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUm
|
|
|
58
58
|
pulpcore/client/pulp_python/models/summary_response.py,sha256=mWm8XQn_U5GVTIjuTWDu6E8FslOI00tuJYzUOWnb3ME,2867
|
|
59
59
|
pulpcore/client/pulp_python/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
60
60
|
pulpcore/client/pulp_python/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
61
|
-
crc_pulp_python_client-
|
|
62
|
-
crc_pulp_python_client-
|
|
63
|
-
crc_pulp_python_client-
|
|
64
|
-
crc_pulp_python_client-
|
|
61
|
+
crc_pulp_python_client-20251112.1.dist-info/METADATA,sha256=k0EhTS9KYlIRu6cTSUXltra7LKagN5yw2IlB3BZS09w,399492
|
|
62
|
+
crc_pulp_python_client-20251112.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
63
|
+
crc_pulp_python_client-20251112.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
64
|
+
crc_pulp_python_client-20251112.1.dist-info/RECORD,,
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "
|
|
18
|
+
__version__ = "20251112.1"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
|
+
from pulpcore.client.pulp_python.api.api_legacy_api import ApiLegacyApi
|
|
22
|
+
from pulpcore.client.pulp_python.api.api_pypi_api import ApiPypiApi
|
|
23
|
+
from pulpcore.client.pulp_python.api.api_simple_api import ApiSimpleApi
|
|
21
24
|
from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
|
|
22
25
|
from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
|
|
23
26
|
from pulpcore.client.pulp_python.api.publications_pypi_api import PublicationsPypiApi
|
|
24
|
-
from pulpcore.client.pulp_python.api.pypi_api import PypiApi
|
|
25
|
-
from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi
|
|
26
27
|
from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
|
|
27
|
-
from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
|
|
28
28
|
from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
|
|
29
29
|
from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
|
|
30
30
|
from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# flake8: noqa
|
|
2
2
|
|
|
3
3
|
# import apis into api package
|
|
4
|
+
from pulpcore.client.pulp_python.api.api_legacy_api import ApiLegacyApi
|
|
5
|
+
from pulpcore.client.pulp_python.api.api_pypi_api import ApiPypiApi
|
|
6
|
+
from pulpcore.client.pulp_python.api.api_simple_api import ApiSimpleApi
|
|
4
7
|
from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
|
|
5
8
|
from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
|
|
6
9
|
from pulpcore.client.pulp_python.api.publications_pypi_api import PublicationsPypiApi
|
|
7
|
-
from pulpcore.client.pulp_python.api.pypi_api import PypiApi
|
|
8
|
-
from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi
|
|
9
10
|
from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
|
|
10
|
-
from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
|
|
11
11
|
from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
|
|
12
12
|
from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
|
|
13
13
|
from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
|
|
@@ -27,7 +27,7 @@ from pulpcore.client.pulp_python.api_response import ApiResponse
|
|
|
27
27
|
from pulpcore.client.pulp_python.rest import RESTResponseType
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
class
|
|
30
|
+
class ApiLegacyApi:
|
|
31
31
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
32
32
|
Ref: https://openapi-generator.tech
|
|
33
33
|
|
|
@@ -377,7 +377,7 @@ class PypiLegacyApi:
|
|
|
377
377
|
|
|
378
378
|
return self.api_client.param_serialize(
|
|
379
379
|
method='POST',
|
|
380
|
-
resource_path='/pypi/{pulp_domain}/{path}/legacy/',
|
|
380
|
+
resource_path='/api/pypi/{pulp_domain}/{path}/legacy/',
|
|
381
381
|
path_params=_path_params,
|
|
382
382
|
query_params=_query_params,
|
|
383
383
|
header_params=_header_params,
|
|
@@ -27,7 +27,7 @@ from pulpcore.client.pulp_python.api_response import ApiResponse
|
|
|
27
27
|
from pulpcore.client.pulp_python.rest import RESTResponseType
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
class
|
|
30
|
+
class ApiPypiApi:
|
|
31
31
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
32
32
|
Ref: https://openapi-generator.tech
|
|
33
33
|
|
|
@@ -354,7 +354,7 @@ class PypiApi:
|
|
|
354
354
|
|
|
355
355
|
return self.api_client.param_serialize(
|
|
356
356
|
method='GET',
|
|
357
|
-
resource_path='/pypi/{pulp_domain}/{path}/',
|
|
357
|
+
resource_path='/api/pypi/{pulp_domain}/{path}/',
|
|
358
358
|
path_params=_path_params,
|
|
359
359
|
query_params=_query_params,
|
|
360
360
|
header_params=_header_params,
|
|
@@ -17,7 +17,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
|
17
17
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
18
18
|
from typing_extensions import Annotated
|
|
19
19
|
|
|
20
|
-
from pydantic import Field, StrictBytes, StrictStr
|
|
20
|
+
from pydantic import Field, StrictBytes, StrictStr, field_validator
|
|
21
21
|
from typing import List, Optional, Tuple, Union
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from pulpcore.client.pulp_python.models.package_upload_task_response import PackageUploadTaskResponse
|
|
@@ -27,7 +27,7 @@ from pulpcore.client.pulp_python.api_response import ApiResponse
|
|
|
27
27
|
from pulpcore.client.pulp_python.rest import RESTResponseType
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
class
|
|
30
|
+
class ApiSimpleApi:
|
|
31
31
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
32
32
|
Ref: https://openapi-generator.tech
|
|
33
33
|
|
|
@@ -374,7 +374,7 @@ class PypiSimpleApi:
|
|
|
374
374
|
|
|
375
375
|
return self.api_client.param_serialize(
|
|
376
376
|
method='POST',
|
|
377
|
-
resource_path='/pypi/{pulp_domain}/{path}/simple/',
|
|
377
|
+
resource_path='/api/pypi/{pulp_domain}/{path}/simple/',
|
|
378
378
|
path_params=_path_params,
|
|
379
379
|
query_params=_query_params,
|
|
380
380
|
header_params=_header_params,
|
|
@@ -396,6 +396,7 @@ class PypiSimpleApi:
|
|
|
396
396
|
package: StrictStr,
|
|
397
397
|
path: StrictStr,
|
|
398
398
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
399
|
+
format: Optional[StrictStr] = None,
|
|
399
400
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
400
401
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
401
402
|
pulp_domain: StrictStr = "default",
|
|
@@ -414,7 +415,7 @@ class PypiSimpleApi:
|
|
|
414
415
|
) -> None:
|
|
415
416
|
"""Get package simple page
|
|
416
417
|
|
|
417
|
-
Retrieves the simple api html page for a package.
|
|
418
|
+
Retrieves the simple api html/json page for a package.
|
|
418
419
|
|
|
419
420
|
:param package: (required)
|
|
420
421
|
:type package: str
|
|
@@ -424,6 +425,8 @@ class PypiSimpleApi:
|
|
|
424
425
|
:type pulp_domain: str
|
|
425
426
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
426
427
|
:type x_task_diagnostics: List[str]
|
|
428
|
+
:param format:
|
|
429
|
+
:type format: str
|
|
427
430
|
:param fields: A list of fields to include in the response.
|
|
428
431
|
:type fields: List[str]
|
|
429
432
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -455,6 +458,7 @@ class PypiSimpleApi:
|
|
|
455
458
|
path=path,
|
|
456
459
|
pulp_domain=pulp_domain,
|
|
457
460
|
x_task_diagnostics=x_task_diagnostics,
|
|
461
|
+
format=format,
|
|
458
462
|
fields=fields,
|
|
459
463
|
exclude_fields=exclude_fields,
|
|
460
464
|
_request_auth=_request_auth,
|
|
@@ -483,6 +487,7 @@ class PypiSimpleApi:
|
|
|
483
487
|
package: StrictStr,
|
|
484
488
|
path: StrictStr,
|
|
485
489
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
490
|
+
format: Optional[StrictStr] = None,
|
|
486
491
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
487
492
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
488
493
|
pulp_domain: StrictStr = "default",
|
|
@@ -501,7 +506,7 @@ class PypiSimpleApi:
|
|
|
501
506
|
) -> ApiResponse[None]:
|
|
502
507
|
"""Get package simple page
|
|
503
508
|
|
|
504
|
-
Retrieves the simple api html page for a package.
|
|
509
|
+
Retrieves the simple api html/json page for a package.
|
|
505
510
|
|
|
506
511
|
:param package: (required)
|
|
507
512
|
:type package: str
|
|
@@ -511,6 +516,8 @@ class PypiSimpleApi:
|
|
|
511
516
|
:type pulp_domain: str
|
|
512
517
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
513
518
|
:type x_task_diagnostics: List[str]
|
|
519
|
+
:param format:
|
|
520
|
+
:type format: str
|
|
514
521
|
:param fields: A list of fields to include in the response.
|
|
515
522
|
:type fields: List[str]
|
|
516
523
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -542,6 +549,7 @@ class PypiSimpleApi:
|
|
|
542
549
|
path=path,
|
|
543
550
|
pulp_domain=pulp_domain,
|
|
544
551
|
x_task_diagnostics=x_task_diagnostics,
|
|
552
|
+
format=format,
|
|
545
553
|
fields=fields,
|
|
546
554
|
exclude_fields=exclude_fields,
|
|
547
555
|
_request_auth=_request_auth,
|
|
@@ -570,6 +578,7 @@ class PypiSimpleApi:
|
|
|
570
578
|
package: StrictStr,
|
|
571
579
|
path: StrictStr,
|
|
572
580
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
581
|
+
format: Optional[StrictStr] = None,
|
|
573
582
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
574
583
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
575
584
|
pulp_domain: StrictStr = "default",
|
|
@@ -588,7 +597,7 @@ class PypiSimpleApi:
|
|
|
588
597
|
) -> RESTResponseType:
|
|
589
598
|
"""Get package simple page
|
|
590
599
|
|
|
591
|
-
Retrieves the simple api html page for a package.
|
|
600
|
+
Retrieves the simple api html/json page for a package.
|
|
592
601
|
|
|
593
602
|
:param package: (required)
|
|
594
603
|
:type package: str
|
|
@@ -598,6 +607,8 @@ class PypiSimpleApi:
|
|
|
598
607
|
:type pulp_domain: str
|
|
599
608
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
600
609
|
:type x_task_diagnostics: List[str]
|
|
610
|
+
:param format:
|
|
611
|
+
:type format: str
|
|
601
612
|
:param fields: A list of fields to include in the response.
|
|
602
613
|
:type fields: List[str]
|
|
603
614
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -629,6 +640,7 @@ class PypiSimpleApi:
|
|
|
629
640
|
path=path,
|
|
630
641
|
pulp_domain=pulp_domain,
|
|
631
642
|
x_task_diagnostics=x_task_diagnostics,
|
|
643
|
+
format=format,
|
|
632
644
|
fields=fields,
|
|
633
645
|
exclude_fields=exclude_fields,
|
|
634
646
|
_request_auth=_request_auth,
|
|
@@ -653,6 +665,7 @@ class PypiSimpleApi:
|
|
|
653
665
|
path,
|
|
654
666
|
pulp_domain,
|
|
655
667
|
x_task_diagnostics,
|
|
668
|
+
format,
|
|
656
669
|
fields,
|
|
657
670
|
exclude_fields,
|
|
658
671
|
_request_auth,
|
|
@@ -686,6 +699,10 @@ class PypiSimpleApi:
|
|
|
686
699
|
if pulp_domain is not None:
|
|
687
700
|
_path_params['pulp_domain'] = pulp_domain
|
|
688
701
|
# process the query parameters
|
|
702
|
+
if format is not None:
|
|
703
|
+
|
|
704
|
+
_query_params.append(('format', format))
|
|
705
|
+
|
|
689
706
|
if fields is not None:
|
|
690
707
|
|
|
691
708
|
_query_params.append(('fields', fields))
|
|
@@ -709,7 +726,7 @@ class PypiSimpleApi:
|
|
|
709
726
|
|
|
710
727
|
return self.api_client.param_serialize(
|
|
711
728
|
method='GET',
|
|
712
|
-
resource_path='/pypi/{pulp_domain}/{path}/simple/{package}/',
|
|
729
|
+
resource_path='/api/pypi/{pulp_domain}/{path}/simple/{package}/',
|
|
713
730
|
path_params=_path_params,
|
|
714
731
|
query_params=_query_params,
|
|
715
732
|
header_params=_header_params,
|
|
@@ -730,6 +747,7 @@ class PypiSimpleApi:
|
|
|
730
747
|
self,
|
|
731
748
|
path: StrictStr,
|
|
732
749
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
750
|
+
format: Optional[StrictStr] = None,
|
|
733
751
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
734
752
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
735
753
|
pulp_domain: StrictStr = "default",
|
|
@@ -756,6 +774,8 @@ class PypiSimpleApi:
|
|
|
756
774
|
:type pulp_domain: str
|
|
757
775
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
758
776
|
:type x_task_diagnostics: List[str]
|
|
777
|
+
:param format:
|
|
778
|
+
:type format: str
|
|
759
779
|
:param fields: A list of fields to include in the response.
|
|
760
780
|
:type fields: List[str]
|
|
761
781
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -786,6 +806,7 @@ class PypiSimpleApi:
|
|
|
786
806
|
path=path,
|
|
787
807
|
pulp_domain=pulp_domain,
|
|
788
808
|
x_task_diagnostics=x_task_diagnostics,
|
|
809
|
+
format=format,
|
|
789
810
|
fields=fields,
|
|
790
811
|
exclude_fields=exclude_fields,
|
|
791
812
|
_request_auth=_request_auth,
|
|
@@ -813,6 +834,7 @@ class PypiSimpleApi:
|
|
|
813
834
|
self,
|
|
814
835
|
path: StrictStr,
|
|
815
836
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
837
|
+
format: Optional[StrictStr] = None,
|
|
816
838
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
817
839
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
818
840
|
pulp_domain: StrictStr = "default",
|
|
@@ -839,6 +861,8 @@ class PypiSimpleApi:
|
|
|
839
861
|
:type pulp_domain: str
|
|
840
862
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
841
863
|
:type x_task_diagnostics: List[str]
|
|
864
|
+
:param format:
|
|
865
|
+
:type format: str
|
|
842
866
|
:param fields: A list of fields to include in the response.
|
|
843
867
|
:type fields: List[str]
|
|
844
868
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -869,6 +893,7 @@ class PypiSimpleApi:
|
|
|
869
893
|
path=path,
|
|
870
894
|
pulp_domain=pulp_domain,
|
|
871
895
|
x_task_diagnostics=x_task_diagnostics,
|
|
896
|
+
format=format,
|
|
872
897
|
fields=fields,
|
|
873
898
|
exclude_fields=exclude_fields,
|
|
874
899
|
_request_auth=_request_auth,
|
|
@@ -896,6 +921,7 @@ class PypiSimpleApi:
|
|
|
896
921
|
self,
|
|
897
922
|
path: StrictStr,
|
|
898
923
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
924
|
+
format: Optional[StrictStr] = None,
|
|
899
925
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
900
926
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
901
927
|
pulp_domain: StrictStr = "default",
|
|
@@ -922,6 +948,8 @@ class PypiSimpleApi:
|
|
|
922
948
|
:type pulp_domain: str
|
|
923
949
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
924
950
|
:type x_task_diagnostics: List[str]
|
|
951
|
+
:param format:
|
|
952
|
+
:type format: str
|
|
925
953
|
:param fields: A list of fields to include in the response.
|
|
926
954
|
:type fields: List[str]
|
|
927
955
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -952,6 +980,7 @@ class PypiSimpleApi:
|
|
|
952
980
|
path=path,
|
|
953
981
|
pulp_domain=pulp_domain,
|
|
954
982
|
x_task_diagnostics=x_task_diagnostics,
|
|
983
|
+
format=format,
|
|
955
984
|
fields=fields,
|
|
956
985
|
exclude_fields=exclude_fields,
|
|
957
986
|
_request_auth=_request_auth,
|
|
@@ -975,6 +1004,7 @@ class PypiSimpleApi:
|
|
|
975
1004
|
path,
|
|
976
1005
|
pulp_domain,
|
|
977
1006
|
x_task_diagnostics,
|
|
1007
|
+
format,
|
|
978
1008
|
fields,
|
|
979
1009
|
exclude_fields,
|
|
980
1010
|
_request_auth,
|
|
@@ -1006,6 +1036,10 @@ class PypiSimpleApi:
|
|
|
1006
1036
|
if pulp_domain is not None:
|
|
1007
1037
|
_path_params['pulp_domain'] = pulp_domain
|
|
1008
1038
|
# process the query parameters
|
|
1039
|
+
if format is not None:
|
|
1040
|
+
|
|
1041
|
+
_query_params.append(('format', format))
|
|
1042
|
+
|
|
1009
1043
|
if fields is not None:
|
|
1010
1044
|
|
|
1011
1045
|
_query_params.append(('fields', fields))
|
|
@@ -1029,7 +1063,7 @@ class PypiSimpleApi:
|
|
|
1029
1063
|
|
|
1030
1064
|
return self.api_client.param_serialize(
|
|
1031
1065
|
method='GET',
|
|
1032
|
-
resource_path='/pypi/{pulp_domain}/{path}/simple/',
|
|
1066
|
+
resource_path='/api/pypi/{pulp_domain}/{path}/simple/',
|
|
1033
1067
|
path_params=_path_params,
|
|
1034
1068
|
query_params=_query_params,
|
|
1035
1069
|
header_params=_header_params,
|