pulp-python-client 3.12.4__py3-none-any.whl → 3.13.0__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 pulp-python-client might be problematic. Click here for more details.
- pulp_python_client-3.13.0.dist-info/METADATA +17 -0
- pulp_python_client-3.13.0.dist-info/RECORD +64 -0
- {pulp_python_client-3.12.4.dist-info → pulp_python_client-3.13.0.dist-info}/WHEEL +1 -1
- pulpcore/client/pulp_python/__init__.py +9 -10
- pulpcore/client/pulp_python/api/__init__.py +1 -2
- pulpcore/client/pulp_python/api/content_packages_api.py +1800 -655
- pulpcore/client/pulp_python/api/distributions_pypi_api.py +3755 -1474
- pulpcore/client/pulp_python/api/publications_pypi_api.py +2574 -982
- pulpcore/client/pulp_python/api/pypi_api.py +302 -128
- pulpcore/client/pulp_python/api/pypi_legacy_api.py +326 -153
- pulpcore/client/pulp_python/api/pypi_metadata_api.py +319 -139
- pulpcore/client/pulp_python/api/pypi_simple_api.py +899 -382
- pulpcore/client/pulp_python/api/remotes_python_api.py +4092 -1589
- pulpcore/client/pulp_python/api/repositories_python_api.py +4380 -1719
- pulpcore/client/pulp_python/api/repositories_python_versions_api.py +1526 -561
- pulpcore/client/pulp_python/api_client.py +444 -313
- pulpcore/client/pulp_python/api_response.py +21 -0
- pulpcore/client/pulp_python/configuration.py +266 -73
- pulpcore/client/pulp_python/exceptions.py +99 -20
- pulpcore/client/pulp_python/models/__init__.py +5 -8
- pulpcore/client/pulp_python/models/async_operation_response.py +60 -96
- pulpcore/client/pulp_python/models/content_summary_response.py +70 -154
- pulpcore/client/pulp_python/models/exclude_platforms_enum.py +19 -82
- pulpcore/client/pulp_python/models/my_permissions_response.py +60 -94
- pulpcore/client/pulp_python/models/nested_role.py +71 -155
- pulpcore/client/pulp_python/models/nested_role_response.py +70 -152
- pulpcore/client/pulp_python/models/object_roles_response.py +70 -96
- pulpcore/client/pulp_python/models/package_metadata_response.py +91 -191
- pulpcore/client/pulp_python/models/package_types_enum.py +23 -86
- pulpcore/client/pulp_python/models/package_upload_task_response.py +85 -154
- pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +94 -181
- pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +94 -181
- pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +94 -181
- pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +94 -181
- pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +94 -181
- pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +94 -181
- pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +108 -330
- pulpcore/client/pulp_python/models/patchedpython_python_remote.py +204 -864
- pulpcore/client/pulp_python/models/patchedpython_python_repository.py +96 -249
- pulpcore/client/pulp_python/models/policy_enum.py +18 -81
- pulpcore/client/pulp_python/models/python_python_distribution.py +108 -332
- pulpcore/client/pulp_python/models/python_python_distribution_response.py +132 -490
- pulpcore/client/pulp_python/models/python_python_package_content_response.py +182 -972
- pulpcore/client/pulp_python/models/python_python_publication.py +68 -127
- pulpcore/client/pulp_python/models/python_python_publication_response.py +93 -269
- pulpcore/client/pulp_python/models/python_python_remote.py +204 -866
- pulpcore/client/pulp_python/models/python_python_remote_response.py +198 -839
- pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +90 -0
- pulpcore/client/pulp_python/models/python_python_repository.py +96 -250
- pulpcore/client/pulp_python/models/python_python_repository_response.py +122 -407
- pulpcore/client/pulp_python/models/repair.py +60 -95
- pulpcore/client/pulp_python/models/repository_add_remove_content.py +71 -157
- pulpcore/client/pulp_python/models/repository_sync_url.py +68 -129
- pulpcore/client/pulp_python/models/repository_version_response.py +104 -296
- pulpcore/client/pulp_python/models/set_label.py +80 -130
- pulpcore/client/pulp_python/models/set_label_response.py +80 -127
- pulpcore/client/pulp_python/models/summary_response.py +70 -160
- pulpcore/client/pulp_python/models/unset_label.py +75 -107
- pulpcore/client/pulp_python/models/unset_label_response.py +78 -129
- pulpcore/client/pulp_python/py.typed +0 -0
- pulpcore/client/pulp_python/rest.py +136 -170
- pulp_python_client-3.12.4.dist-info/METADATA +0 -17
- pulp_python_client-3.12.4.dist-info/RECORD +0 -65
- pulpcore/client/pulp_python/models/package_upload.py +0 -190
- pulpcore/client/pulp_python/models/python_bander_remote.py +0 -184
- pulpcore/client/pulp_python/models/python_python_package_content.py +0 -889
- pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py +0 -149
- {pulp_python_client-3.12.4.dist-info → pulp_python_client-3.13.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: pulp-python-client
|
|
3
|
+
Version: 3.13.0
|
|
4
|
+
Summary: Pulp 3 API
|
|
5
|
+
Home-page:
|
|
6
|
+
Author: Pulp Team
|
|
7
|
+
Author-email: pulp-list@redhat.com
|
|
8
|
+
License: GPLv2+
|
|
9
|
+
Keywords: pulp,pulpcore,client,Pulp 3 API
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
12
|
+
Requires-Dist: python-dateutil<2.10.0,>=2.8.1
|
|
13
|
+
Requires-Dist: pydantic>=2
|
|
14
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
15
|
+
|
|
16
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
17
|
+
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
|
+
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
+
pulpcore/client/pulp_python/__init__.py,sha256=iKNR9l4Pn9Z9-y4or-T-uAQWe0huaWplHnEpAIq2xD8,5786
|
|
4
|
+
pulpcore/client/pulp_python/api_client.py,sha256=cpfgPnTvTY2N4pnjtzbaErJRZ38YCi3NFAniSPpvwv8,27531
|
|
5
|
+
pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
+
pulpcore/client/pulp_python/configuration.py,sha256=_KWFTlrDtFu5HIcFVGk3ph6K1so1KRD9iFo6SJdrf1M,19250
|
|
7
|
+
pulpcore/client/pulp_python/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
|
+
pulpcore/client/pulp_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
pulpcore/client/pulp_python/rest.py,sha256=g0lqBpRHpu0epc6G4Rwk-SnApSsrKrqgdrNqwg-LlQE,9410
|
|
10
|
+
pulpcore/client/pulp_python/api/__init__.py,sha256=gQiZxpv7fnqBIwl4D4hIlxgTmAhabinAwhnQEkEASio,870
|
|
11
|
+
pulpcore/client/pulp_python/api/content_packages_api.py,sha256=-3wo0zERjgp0MUv7F2OjrsdQ5wVD42rTzeFvJhHgTbA,119038
|
|
12
|
+
pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=DVZW2utOnmuWsp29f1Et-ixztGR0hGXZQAuHCObEqcI,169816
|
|
13
|
+
pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=9koy-PPNvtHYBz0XoetbYhVOEPCSxGwyyjJyWiAiC7c,117527
|
|
14
|
+
pulpcore/client/pulp_python/api/pypi_api.py,sha256=Q-dqRlEcWwwYcVVME4332HymiemZH9XIORY5z5jivxE,12877
|
|
15
|
+
pulpcore/client/pulp_python/api/pypi_legacy_api.py,sha256=UITFJNNmCIKv-5z9t3-cnU5hQ2IImL5pKqG7E28aq_A,14937
|
|
16
|
+
pulpcore/client/pulp_python/api/pypi_metadata_api.py,sha256=cVPe77Gq025eB2C9hg_klrOXacXflEji4xyDCK0_t6Q,13826
|
|
17
|
+
pulpcore/client/pulp_python/api/pypi_simple_api.py,sha256=OrME0OMw2PLIMYGWE2vuBuyVhuqyON6-yeK0NdKOVzE,38772
|
|
18
|
+
pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=D9NcwUbhPAKo8ALCuug633RkLbDDThjiRtlrvss7ZSM,195875
|
|
19
|
+
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=-_dQijJBbwjCyOfrqbx_A338zBtCZ-bY39F9mXDr2x8,199551
|
|
20
|
+
pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=4cfsHwm_Vjp2ciIo7igTI0Gb1kzk7HZUPDvdoROjJsE,74063
|
|
21
|
+
pulpcore/client/pulp_python/models/__init__.py,sha256=vVhq0ydtc_OjdnPpmQVfQgqI3TeJ5RF5K9JDxc7bC34,4302
|
|
22
|
+
pulpcore/client/pulp_python/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
23
|
+
pulpcore/client/pulp_python/models/content_summary_response.py,sha256=lu9_HyGS1qnHpEQLJYe_e9rk9VGohiCNSI7mi7ZeobA,2714
|
|
24
|
+
pulpcore/client/pulp_python/models/exclude_platforms_enum.py,sha256=04Ppg5ulYtQgbaOloDE-P8pyUDGjzpCoRWkk5DViO1g,861
|
|
25
|
+
pulpcore/client/pulp_python/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
26
|
+
pulpcore/client/pulp_python/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
27
|
+
pulpcore/client/pulp_python/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
28
|
+
pulpcore/client/pulp_python/models/object_roles_response.py,sha256=g8qD_A928qL-2s2JbhXMGFJeO9k-jIUV-VpM_j-CdMg,2976
|
|
29
|
+
pulpcore/client/pulp_python/models/package_metadata_response.py,sha256=b6IZOCoNFwb8CHAX0Ic3nQ8-tjkqmP_hr66og47Po-k,3559
|
|
30
|
+
pulpcore/client/pulp_python/models/package_types_enum.py,sha256=IxfhKcGOGO-63Uewkd9iYmgNVjD-pFctINtq2l7zwbE,1129
|
|
31
|
+
pulpcore/client/pulp_python/models/package_upload_task_response.py,sha256=j_QpH3B1nI0hbWeQsV6Sv1bulkOu08BvNhhavao0auc,3228
|
|
32
|
+
pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py,sha256=DCwGeTvm3Joc2zZzFwYQMcasol-yUbJRJhpXsaJYnFk,3799
|
|
33
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py,sha256=zIGDcx2h2B3f4jAKjpep6lgi-wUxa85pQ0HSBDSYQFE,3856
|
|
34
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py,sha256=63vgaSBmU3hLTuTScpspMS6ijsvXcjUYDE8NHoqvE5Y,3873
|
|
35
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=EuuNpoq33czk_hwjCpvAmqlVLRcGvaOjUlQO_30mA04,3848
|
|
36
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=I8vYN8_ebtsNfP0bZo31GwPni3gFffXCd9Lb7Eibouw,3808
|
|
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=nJhE9g_i4qWzc6_a0t32G47RxEVYbX-A50wKXW5rjG0,5315
|
|
39
|
+
pulpcore/client/pulp_python/models/patchedpython_python_remote.py,sha256=-7xpiyfBaqdnA-6XEQeTV3xdU-1SYEwKaDt-1xHyT9U,13790
|
|
40
|
+
pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=ofq7dZbPQ13tWddW4042rjZoOVzf3GWaTE1xU4R7oOE,4527
|
|
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=aiSN6w8RQRPJ9QM1P2PJBMU0c7Vmb_v9KTNhj1clpNM,5246
|
|
43
|
+
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=cL2TPh9AJI8T9qTaatoqk1HxepjhG28dgnosmvo3h9Q,6862
|
|
44
|
+
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=dbJCyY3chOMZ7PbsYURrcMkUjsHOBnQyaoO04nIIOng,11414
|
|
45
|
+
pulpcore/client/pulp_python/models/python_python_publication.py,sha256=NUNRy2CVsCeVR-Tw7QxIyhInF0ks5KfuGqiZwdkxTrc,2772
|
|
46
|
+
pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=wkFlShKaSjGp2WMwf78MbmCBvUpB2LNxxzZITwhv5mQ,4212
|
|
47
|
+
pulpcore/client/pulp_python/models/python_python_remote.py,sha256=T4xJdl9lce0-WKCizr875SuhrtrV_vf4cbJXZDV2OAE,13721
|
|
48
|
+
pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=Xse3DAktTmtLUPLqBcv0fvE-N7_LjZRWWVXQA79hYbU,12959
|
|
49
|
+
pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py,sha256=D0wzaYrrq8FFmXt8Y3th0dX-FCvRmtTw6Cz3Q_9Lu6g,2659
|
|
50
|
+
pulpcore/client/pulp_python/models/python_python_repository.py,sha256=Vu1Y3AHvCLmoqWwPgj6WEj_DUZEdpjjFmR6X5_RbHr4,4482
|
|
51
|
+
pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=vALiK0YNrtMSFw7A6xRVGqiOHFQK5fvDGbKSYsjUReM,5954
|
|
52
|
+
pulpcore/client/pulp_python/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
|
|
53
|
+
pulpcore/client/pulp_python/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
|
|
54
|
+
pulpcore/client/pulp_python/models/repository_sync_url.py,sha256=BdTHsJJ7zQzJta874hLiAVkZD105xjhqY5g1QZgOFGw,2964
|
|
55
|
+
pulpcore/client/pulp_python/models/repository_version_response.py,sha256=AQa284yWwfRE3wBDg6t3CJAICBr6ykMOuoeCeC42w-k,5152
|
|
56
|
+
pulpcore/client/pulp_python/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
57
|
+
pulpcore/client/pulp_python/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
58
|
+
pulpcore/client/pulp_python/models/summary_response.py,sha256=mWm8XQn_U5GVTIjuTWDu6E8FslOI00tuJYzUOWnb3ME,2867
|
|
59
|
+
pulpcore/client/pulp_python/models/unset_label.py,sha256=e1iiBwfnsBCYgTyS3GhB6uobbZ_tSQuWKY9bBb7qArI,2856
|
|
60
|
+
pulpcore/client/pulp_python/models/unset_label_response.py,sha256=gw_omrKz4iOsjM9enOif7Sa6hf9_93g0lE1gTBHpMho,3044
|
|
61
|
+
pulp_python_client-3.13.0.dist-info/METADATA,sha256=kqATpVYcFx8M-HipJ8m0PFru8EuJIDxUdfxFuLJSYpo,465
|
|
62
|
+
pulp_python_client-3.13.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
63
|
+
pulp_python_client-3.13.0.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
64
|
+
pulp_python_client-3.13.0.dist-info/RECORD,,
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
"""
|
|
6
6
|
Pulp 3 API
|
|
7
7
|
|
|
8
|
-
Fetch, Upload, Organize, and Distribute Software Packages
|
|
8
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
9
9
|
|
|
10
10
|
The version of the OpenAPI document: v3
|
|
11
11
|
Contact: pulp-list@redhat.com
|
|
12
|
-
Generated by
|
|
13
|
-
"""
|
|
12
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
14
13
|
|
|
14
|
+
Do not edit the class manually.
|
|
15
|
+
""" # noqa: E501
|
|
15
16
|
|
|
16
|
-
from __future__ import absolute_import
|
|
17
17
|
|
|
18
|
-
__version__ = "3.
|
|
18
|
+
__version__ = "3.13.0"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
|
|
@@ -30,13 +30,16 @@ from pulpcore.client.pulp_python.api.repositories_python_api import Repositories
|
|
|
30
30
|
from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
|
|
31
31
|
|
|
32
32
|
# import ApiClient
|
|
33
|
+
from pulpcore.client.pulp_python.api_response import ApiResponse
|
|
33
34
|
from pulpcore.client.pulp_python.api_client import ApiClient
|
|
34
35
|
from pulpcore.client.pulp_python.configuration import Configuration
|
|
35
36
|
from pulpcore.client.pulp_python.exceptions import OpenApiException
|
|
36
37
|
from pulpcore.client.pulp_python.exceptions import ApiTypeError
|
|
37
38
|
from pulpcore.client.pulp_python.exceptions import ApiValueError
|
|
38
39
|
from pulpcore.client.pulp_python.exceptions import ApiKeyError
|
|
40
|
+
from pulpcore.client.pulp_python.exceptions import ApiAttributeError
|
|
39
41
|
from pulpcore.client.pulp_python.exceptions import ApiException
|
|
42
|
+
|
|
40
43
|
# import models into sdk package
|
|
41
44
|
from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse
|
|
42
45
|
from pulpcore.client.pulp_python.models.content_summary_response import ContentSummaryResponse
|
|
@@ -47,7 +50,6 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
47
50
|
from pulpcore.client.pulp_python.models.object_roles_response import ObjectRolesResponse
|
|
48
51
|
from pulpcore.client.pulp_python.models.package_metadata_response import PackageMetadataResponse
|
|
49
52
|
from pulpcore.client.pulp_python.models.package_types_enum import PackageTypesEnum
|
|
50
|
-
from pulpcore.client.pulp_python.models.package_upload import PackageUpload
|
|
51
53
|
from pulpcore.client.pulp_python.models.package_upload_task_response import PackageUploadTaskResponse
|
|
52
54
|
from pulpcore.client.pulp_python.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
|
|
53
55
|
from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_response_list import PaginatedpythonPythonDistributionResponseList
|
|
@@ -59,16 +61,14 @@ from pulpcore.client.pulp_python.models.patchedpython_python_distribution import
|
|
|
59
61
|
from pulpcore.client.pulp_python.models.patchedpython_python_remote import PatchedpythonPythonRemote
|
|
60
62
|
from pulpcore.client.pulp_python.models.patchedpython_python_repository import PatchedpythonPythonRepository
|
|
61
63
|
from pulpcore.client.pulp_python.models.policy_enum import PolicyEnum
|
|
62
|
-
from pulpcore.client.pulp_python.models.python_bander_remote import PythonBanderRemote
|
|
63
64
|
from pulpcore.client.pulp_python.models.python_python_distribution import PythonPythonDistribution
|
|
64
65
|
from pulpcore.client.pulp_python.models.python_python_distribution_response import PythonPythonDistributionResponse
|
|
65
|
-
from pulpcore.client.pulp_python.models.python_python_package_content import PythonPythonPackageContent
|
|
66
66
|
from pulpcore.client.pulp_python.models.python_python_package_content_response import PythonPythonPackageContentResponse
|
|
67
67
|
from pulpcore.client.pulp_python.models.python_python_publication import PythonPythonPublication
|
|
68
68
|
from pulpcore.client.pulp_python.models.python_python_publication_response import PythonPythonPublicationResponse
|
|
69
69
|
from pulpcore.client.pulp_python.models.python_python_remote import PythonPythonRemote
|
|
70
70
|
from pulpcore.client.pulp_python.models.python_python_remote_response import PythonPythonRemoteResponse
|
|
71
|
-
from pulpcore.client.pulp_python.models.
|
|
71
|
+
from pulpcore.client.pulp_python.models.python_python_remote_response_hidden_fields_inner import PythonPythonRemoteResponseHiddenFieldsInner
|
|
72
72
|
from pulpcore.client.pulp_python.models.python_python_repository import PythonPythonRepository
|
|
73
73
|
from pulpcore.client.pulp_python.models.python_python_repository_response import PythonPythonRepositoryResponse
|
|
74
74
|
from pulpcore.client.pulp_python.models.repair import Repair
|
|
@@ -80,4 +80,3 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
80
80
|
from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
|
|
81
81
|
from pulpcore.client.pulp_python.models.unset_label import UnsetLabel
|
|
82
82
|
from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelResponse
|
|
83
|
-
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
from __future__ import absolute_import
|
|
2
|
-
|
|
3
1
|
# flake8: noqa
|
|
4
2
|
|
|
5
3
|
# import apis into api package
|
|
@@ -13,3 +11,4 @@ from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
|
|
|
13
11
|
from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
|
|
14
12
|
from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
|
|
15
13
|
from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
|
|
14
|
+
|