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

Files changed (68) hide show
  1. {crc_pulp_python_client-20250828.3.dist-info → crc_pulp_python_client-20250829.1.dist-info}/METADATA +1 -1
  2. crc_pulp_python_client-20250829.1.dist-info/RECORD +64 -0
  3. crc_pulp_python_client-20250829.1.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.1.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,56 +0,0 @@
1
- # coding: utf-8
2
-
3
- # flake8: noqa
4
- """
5
- Pulp 3 API
6
-
7
- Fetch, Upload, Organize, and Distribute Software Packages
8
-
9
- The version of the OpenAPI document: v3
10
- Contact: pulp-list@redhat.com
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
12
-
13
- Do not edit the class manually.
14
- """ # noqa: E501
15
-
16
-
17
- # import models into model package
18
- from crc-pulp_python-client.models.async_operation_response import AsyncOperationResponse
19
- from crc-pulp_python-client.models.content_summary_response import ContentSummaryResponse
20
- from crc-pulp_python-client.models.exclude_platforms_enum import ExcludePlatformsEnum
21
- from crc-pulp_python-client.models.my_permissions_response import MyPermissionsResponse
22
- from crc-pulp_python-client.models.nested_role import NestedRole
23
- from crc-pulp_python-client.models.nested_role_response import NestedRoleResponse
24
- from crc-pulp_python-client.models.object_roles_response import ObjectRolesResponse
25
- from crc-pulp_python-client.models.package_metadata_response import PackageMetadataResponse
26
- from crc-pulp_python-client.models.package_types_enum import PackageTypesEnum
27
- from crc-pulp_python-client.models.package_upload_task_response import PackageUploadTaskResponse
28
- from crc-pulp_python-client.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
29
- from crc-pulp_python-client.models.paginatedpython_python_distribution_response_list import PaginatedpythonPythonDistributionResponseList
30
- from crc-pulp_python-client.models.paginatedpython_python_package_content_response_list import PaginatedpythonPythonPackageContentResponseList
31
- from crc-pulp_python-client.models.paginatedpython_python_publication_response_list import PaginatedpythonPythonPublicationResponseList
32
- from crc-pulp_python-client.models.paginatedpython_python_remote_response_list import PaginatedpythonPythonRemoteResponseList
33
- from crc-pulp_python-client.models.paginatedpython_python_repository_response_list import PaginatedpythonPythonRepositoryResponseList
34
- from crc-pulp_python-client.models.patchedpython_python_distribution import PatchedpythonPythonDistribution
35
- from crc-pulp_python-client.models.patchedpython_python_remote import PatchedpythonPythonRemote
36
- from crc-pulp_python-client.models.patchedpython_python_repository import PatchedpythonPythonRepository
37
- from crc-pulp_python-client.models.policy_enum import PolicyEnum
38
- from crc-pulp_python-client.models.python_python_distribution import PythonPythonDistribution
39
- from crc-pulp_python-client.models.python_python_distribution_response import PythonPythonDistributionResponse
40
- from crc-pulp_python-client.models.python_python_package_content_response import PythonPythonPackageContentResponse
41
- from crc-pulp_python-client.models.python_python_publication import PythonPythonPublication
42
- from crc-pulp_python-client.models.python_python_publication_response import PythonPythonPublicationResponse
43
- from crc-pulp_python-client.models.python_python_remote import PythonPythonRemote
44
- from crc-pulp_python-client.models.python_python_remote_response import PythonPythonRemoteResponse
45
- from crc-pulp_python-client.models.python_python_remote_response_hidden_fields_inner import PythonPythonRemoteResponseHiddenFieldsInner
46
- from crc-pulp_python-client.models.python_python_repository import PythonPythonRepository
47
- from crc-pulp_python-client.models.python_python_repository_response import PythonPythonRepositoryResponse
48
- from crc-pulp_python-client.models.repair import Repair
49
- from crc-pulp_python-client.models.repository_add_remove_content import RepositoryAddRemoveContent
50
- from crc-pulp_python-client.models.repository_sync_url import RepositorySyncURL
51
- from crc-pulp_python-client.models.repository_version_response import RepositoryVersionResponse
52
- from crc-pulp_python-client.models.set_label import SetLabel
53
- from crc-pulp_python-client.models.set_label_response import SetLabelResponse
54
- from crc-pulp_python-client.models.summary_response import SummaryResponse
55
- from crc-pulp_python-client.models.unset_label import UnsetLabel
56
- from crc-pulp_python-client.models.unset_label_response import UnsetLabelResponse
@@ -1,62 +0,0 @@
1
- crc-pulp_python-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
- crc-pulp_python-client/api_client.py,sha256=gWZq4h78-5o3h5jU2TLe8hPFBs0BmxxDkG8R2I08-u8,27505
3
- crc-pulp_python-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- crc-pulp_python-client/configuration.py,sha256=BHWObR1-KP6u5JmPk2RJZS7EsWtSY9ckceJzftQs_lI,19668
5
- crc-pulp_python-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
6
- crc-pulp_python-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- crc-pulp_python-client/rest.py,sha256=O18nbgu6dY7Zj5Rc8PsLzXCHLwn8SpvViZ8FYQ3VN18,9405
8
- crc-pulp_python-client/api/__init__.py,sha256=BrzEi3gas-ago6XtD8DivZ8qkjYWvXh_vHYgUhfC8zA,820
9
- crc-pulp_python-client/api/content_packages_api.py,sha256=xEZ_Y15szjjTd_tfiofKauy-okBTyHqXV1qu0V4eJRg,152320
10
- crc-pulp_python-client/api/distributions_pypi_api.py,sha256=C13RRnpqd3Rswyx1jLgjsReZLd-bE_qWOOTyp0QrDSE,185679
11
- crc-pulp_python-client/api/publications_pypi_api.py,sha256=l-k0V4aUG_hMH72pKxq7mSc3pEkwS9jWwMUSFKbX0hA,128935
12
- crc-pulp_python-client/api/pypi_api.py,sha256=yy-PyfZSRHvKEyjfiKYQuvfP8p1aK95XzveawdaSkHY,14552
13
- crc-pulp_python-client/api/pypi_legacy_api.py,sha256=BwHt8MH0jwCPYZwduKheDlse5-Mk5jG_cLPNJMLkjPM,16618
14
- crc-pulp_python-client/api/pypi_metadata_api.py,sha256=sjkX_82HhwsIuQ4-RM1ZYHxKD_TxznWPJqAe50v9tEc,15501
15
- crc-pulp_python-client/api/pypi_simple_api.py,sha256=Kh8mC5BIGd01meH0CQsMA_XJpC-Q-G0juAXDBuD7NmA,43534
16
- crc-pulp_python-client/api/remotes_python_api.py,sha256=RVxahDSrRAdqG1CfCakmL3pxr3t1F2VZJNQ5xTPDKzY,212062
17
- crc-pulp_python-client/api/repositories_python_api.py,sha256=gEpQzV7PfgOEZt-rmTX_mowUlVtXUobuspxp6MVGPPA,228056
18
- crc-pulp_python-client/api/repositories_python_versions_api.py,sha256=0iUU8Bajp88cgEepRtA0i92mz4utglyumrp1BUz33nU,78940
19
- crc-pulp_python-client/models/__init__.py,sha256=QpeUroehGnBXDT5s7_r5xNuo6m12kUOKkkdN1pPVd_E,4107
20
- crc-pulp_python-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
21
- crc-pulp_python-client/models/content_summary_response.py,sha256=lu9_HyGS1qnHpEQLJYe_e9rk9VGohiCNSI7mi7ZeobA,2714
22
- crc-pulp_python-client/models/exclude_platforms_enum.py,sha256=04Ppg5ulYtQgbaOloDE-P8pyUDGjzpCoRWkk5DViO1g,861
23
- crc-pulp_python-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
24
- crc-pulp_python-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
25
- crc-pulp_python-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
26
- crc-pulp_python-client/models/object_roles_response.py,sha256=97I-ejY4NrBEOyL3n-Vle_P9pydBps8BqQ3YY6FAcHo,2971
27
- crc-pulp_python-client/models/package_metadata_response.py,sha256=PyZPw5J1nemrMyLVpTUgX6XWhsltaBtrrbIZOjakAyE,3444
28
- crc-pulp_python-client/models/package_types_enum.py,sha256=IxfhKcGOGO-63Uewkd9iYmgNVjD-pFctINtq2l7zwbE,1129
29
- crc-pulp_python-client/models/package_upload_task_response.py,sha256=j_QpH3B1nI0hbWeQsV6Sv1bulkOu08BvNhhavao0auc,3228
30
- crc-pulp_python-client/models/paginated_repository_version_response_list.py,sha256=hKMTKr-3DK-6X0ESczyshJ7A7AFGFN8c6VBf0YW-KdQ,3380
31
- crc-pulp_python-client/models/paginatedpython_python_distribution_response_list.py,sha256=EvSWUUmJMCY9zMtVBU7zqWzzEeK3fhoW8Ox1ztsJsb8,3437
32
- crc-pulp_python-client/models/paginatedpython_python_package_content_response_list.py,sha256=a95KUuoEs5s6KpnDUOUznRUiC6FfIMKqbuxaODyq6H8,3454
33
- crc-pulp_python-client/models/paginatedpython_python_publication_response_list.py,sha256=J_hZ4Y1iui1MSwUUgvMHmsnV4RC-lAOVkvKYW3ZJBag,3429
34
- crc-pulp_python-client/models/paginatedpython_python_remote_response_list.py,sha256=AHfU0nmdsR9tkEA0hIDpCw1u9M9wsjqtpdNSE7zL3rE,3389
35
- crc-pulp_python-client/models/paginatedpython_python_repository_response_list.py,sha256=Lye2xuLMuk_r4t7Ir0VZpWoY1Se2BvfeSUlR1T2g3zA,3421
36
- crc-pulp_python-client/models/patchedpython_python_distribution.py,sha256=nJhE9g_i4qWzc6_a0t32G47RxEVYbX-A50wKXW5rjG0,5315
37
- crc-pulp_python-client/models/patchedpython_python_remote.py,sha256=YSClX4mjzg5eFOJq0SmMAwQYVf6Zcxq-662GZQtwCBo,13744
38
- crc-pulp_python-client/models/patchedpython_python_repository.py,sha256=jG5ppskChxxXy3kbp_0u_y6pF6bP7ARr-11O0ZW0rJs,4507
39
- crc-pulp_python-client/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
40
- crc-pulp_python-client/models/python_python_distribution.py,sha256=aiSN6w8RQRPJ9QM1P2PJBMU0c7Vmb_v9KTNhj1clpNM,5246
41
- crc-pulp_python-client/models/python_python_distribution_response.py,sha256=cL2TPh9AJI8T9qTaatoqk1HxepjhG28dgnosmvo3h9Q,6862
42
- crc-pulp_python-client/models/python_python_package_content_response.py,sha256=KUfM5FFwrWCq9k620PxIbKxYvA9jvJz9VfVLl3pq0nI,12632
43
- crc-pulp_python-client/models/python_python_publication.py,sha256=NUNRy2CVsCeVR-Tw7QxIyhInF0ks5KfuGqiZwdkxTrc,2772
44
- crc-pulp_python-client/models/python_python_publication_response.py,sha256=vk-5u_jQpVw67QqpIK6al-KzGJieAqnNN_pCr0Z6k3g,4133
45
- crc-pulp_python-client/models/python_python_remote.py,sha256=p8WuS4J7utTr0y7SoU0zZAmNlFkOOANcxKlhegJcB94,13675
46
- crc-pulp_python-client/models/python_python_remote_response.py,sha256=vVvsd7hg2_2qS9tH32Lo9Bre6OODe-71Wzm7aPZMm8Y,12829
47
- crc-pulp_python-client/models/python_python_remote_response_hidden_fields_inner.py,sha256=D0wzaYrrq8FFmXt8Y3th0dX-FCvRmtTw6Cz3Q_9Lu6g,2659
48
- crc-pulp_python-client/models/python_python_repository.py,sha256=ACpupPWWakFAZ11DnMbZIrb3A476d_yM7KkBWBNqh84,4462
49
- crc-pulp_python-client/models/python_python_repository_response.py,sha256=4L7tfEjh5XC06mOCeZc59TUUfUj1_rHt10xUMakOHew,5894
50
- crc-pulp_python-client/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
51
- crc-pulp_python-client/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
52
- crc-pulp_python-client/models/repository_sync_url.py,sha256=BdTHsJJ7zQzJta874hLiAVkZD105xjhqY5g1QZgOFGw,2964
53
- crc-pulp_python-client/models/repository_version_response.py,sha256=BiT7SGJ5V8ozGTJxaBMQltf9VaakinXEO8ZPYVSX5y4,5334
54
- crc-pulp_python-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
55
- crc-pulp_python-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
56
- crc-pulp_python-client/models/summary_response.py,sha256=mWm8XQn_U5GVTIjuTWDu6E8FslOI00tuJYzUOWnb3ME,2867
57
- crc-pulp_python-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
58
- crc-pulp_python-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
59
- crc_pulp_python_client-20250828.3.dist-info/METADATA,sha256=PZZUvtbo13wJAZEA_aOmK1Wm0AuH1qimr4Py1oa9Fm8,641
60
- crc_pulp_python_client-20250828.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
61
- crc_pulp_python_client-20250828.3.dist-info/top_level.txt,sha256=VdLYCv5sKPTxw1FxpMxn64A1I33GCPGtjCQsZJAj_eE,23
62
- crc_pulp_python_client-20250828.3.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- crc-pulp_python-client
File without changes