crc-pulp-python-client 20250828.3__py3-none-any.whl → 20250829.2__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.

Files changed (68) hide show
  1. {crc_pulp_python_client-20250828.3.dist-info → crc_pulp_python_client-20250829.2.dist-info}/METADATA +1 -1
  2. crc_pulp_python_client-20250829.2.dist-info/RECORD +64 -0
  3. crc_pulp_python_client-20250829.2.dist-info/top_level.txt +1 -0
  4. pulpcore/client/__init__.py +2 -0
  5. pulpcore/client/pulp_python/__init__.py +82 -0
  6. pulpcore/client/pulp_python/api/__init__.py +14 -0
  7. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/content_packages_api.py +774 -16
  8. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/distributions_pypi_api.py +17 -17
  9. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/publications_pypi_api.py +12 -12
  10. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/pypi_api.py +4 -4
  11. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/pypi_legacy_api.py +4 -4
  12. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/pypi_metadata_api.py +4 -4
  13. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/pypi_simple_api.py +4 -4
  14. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/remotes_python_api.py +17 -17
  15. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/repositories_python_api.py +19 -19
  16. {crc-pulp_python-client → pulpcore/client/pulp_python}/api/repositories_python_versions_api.py +8 -8
  17. {crc-pulp_python-client → pulpcore/client/pulp_python}/api_client.py +7 -7
  18. {crc-pulp_python-client → pulpcore/client/pulp_python}/configuration.py +6 -6
  19. pulpcore/client/pulp_python/models/__init__.py +56 -0
  20. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/object_roles_response.py +1 -1
  21. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/paginated_repository_version_response_list.py +1 -1
  22. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/paginatedpython_python_distribution_response_list.py +1 -1
  23. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/paginatedpython_python_package_content_response_list.py +1 -1
  24. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/paginatedpython_python_publication_response_list.py +1 -1
  25. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/paginatedpython_python_remote_response_list.py +1 -1
  26. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/paginatedpython_python_repository_response_list.py +1 -1
  27. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/patchedpython_python_remote.py +3 -3
  28. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_package_content_response.py +1 -1
  29. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_remote.py +3 -3
  30. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_remote_response.py +4 -4
  31. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/repository_version_response.py +1 -1
  32. {crc-pulp_python-client → pulpcore/client/pulp_python}/rest.py +1 -1
  33. crc-pulp_python-client/api/__init__.py +0 -14
  34. crc-pulp_python-client/models/__init__.py +0 -56
  35. crc_pulp_python_client-20250828.3.dist-info/RECORD +0 -62
  36. crc_pulp_python_client-20250828.3.dist-info/top_level.txt +0 -1
  37. {crc_pulp_python_client-20250828.3.dist-info → crc_pulp_python_client-20250829.2.dist-info}/WHEEL +0 -0
  38. {crc-pulp_python-client → pulpcore}/__init__.py +0 -0
  39. {crc-pulp_python-client → pulpcore/client/pulp_python}/api_response.py +0 -0
  40. {crc-pulp_python-client → pulpcore/client/pulp_python}/exceptions.py +0 -0
  41. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/async_operation_response.py +0 -0
  42. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/content_summary_response.py +0 -0
  43. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/exclude_platforms_enum.py +0 -0
  44. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/my_permissions_response.py +0 -0
  45. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/nested_role.py +0 -0
  46. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/nested_role_response.py +0 -0
  47. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/package_metadata_response.py +0 -0
  48. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/package_types_enum.py +0 -0
  49. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/package_upload_task_response.py +0 -0
  50. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/patchedpython_python_distribution.py +0 -0
  51. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/patchedpython_python_repository.py +0 -0
  52. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/policy_enum.py +0 -0
  53. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_distribution.py +0 -0
  54. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_distribution_response.py +0 -0
  55. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_publication.py +0 -0
  56. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_publication_response.py +0 -0
  57. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  58. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_repository.py +0 -0
  59. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/python_python_repository_response.py +0 -0
  60. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/repair.py +0 -0
  61. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/repository_add_remove_content.py +0 -0
  62. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/repository_sync_url.py +0 -0
  63. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/set_label.py +0 -0
  64. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/set_label_response.py +0 -0
  65. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/summary_response.py +0 -0
  66. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/unset_label.py +0 -0
  67. {crc-pulp_python-client → pulpcore/client/pulp_python}/models/unset_label_response.py +0 -0
  68. {crc-pulp_python-client → pulpcore/client/pulp_python}/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20250828.3
3
+ Version: 20250829.2
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -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=oHHR8xMam147ywz7ySFs19sB2UaXD-L9PpKMRqJt4xc,5790
4
+ pulpcore/client/pulp_python/api_client.py,sha256=ehUDz77qFGCGZRB8NhmZ8bQwlgKscnayzr8rG0WMtaI,27535
5
+ pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
+ pulpcore/client/pulp_python/configuration.py,sha256=imsG8XzqOQumjbC-yvHJARf2YhrzYBCNaIUMYQzeXZk,19683
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=r0EViPiJ-p609F47D6tAUqfuIKNkZLUnOUeBOc1CcW4,192966
12
+ pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=Kz1ZlY_PN3GN2pcVLsfCc_qnmf76rU0YRttdCR2BSI4,185759
13
+ pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=AUEjjkXxbrbi-kZpY105aXKru1-UGV8e1kfgVrZ_atQ,128990
14
+ pulpcore/client/pulp_python/api/pypi_api.py,sha256=rl0ROS-CRInox9H2blguu6NYFw5DAUlcaGt3uX5DhME,14572
15
+ pulpcore/client/pulp_python/api/pypi_legacy_api.py,sha256=dR0kw2Ind8RLc3pTOvJqXLieEO80ci_d5GkJiKU3Fuk,16638
16
+ pulpcore/client/pulp_python/api/pypi_metadata_api.py,sha256=IX3-0opYe7vx-9xWKBpewZmhh68ZjP0cGlqK0FzHtDI,15521
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
20
+ pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=ZdlUJn5fCLRlRtbpGW7NK1WPZSRya26jUC3U7b4W0vE,78975
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=PyZPw5J1nemrMyLVpTUgX6XWhsltaBtrrbIZOjakAyE,3444
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=D1A_88b5OoZM5Fl5JsSXYrJbX6RESHp5Yuga09wlLuM,3385
33
+ pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py,sha256=yqThCYQSKroVmx41d6R4Lcv3PB_D1YJQNYOxCQdFu1Q,3442
34
+ pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py,sha256=4m7ZG4kYk829BZv3N7hrdwEz022Auv4Lg20CBALdFhc,3459
35
+ pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=EM1C00fFeH_BE5tfdlZOEJk248OpGQmVm-eEQvPSjWE,3434
36
+ pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=cab5IKWgN5k4qCtKkaPlQtXtSvpDQmGWmyua0v5-Q0g,3394
37
+ pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py,sha256=iVP4aCACVax0Yxvl9dmiTPrsRL-MsqsvKpOqLnG-5nA,3426
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=82FGmWAjPgMZPW2hc0z_hit44Xc5KyrTKg-ISpkkxl4,13759
40
+ pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=jG5ppskChxxXy3kbp_0u_y6pF6bP7ARr-11O0ZW0rJs,4507
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=zMJADM_YMNAIr-JWot2gFKMCrVxLhf1YPIQ-t8d7rZI,12630
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=vk-5u_jQpVw67QqpIK6al-KzGJieAqnNN_pCr0Z6k3g,4133
47
+ pulpcore/client/pulp_python/models/python_python_remote.py,sha256=I0lnLNJBJ0Jg-Z8EjdyYrvBpenuw_tQTdlB55vgKdbY,13690
48
+ pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=8eiEhsZqvC5j_NQE6KOY4ZkUdiJRx-w8BsEW7_bdQ4U,12849
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=ACpupPWWakFAZ11DnMbZIrb3A476d_yM7KkBWBNqh84,4462
51
+ pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=4L7tfEjh5XC06mOCeZc59TUUfUj1_rHt10xUMakOHew,5894
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=FYz58aI7pAU4AYYlo0OTaf7E3PcUIGDBczfSCGwNzpw,5339
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=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
60
+ pulpcore/client/pulp_python/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
61
+ crc_pulp_python_client-20250829.2.dist-info/METADATA,sha256=eo41H5XcJVYcDqzBOF3zejWe9g0xAwVNJRozGnm72qY,641
62
+ crc_pulp_python_client-20250829.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
+ crc_pulp_python_client-20250829.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
64
+ crc_pulp_python_client-20250829.2.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
@@ -0,0 +1,82 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+
5
+ """
6
+ Pulp 3 API
7
+
8
+ Fetch, Upload, Organize, and Distribute Software Packages
9
+
10
+ The version of the OpenAPI document: v3
11
+ Contact: pulp-list@redhat.com
12
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
13
+
14
+ Do not edit the class manually.
15
+ """ # noqa: E501
16
+
17
+
18
+ __version__ = "20250829.2"
19
+
20
+ # import apis into sdk package
21
+ from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
22
+ from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
23
+ 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
+ from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
27
+ from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
28
+ from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
29
+ from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
30
+ from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
31
+
32
+ # import ApiClient
33
+ from pulpcore.client.pulp_python.api_response import ApiResponse
34
+ from pulpcore.client.pulp_python.api_client import ApiClient
35
+ from pulpcore.client.pulp_python.configuration import Configuration
36
+ from pulpcore.client.pulp_python.exceptions import OpenApiException
37
+ from pulpcore.client.pulp_python.exceptions import ApiTypeError
38
+ from pulpcore.client.pulp_python.exceptions import ApiValueError
39
+ from pulpcore.client.pulp_python.exceptions import ApiKeyError
40
+ from pulpcore.client.pulp_python.exceptions import ApiAttributeError
41
+ from pulpcore.client.pulp_python.exceptions import ApiException
42
+
43
+ # import models into sdk package
44
+ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse
45
+ from pulpcore.client.pulp_python.models.content_summary_response import ContentSummaryResponse
46
+ from pulpcore.client.pulp_python.models.exclude_platforms_enum import ExcludePlatformsEnum
47
+ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermissionsResponse
48
+ from pulpcore.client.pulp_python.models.nested_role import NestedRole
49
+ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleResponse
50
+ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRolesResponse
51
+ from pulpcore.client.pulp_python.models.package_metadata_response import PackageMetadataResponse
52
+ from pulpcore.client.pulp_python.models.package_types_enum import PackageTypesEnum
53
+ from pulpcore.client.pulp_python.models.package_upload_task_response import PackageUploadTaskResponse
54
+ from pulpcore.client.pulp_python.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
55
+ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_response_list import PaginatedpythonPythonDistributionResponseList
56
+ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_response_list import PaginatedpythonPythonPackageContentResponseList
57
+ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_response_list import PaginatedpythonPythonPublicationResponseList
58
+ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_list import PaginatedpythonPythonRemoteResponseList
59
+ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_response_list import PaginatedpythonPythonRepositoryResponseList
60
+ from pulpcore.client.pulp_python.models.patchedpython_python_distribution import PatchedpythonPythonDistribution
61
+ from pulpcore.client.pulp_python.models.patchedpython_python_remote import PatchedpythonPythonRemote
62
+ from pulpcore.client.pulp_python.models.patchedpython_python_repository import PatchedpythonPythonRepository
63
+ from pulpcore.client.pulp_python.models.policy_enum import PolicyEnum
64
+ from pulpcore.client.pulp_python.models.python_python_distribution import PythonPythonDistribution
65
+ from pulpcore.client.pulp_python.models.python_python_distribution_response import PythonPythonDistributionResponse
66
+ from pulpcore.client.pulp_python.models.python_python_package_content_response import PythonPythonPackageContentResponse
67
+ from pulpcore.client.pulp_python.models.python_python_publication import PythonPythonPublication
68
+ from pulpcore.client.pulp_python.models.python_python_publication_response import PythonPythonPublicationResponse
69
+ from pulpcore.client.pulp_python.models.python_python_remote import PythonPythonRemote
70
+ from pulpcore.client.pulp_python.models.python_python_remote_response import PythonPythonRemoteResponse
71
+ from pulpcore.client.pulp_python.models.python_python_remote_response_hidden_fields_inner import PythonPythonRemoteResponseHiddenFieldsInner
72
+ from pulpcore.client.pulp_python.models.python_python_repository import PythonPythonRepository
73
+ from pulpcore.client.pulp_python.models.python_python_repository_response import PythonPythonRepositoryResponse
74
+ from pulpcore.client.pulp_python.models.repair import Repair
75
+ from pulpcore.client.pulp_python.models.repository_add_remove_content import RepositoryAddRemoveContent
76
+ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyncURL
77
+ from pulpcore.client.pulp_python.models.repository_version_response import RepositoryVersionResponse
78
+ from pulpcore.client.pulp_python.models.set_label import SetLabel
79
+ from pulpcore.client.pulp_python.models.set_label_response import SetLabelResponse
80
+ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
81
+ from pulpcore.client.pulp_python.models.unset_label import UnsetLabel
82
+ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelResponse
@@ -0,0 +1,14 @@
1
+ # flake8: noqa
2
+
3
+ # import apis into api package
4
+ from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
5
+ from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
6
+ 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
+ from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
10
+ from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
11
+ from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
12
+ from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
13
+ from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
14
+