crc-pulp-file-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-file-client might be problematic. Click here for more details.

Files changed (65) hide show
  1. {crc_pulp_file_client-20250828.3.dist-info → crc_pulp_file_client-20250829.2.dist-info}/METADATA +1 -1
  2. crc_pulp_file_client-20250829.2.dist-info/RECORD +61 -0
  3. crc_pulp_file_client-20250829.2.dist-info/top_level.txt +1 -0
  4. pulpcore/client/__init__.py +2 -0
  5. pulpcore/client/pulp_file/__init__.py +79 -0
  6. pulpcore/client/pulp_file/api/__init__.py +11 -0
  7. {crc-pulp_file-client → pulpcore/client/pulp_file}/api/acs_file_api.py +14 -14
  8. {crc-pulp_file-client → pulpcore/client/pulp_file}/api/content_files_api.py +11 -11
  9. {crc-pulp_file-client → pulpcore/client/pulp_file}/api/distributions_file_api.py +17 -17
  10. {crc-pulp_file-client → pulpcore/client/pulp_file}/api/publications_file_api.py +12 -12
  11. {crc-pulp_file-client → pulpcore/client/pulp_file}/api/remotes_file_api.py +17 -17
  12. {crc-pulp_file-client → pulpcore/client/pulp_file}/api/repositories_file_api.py +19 -19
  13. {crc-pulp_file-client → pulpcore/client/pulp_file}/api/repositories_file_versions_api.py +8 -8
  14. {crc-pulp_file-client → pulpcore/client/pulp_file}/api_client.py +7 -7
  15. {crc-pulp_file-client → pulpcore/client/pulp_file}/configuration.py +6 -6
  16. pulpcore/client/pulp_file/models/__init__.py +56 -0
  17. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote.py +1 -1
  18. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote_response.py +2 -2
  19. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/object_roles_response.py +1 -1
  20. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/paginated_repository_version_response_list.py +1 -1
  21. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_alternate_content_source_response_list.py +1 -1
  22. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_content_response_list.py +1 -1
  23. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_distribution_response_list.py +1 -1
  24. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_publication_response_list.py +1 -1
  25. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_remote_response_list.py +1 -1
  26. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_repository_response_list.py +1 -1
  27. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_remote.py +1 -1
  28. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repository_version_response.py +1 -1
  29. {crc-pulp_file-client → pulpcore/client/pulp_file}/rest.py +1 -1
  30. crc-pulp_file-client/api/__init__.py +0 -11
  31. crc-pulp_file-client/models/__init__.py +0 -56
  32. crc_pulp_file_client-20250828.3.dist-info/RECORD +0 -59
  33. crc_pulp_file_client-20250828.3.dist-info/top_level.txt +0 -1
  34. {crc_pulp_file_client-20250828.3.dist-info → crc_pulp_file_client-20250829.2.dist-info}/WHEEL +0 -0
  35. {crc-pulp_file-client → pulpcore}/__init__.py +0 -0
  36. {crc-pulp_file-client → pulpcore/client/pulp_file}/api_response.py +0 -0
  37. {crc-pulp_file-client → pulpcore/client/pulp_file}/exceptions.py +0 -0
  38. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/async_operation_response.py +0 -0
  39. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/content_summary_response.py +0 -0
  40. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_alternate_content_source.py +0 -0
  41. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_alternate_content_source_response.py +0 -0
  42. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_content_response.py +0 -0
  43. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_distribution.py +0 -0
  44. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_distribution_response.py +0 -0
  45. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_publication.py +0 -0
  46. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_publication_response.py +0 -0
  47. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote_response_hidden_fields_inner.py +0 -0
  48. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_repository.py +0 -0
  49. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_repository_response.py +0 -0
  50. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/my_permissions_response.py +0 -0
  51. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/nested_role.py +0 -0
  52. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/nested_role_response.py +0 -0
  53. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_alternate_content_source.py +0 -0
  54. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_distribution.py +0 -0
  55. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_repository.py +0 -0
  56. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/policy_enum.py +0 -0
  57. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repair.py +0 -0
  58. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repository_add_remove_content.py +0 -0
  59. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repository_sync_url.py +0 -0
  60. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/set_label.py +0 -0
  61. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/set_label_response.py +0 -0
  62. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/task_group_operation_response.py +0 -0
  63. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/unset_label.py +0 -0
  64. {crc-pulp_file-client → pulpcore/client/pulp_file}/models/unset_label_response.py +0 -0
  65. {crc-pulp_file-client → pulpcore/client/pulp_file}/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_file-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,61 @@
1
+ pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
+ pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
3
+ pulpcore/client/pulp_file/__init__.py,sha256=3tEAnm_6UQmxyVvTiAzjkxy01u3UoQ4BPjC83-eNlXk,5447
4
+ pulpcore/client/pulp_file/api_client.py,sha256=2dBoURwVla4GxMpE_Ae_SrcGBxfKhyq26oDVOHTPmyI,27523
5
+ pulpcore/client/pulp_file/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
+ pulpcore/client/pulp_file/configuration.py,sha256=qOxL7wseug1vUn26MCXdZq90tx31wP9kveo9mGEPsdw,19677
7
+ pulpcore/client/pulp_file/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
+ pulpcore/client/pulp_file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ pulpcore/client/pulp_file/rest.py,sha256=yBnNFa7idpssXPW-DhmcSN3gyZaQO12tRqU6hWbwreY,9408
10
+ pulpcore/client/pulp_file/api/__init__.py,sha256=yy-Kaskj2XPpsU31HuA2pIzrbWJ8d6pCiUB084CtNvk,619
11
+ pulpcore/client/pulp_file/api/acs_file_api.py,sha256=dmHm8v-PHr-CbhBTm3CY7vWWKJbjwP81wob0zGePWig,162251
12
+ pulpcore/client/pulp_file/api/content_files_api.py,sha256=BV-lygfBGn7l5PuMqsVS6iZvWNJp0UHwpVuPfcneRLo,100867
13
+ pulpcore/client/pulp_file/api/distributions_file_api.py,sha256=q6RC_BGxwuf2ftOq01k0_Zr5uyaPNv_kyWvUzRU5qBo,184461
14
+ pulpcore/client/pulp_file/api/publications_file_api.py,sha256=sAoh7fYiMkP6jhcilyXMrdaz6Pvhpcy2GxbsHQppmME,128882
15
+ pulpcore/client/pulp_file/api/remotes_file_api.py,sha256=4v7Dtzfmax4BGflFVspUwWKYurSG0mMyFuOAev9h9Gw,192251
16
+ pulpcore/client/pulp_file/api/repositories_file_api.py,sha256=cE3G6CIeFwbiDfTWVKTJhffEuHPQGBBxwuMpNPJaFDQ,214457
17
+ pulpcore/client/pulp_file/api/repositories_file_versions_api.py,sha256=nZRp4C7vaLyjlolEFPvv8ptGc5fxAKl7C0usR_6sq2k,78621
18
+ pulpcore/client/pulp_file/models/__init__.py,sha256=qG7V9A-mqQtny5TnXMA_ChsvOLSIrI5V61gAP0aBWRQ,4228
19
+ pulpcore/client/pulp_file/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
20
+ pulpcore/client/pulp_file/models/content_summary_response.py,sha256=lu9_HyGS1qnHpEQLJYe_e9rk9VGohiCNSI7mi7ZeobA,2714
21
+ pulpcore/client/pulp_file/models/file_file_alternate_content_source.py,sha256=jsMQFKhWMZCvFIOmXwmQdi2U9NnVGm6NFiwTaMiBvW8,3544
22
+ pulpcore/client/pulp_file/models/file_file_alternate_content_source_response.py,sha256=uqInWOdMZSn6Nxh840xRF-0WHt3RB2Tp3h_gwNR8IWQ,4522
23
+ pulpcore/client/pulp_file/models/file_file_content_response.py,sha256=y96Bd1wKXcGLmRrlfvuFmVc2gE4w_93QKOseGBf_Zl0,5690
24
+ pulpcore/client/pulp_file/models/file_file_distribution.py,sha256=qPUzMFTCCZqvAYepNMl7MBFpyFc27A4YSQUqhg4U9Nk,4676
25
+ pulpcore/client/pulp_file/models/file_file_distribution_response.py,sha256=-91JAVb2-Xlm4mZDFjoiu9SSFvANqo8sjDKJrDAyOQM,6393
26
+ pulpcore/client/pulp_file/models/file_file_publication.py,sha256=u3U1g_WGZDei6_DTVz0LSVq54O1QnsXej3t_e5wyFBg,3439
27
+ pulpcore/client/pulp_file/models/file_file_publication_response.py,sha256=L2NyaF6t8dZXPdD8NIQYF8H_SKbCseKUsnKGvfmkZwM,4712
28
+ pulpcore/client/pulp_file/models/file_file_remote.py,sha256=UJnSK13dWujUigx_0FQwLe_d6UpVs0vj7Xc6poa2BZg,11922
29
+ pulpcore/client/pulp_file/models/file_file_remote_response.py,sha256=nN8OxPym9b_9EI7BMcHqVCOr4HXcnz26QbLmfvD4C8Q,11141
30
+ pulpcore/client/pulp_file/models/file_file_remote_response_hidden_fields_inner.py,sha256=IKGVxnSiUd0tbbA6MZIWH-vOTVmhqrlPASmYxE6hfk8,2643
31
+ pulpcore/client/pulp_file/models/file_file_repository.py,sha256=YILoZhDYvMQbdqKqIaOM0Y39zXJcahGCIII5cDqmtDQ,4970
32
+ pulpcore/client/pulp_file/models/file_file_repository_response.py,sha256=Q69HAyXpL4W-28dBdW_lyCEQ2mtj7saoinZ0vNHT1g8,6363
33
+ pulpcore/client/pulp_file/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
34
+ pulpcore/client/pulp_file/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
35
+ pulpcore/client/pulp_file/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
36
+ pulpcore/client/pulp_file/models/object_roles_response.py,sha256=5km9-7q9GluifQ2HAml1PHwHmHByEzjwmYBCVP2_8HU,2974
37
+ pulpcore/client/pulp_file/models/paginated_repository_version_response_list.py,sha256=st-5_U3NdOyCYUh8KC0jLO9i-cppzt4U8rV8V5LHQ9Y,3383
38
+ pulpcore/client/pulp_file/models/paginatedfile_file_alternate_content_source_response_list.py,sha256=ezRdcYQ51hfMMK84vh5Qf1BN_xm_rxfHV2GURqUmtDs,3490
39
+ pulpcore/client/pulp_file/models/paginatedfile_file_content_response_list.py,sha256=Ti2jBY8Hlx-rqOtgrYsHhQWgijja6OaBcpBdykntROk,3368
40
+ pulpcore/client/pulp_file/models/paginatedfile_file_distribution_response_list.py,sha256=WkaVtIReVQ931HpMI6ZSl0Sb20YMm93eIjtiaY3LUG4,3408
41
+ pulpcore/client/pulp_file/models/paginatedfile_file_publication_response_list.py,sha256=_U5aFjTYNlDeLMBhWt7_Hl30zc0Vrlp-z0VoKMS00cY,3400
42
+ pulpcore/client/pulp_file/models/paginatedfile_file_remote_response_list.py,sha256=HNBbd16fkv1M5k4DlbpPWpqf3Hj65icKfmLagA1q6fU,3360
43
+ pulpcore/client/pulp_file/models/paginatedfile_file_repository_response_list.py,sha256=kaSkUlPGUWbD1-oTBRPzBkIakPVBtBqvhSB168sTxJA,3392
44
+ pulpcore/client/pulp_file/models/patchedfile_file_alternate_content_source.py,sha256=DC5r0E7lUcy-SDmtPZwqSxKgeWbH-r6aywOzoUMlZ9o,3613
45
+ pulpcore/client/pulp_file/models/patchedfile_file_distribution.py,sha256=XUiXlisq_RJL6CxAuCn35l_NnWvhjHkLdcJKlG2JRZU,4745
46
+ pulpcore/client/pulp_file/models/patchedfile_file_remote.py,sha256=GTK532NdGEkJmk9_YLw-WSsp44goAk85rTsh4A2klyU,11991
47
+ pulpcore/client/pulp_file/models/patchedfile_file_repository.py,sha256=hx2gb_OsPpDXQkzj4EbcKUjUiMD7IQmPu0zxKPer9Rw,5015
48
+ pulpcore/client/pulp_file/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
49
+ pulpcore/client/pulp_file/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
50
+ pulpcore/client/pulp_file/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
51
+ pulpcore/client/pulp_file/models/repository_sync_url.py,sha256=BdTHsJJ7zQzJta874hLiAVkZD105xjhqY5g1QZgOFGw,2964
52
+ pulpcore/client/pulp_file/models/repository_version_response.py,sha256=Usj4dRanjBKtaGJSbWLUMn247HYI0KBwIqqZ25zqpwI,5337
53
+ pulpcore/client/pulp_file/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
54
+ pulpcore/client/pulp_file/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
55
+ pulpcore/client/pulp_file/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
56
+ pulpcore/client/pulp_file/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
57
+ pulpcore/client/pulp_file/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
58
+ crc_pulp_file_client-20250829.2.dist-info/METADATA,sha256=Cnaxs_LZEjgJ2C61AtpZsVJFnfvwbczBsKwBvyuY4UY,639
59
+ crc_pulp_file_client-20250829.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
60
+ crc_pulp_file_client-20250829.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
61
+ crc_pulp_file_client-20250829.2.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ pulpcore
@@ -0,0 +1,2 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
@@ -0,0 +1,79 @@
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_file.api.acs_file_api import AcsFileApi
22
+ from pulpcore.client.pulp_file.api.content_files_api import ContentFilesApi
23
+ from pulpcore.client.pulp_file.api.distributions_file_api import DistributionsFileApi
24
+ from pulpcore.client.pulp_file.api.publications_file_api import PublicationsFileApi
25
+ from pulpcore.client.pulp_file.api.remotes_file_api import RemotesFileApi
26
+ from pulpcore.client.pulp_file.api.repositories_file_api import RepositoriesFileApi
27
+ from pulpcore.client.pulp_file.api.repositories_file_versions_api import RepositoriesFileVersionsApi
28
+
29
+ # import ApiClient
30
+ from pulpcore.client.pulp_file.api_response import ApiResponse
31
+ from pulpcore.client.pulp_file.api_client import ApiClient
32
+ from pulpcore.client.pulp_file.configuration import Configuration
33
+ from pulpcore.client.pulp_file.exceptions import OpenApiException
34
+ from pulpcore.client.pulp_file.exceptions import ApiTypeError
35
+ from pulpcore.client.pulp_file.exceptions import ApiValueError
36
+ from pulpcore.client.pulp_file.exceptions import ApiKeyError
37
+ from pulpcore.client.pulp_file.exceptions import ApiAttributeError
38
+ from pulpcore.client.pulp_file.exceptions import ApiException
39
+
40
+ # import models into sdk package
41
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
42
+ from pulpcore.client.pulp_file.models.content_summary_response import ContentSummaryResponse
43
+ from pulpcore.client.pulp_file.models.file_file_alternate_content_source import FileFileAlternateContentSource
44
+ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_response import FileFileAlternateContentSourceResponse
45
+ from pulpcore.client.pulp_file.models.file_file_content_response import FileFileContentResponse
46
+ from pulpcore.client.pulp_file.models.file_file_distribution import FileFileDistribution
47
+ from pulpcore.client.pulp_file.models.file_file_distribution_response import FileFileDistributionResponse
48
+ from pulpcore.client.pulp_file.models.file_file_publication import FileFilePublication
49
+ from pulpcore.client.pulp_file.models.file_file_publication_response import FileFilePublicationResponse
50
+ from pulpcore.client.pulp_file.models.file_file_remote import FileFileRemote
51
+ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileRemoteResponse
52
+ from pulpcore.client.pulp_file.models.file_file_remote_response_hidden_fields_inner import FileFileRemoteResponseHiddenFieldsInner
53
+ from pulpcore.client.pulp_file.models.file_file_repository import FileFileRepository
54
+ from pulpcore.client.pulp_file.models.file_file_repository_response import FileFileRepositoryResponse
55
+ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissionsResponse
56
+ from pulpcore.client.pulp_file.models.nested_role import NestedRole
57
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
58
+ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesResponse
59
+ from pulpcore.client.pulp_file.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
60
+ from pulpcore.client.pulp_file.models.paginatedfile_file_alternate_content_source_response_list import PaginatedfileFileAlternateContentSourceResponseList
61
+ from pulpcore.client.pulp_file.models.paginatedfile_file_content_response_list import PaginatedfileFileContentResponseList
62
+ from pulpcore.client.pulp_file.models.paginatedfile_file_distribution_response_list import PaginatedfileFileDistributionResponseList
63
+ from pulpcore.client.pulp_file.models.paginatedfile_file_publication_response_list import PaginatedfileFilePublicationResponseList
64
+ from pulpcore.client.pulp_file.models.paginatedfile_file_remote_response_list import PaginatedfileFileRemoteResponseList
65
+ from pulpcore.client.pulp_file.models.paginatedfile_file_repository_response_list import PaginatedfileFileRepositoryResponseList
66
+ from pulpcore.client.pulp_file.models.patchedfile_file_alternate_content_source import PatchedfileFileAlternateContentSource
67
+ from pulpcore.client.pulp_file.models.patchedfile_file_distribution import PatchedfileFileDistribution
68
+ from pulpcore.client.pulp_file.models.patchedfile_file_remote import PatchedfileFileRemote
69
+ from pulpcore.client.pulp_file.models.patchedfile_file_repository import PatchedfileFileRepository
70
+ from pulpcore.client.pulp_file.models.policy_enum import PolicyEnum
71
+ from pulpcore.client.pulp_file.models.repair import Repair
72
+ from pulpcore.client.pulp_file.models.repository_add_remove_content import RepositoryAddRemoveContent
73
+ from pulpcore.client.pulp_file.models.repository_sync_url import RepositorySyncURL
74
+ from pulpcore.client.pulp_file.models.repository_version_response import RepositoryVersionResponse
75
+ from pulpcore.client.pulp_file.models.set_label import SetLabel
76
+ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
77
+ from pulpcore.client.pulp_file.models.task_group_operation_response import TaskGroupOperationResponse
78
+ from pulpcore.client.pulp_file.models.unset_label import UnsetLabel
79
+ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResponse
@@ -0,0 +1,11 @@
1
+ # flake8: noqa
2
+
3
+ # import apis into api package
4
+ from pulpcore.client.pulp_file.api.acs_file_api import AcsFileApi
5
+ from pulpcore.client.pulp_file.api.content_files_api import ContentFilesApi
6
+ from pulpcore.client.pulp_file.api.distributions_file_api import DistributionsFileApi
7
+ from pulpcore.client.pulp_file.api.publications_file_api import PublicationsFileApi
8
+ from pulpcore.client.pulp_file.api.remotes_file_api import RemotesFileApi
9
+ from pulpcore.client.pulp_file.api.repositories_file_api import RepositoriesFileApi
10
+ from pulpcore.client.pulp_file.api.repositories_file_versions_api import RepositoriesFileVersionsApi
11
+
@@ -20,20 +20,20 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictInt, StrictStr, field_validator
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_file-client.models.async_operation_response import AsyncOperationResponse
24
- from crc-pulp_file-client.models.file_file_alternate_content_source import FileFileAlternateContentSource
25
- from crc-pulp_file-client.models.file_file_alternate_content_source_response import FileFileAlternateContentSourceResponse
26
- from crc-pulp_file-client.models.my_permissions_response import MyPermissionsResponse
27
- from crc-pulp_file-client.models.nested_role import NestedRole
28
- from crc-pulp_file-client.models.nested_role_response import NestedRoleResponse
29
- from crc-pulp_file-client.models.object_roles_response import ObjectRolesResponse
30
- from crc-pulp_file-client.models.paginatedfile_file_alternate_content_source_response_list import PaginatedfileFileAlternateContentSourceResponseList
31
- from crc-pulp_file-client.models.patchedfile_file_alternate_content_source import PatchedfileFileAlternateContentSource
32
- from crc-pulp_file-client.models.task_group_operation_response import TaskGroupOperationResponse
33
-
34
- from crc-pulp_file-client.api_client import ApiClient, RequestSerialized
35
- from crc-pulp_file-client.api_response import ApiResponse
36
- from crc-pulp_file-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
24
+ from pulpcore.client.pulp_file.models.file_file_alternate_content_source import FileFileAlternateContentSource
25
+ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_response import FileFileAlternateContentSourceResponse
26
+ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissionsResponse
27
+ from pulpcore.client.pulp_file.models.nested_role import NestedRole
28
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
29
+ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesResponse
30
+ from pulpcore.client.pulp_file.models.paginatedfile_file_alternate_content_source_response_list import PaginatedfileFileAlternateContentSourceResponseList
31
+ from pulpcore.client.pulp_file.models.patchedfile_file_alternate_content_source import PatchedfileFileAlternateContentSource
32
+ from pulpcore.client.pulp_file.models.task_group_operation_response import TaskGroupOperationResponse
33
+
34
+ from pulpcore.client.pulp_file.api_client import ApiClient, RequestSerialized
35
+ from pulpcore.client.pulp_file.api_response import ApiResponse
36
+ from pulpcore.client.pulp_file.rest import RESTResponseType
37
37
 
38
38
 
39
39
  class AcsFileApi:
@@ -20,17 +20,17 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictBytes, StrictFloat, StrictInt, StrictStr, field_validator
21
21
  from typing import Dict, List, Optional, Tuple, Union
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_file-client.models.async_operation_response import AsyncOperationResponse
24
- from crc-pulp_file-client.models.file_file_content_response import FileFileContentResponse
25
- from crc-pulp_file-client.models.paginatedfile_file_content_response_list import PaginatedfileFileContentResponseList
26
- from crc-pulp_file-client.models.set_label import SetLabel
27
- from crc-pulp_file-client.models.set_label_response import SetLabelResponse
28
- from crc-pulp_file-client.models.unset_label import UnsetLabel
29
- from crc-pulp_file-client.models.unset_label_response import UnsetLabelResponse
30
-
31
- from crc-pulp_file-client.api_client import ApiClient, RequestSerialized
32
- from crc-pulp_file-client.api_response import ApiResponse
33
- from crc-pulp_file-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
24
+ from pulpcore.client.pulp_file.models.file_file_content_response import FileFileContentResponse
25
+ from pulpcore.client.pulp_file.models.paginatedfile_file_content_response_list import PaginatedfileFileContentResponseList
26
+ from pulpcore.client.pulp_file.models.set_label import SetLabel
27
+ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
28
+ from pulpcore.client.pulp_file.models.unset_label import UnsetLabel
29
+ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResponse
30
+
31
+ from pulpcore.client.pulp_file.api_client import ApiClient, RequestSerialized
32
+ from pulpcore.client.pulp_file.api_response import ApiResponse
33
+ from pulpcore.client.pulp_file.rest import RESTResponseType
34
34
 
35
35
 
36
36
  class ContentFilesApi:
@@ -20,23 +20,23 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_file-client.models.async_operation_response import AsyncOperationResponse
24
- from crc-pulp_file-client.models.file_file_distribution import FileFileDistribution
25
- from crc-pulp_file-client.models.file_file_distribution_response import FileFileDistributionResponse
26
- from crc-pulp_file-client.models.my_permissions_response import MyPermissionsResponse
27
- from crc-pulp_file-client.models.nested_role import NestedRole
28
- from crc-pulp_file-client.models.nested_role_response import NestedRoleResponse
29
- from crc-pulp_file-client.models.object_roles_response import ObjectRolesResponse
30
- from crc-pulp_file-client.models.paginatedfile_file_distribution_response_list import PaginatedfileFileDistributionResponseList
31
- from crc-pulp_file-client.models.patchedfile_file_distribution import PatchedfileFileDistribution
32
- from crc-pulp_file-client.models.set_label import SetLabel
33
- from crc-pulp_file-client.models.set_label_response import SetLabelResponse
34
- from crc-pulp_file-client.models.unset_label import UnsetLabel
35
- from crc-pulp_file-client.models.unset_label_response import UnsetLabelResponse
36
-
37
- from crc-pulp_file-client.api_client import ApiClient, RequestSerialized
38
- from crc-pulp_file-client.api_response import ApiResponse
39
- from crc-pulp_file-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
24
+ from pulpcore.client.pulp_file.models.file_file_distribution import FileFileDistribution
25
+ from pulpcore.client.pulp_file.models.file_file_distribution_response import FileFileDistributionResponse
26
+ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissionsResponse
27
+ from pulpcore.client.pulp_file.models.nested_role import NestedRole
28
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
29
+ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesResponse
30
+ from pulpcore.client.pulp_file.models.paginatedfile_file_distribution_response_list import PaginatedfileFileDistributionResponseList
31
+ from pulpcore.client.pulp_file.models.patchedfile_file_distribution import PatchedfileFileDistribution
32
+ from pulpcore.client.pulp_file.models.set_label import SetLabel
33
+ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
34
+ from pulpcore.client.pulp_file.models.unset_label import UnsetLabel
35
+ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResponse
36
+
37
+ from pulpcore.client.pulp_file.api_client import ApiClient, RequestSerialized
38
+ from pulpcore.client.pulp_file.api_response import ApiResponse
39
+ from pulpcore.client.pulp_file.rest import RESTResponseType
40
40
 
41
41
 
42
42
  class DistributionsFileApi:
@@ -21,18 +21,18 @@ from datetime import datetime
21
21
  from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
22
22
  from typing import List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_file-client.models.async_operation_response import AsyncOperationResponse
25
- from crc-pulp_file-client.models.file_file_publication import FileFilePublication
26
- from crc-pulp_file-client.models.file_file_publication_response import FileFilePublicationResponse
27
- from crc-pulp_file-client.models.my_permissions_response import MyPermissionsResponse
28
- from crc-pulp_file-client.models.nested_role import NestedRole
29
- from crc-pulp_file-client.models.nested_role_response import NestedRoleResponse
30
- from crc-pulp_file-client.models.object_roles_response import ObjectRolesResponse
31
- from crc-pulp_file-client.models.paginatedfile_file_publication_response_list import PaginatedfileFilePublicationResponseList
32
-
33
- from crc-pulp_file-client.api_client import ApiClient, RequestSerialized
34
- from crc-pulp_file-client.api_response import ApiResponse
35
- from crc-pulp_file-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
25
+ from pulpcore.client.pulp_file.models.file_file_publication import FileFilePublication
26
+ from pulpcore.client.pulp_file.models.file_file_publication_response import FileFilePublicationResponse
27
+ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissionsResponse
28
+ from pulpcore.client.pulp_file.models.nested_role import NestedRole
29
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
30
+ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesResponse
31
+ from pulpcore.client.pulp_file.models.paginatedfile_file_publication_response_list import PaginatedfileFilePublicationResponseList
32
+
33
+ from pulpcore.client.pulp_file.api_client import ApiClient, RequestSerialized
34
+ from pulpcore.client.pulp_file.api_response import ApiResponse
35
+ from pulpcore.client.pulp_file.rest import RESTResponseType
36
36
 
37
37
 
38
38
  class PublicationsFileApi:
@@ -21,23 +21,23 @@ from datetime import datetime
21
21
  from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
22
22
  from typing import List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_file-client.models.async_operation_response import AsyncOperationResponse
25
- from crc-pulp_file-client.models.file_file_remote import FileFileRemote
26
- from crc-pulp_file-client.models.file_file_remote_response import FileFileRemoteResponse
27
- from crc-pulp_file-client.models.my_permissions_response import MyPermissionsResponse
28
- from crc-pulp_file-client.models.nested_role import NestedRole
29
- from crc-pulp_file-client.models.nested_role_response import NestedRoleResponse
30
- from crc-pulp_file-client.models.object_roles_response import ObjectRolesResponse
31
- from crc-pulp_file-client.models.paginatedfile_file_remote_response_list import PaginatedfileFileRemoteResponseList
32
- from crc-pulp_file-client.models.patchedfile_file_remote import PatchedfileFileRemote
33
- from crc-pulp_file-client.models.set_label import SetLabel
34
- from crc-pulp_file-client.models.set_label_response import SetLabelResponse
35
- from crc-pulp_file-client.models.unset_label import UnsetLabel
36
- from crc-pulp_file-client.models.unset_label_response import UnsetLabelResponse
37
-
38
- from crc-pulp_file-client.api_client import ApiClient, RequestSerialized
39
- from crc-pulp_file-client.api_response import ApiResponse
40
- from crc-pulp_file-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
25
+ from pulpcore.client.pulp_file.models.file_file_remote import FileFileRemote
26
+ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileRemoteResponse
27
+ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissionsResponse
28
+ from pulpcore.client.pulp_file.models.nested_role import NestedRole
29
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
30
+ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesResponse
31
+ from pulpcore.client.pulp_file.models.paginatedfile_file_remote_response_list import PaginatedfileFileRemoteResponseList
32
+ from pulpcore.client.pulp_file.models.patchedfile_file_remote import PatchedfileFileRemote
33
+ from pulpcore.client.pulp_file.models.set_label import SetLabel
34
+ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
35
+ from pulpcore.client.pulp_file.models.unset_label import UnsetLabel
36
+ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResponse
37
+
38
+ from pulpcore.client.pulp_file.api_client import ApiClient, RequestSerialized
39
+ from pulpcore.client.pulp_file.api_response import ApiResponse
40
+ from pulpcore.client.pulp_file.rest import RESTResponseType
41
41
 
42
42
 
43
43
  class RemotesFileApi:
@@ -20,25 +20,25 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_file-client.models.async_operation_response import AsyncOperationResponse
24
- from crc-pulp_file-client.models.file_file_repository import FileFileRepository
25
- from crc-pulp_file-client.models.file_file_repository_response import FileFileRepositoryResponse
26
- from crc-pulp_file-client.models.my_permissions_response import MyPermissionsResponse
27
- from crc-pulp_file-client.models.nested_role import NestedRole
28
- from crc-pulp_file-client.models.nested_role_response import NestedRoleResponse
29
- from crc-pulp_file-client.models.object_roles_response import ObjectRolesResponse
30
- from crc-pulp_file-client.models.paginatedfile_file_repository_response_list import PaginatedfileFileRepositoryResponseList
31
- from crc-pulp_file-client.models.patchedfile_file_repository import PatchedfileFileRepository
32
- from crc-pulp_file-client.models.repository_add_remove_content import RepositoryAddRemoveContent
33
- from crc-pulp_file-client.models.repository_sync_url import RepositorySyncURL
34
- from crc-pulp_file-client.models.set_label import SetLabel
35
- from crc-pulp_file-client.models.set_label_response import SetLabelResponse
36
- from crc-pulp_file-client.models.unset_label import UnsetLabel
37
- from crc-pulp_file-client.models.unset_label_response import UnsetLabelResponse
38
-
39
- from crc-pulp_file-client.api_client import ApiClient, RequestSerialized
40
- from crc-pulp_file-client.api_response import ApiResponse
41
- from crc-pulp_file-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
24
+ from pulpcore.client.pulp_file.models.file_file_repository import FileFileRepository
25
+ from pulpcore.client.pulp_file.models.file_file_repository_response import FileFileRepositoryResponse
26
+ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissionsResponse
27
+ from pulpcore.client.pulp_file.models.nested_role import NestedRole
28
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
29
+ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesResponse
30
+ from pulpcore.client.pulp_file.models.paginatedfile_file_repository_response_list import PaginatedfileFileRepositoryResponseList
31
+ from pulpcore.client.pulp_file.models.patchedfile_file_repository import PatchedfileFileRepository
32
+ from pulpcore.client.pulp_file.models.repository_add_remove_content import RepositoryAddRemoveContent
33
+ from pulpcore.client.pulp_file.models.repository_sync_url import RepositorySyncURL
34
+ from pulpcore.client.pulp_file.models.set_label import SetLabel
35
+ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
36
+ from pulpcore.client.pulp_file.models.unset_label import UnsetLabel
37
+ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResponse
38
+
39
+ from pulpcore.client.pulp_file.api_client import ApiClient, RequestSerialized
40
+ from pulpcore.client.pulp_file.api_response import ApiResponse
41
+ from pulpcore.client.pulp_file.rest import RESTResponseType
42
42
 
43
43
 
44
44
  class RepositoriesFileApi:
@@ -21,14 +21,14 @@ from datetime import datetime
21
21
  from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
22
22
  from typing import List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_file-client.models.async_operation_response import AsyncOperationResponse
25
- from crc-pulp_file-client.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
26
- from crc-pulp_file-client.models.repair import Repair
27
- from crc-pulp_file-client.models.repository_version_response import RepositoryVersionResponse
28
-
29
- from crc-pulp_file-client.api_client import ApiClient, RequestSerialized
30
- from crc-pulp_file-client.api_response import ApiResponse
31
- from crc-pulp_file-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
25
+ from pulpcore.client.pulp_file.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
26
+ from pulpcore.client.pulp_file.models.repair import Repair
27
+ from pulpcore.client.pulp_file.models.repository_version_response import RepositoryVersionResponse
28
+
29
+ from pulpcore.client.pulp_file.api_client import ApiClient, RequestSerialized
30
+ from pulpcore.client.pulp_file.api_response import ApiResponse
31
+ from pulpcore.client.pulp_file.rest import RESTResponseType
32
32
 
33
33
 
34
34
  class RepositoriesFileVersionsApi:
@@ -27,11 +27,11 @@ from urllib.parse import quote
27
27
  from typing import Tuple, Optional, List, Dict, Union
28
28
  from pydantic import SecretStr
29
29
 
30
- from crc-pulp_file-client.configuration import Configuration
31
- from crc-pulp_file-client.api_response import ApiResponse, T as ApiResponseT
32
- import crc-pulp_file-client.models
33
- from crc-pulp_file-client import rest
34
- from crc-pulp_file-client.exceptions import (
30
+ from pulpcore.client.pulp_file.configuration import Configuration
31
+ from pulpcore.client.pulp_file.api_response import ApiResponse, T as ApiResponseT
32
+ import pulpcore.client.pulp_file.models
33
+ from pulpcore.client.pulp_file import rest
34
+ from pulpcore.client.pulp_file.exceptions import (
35
35
  ApiValueError,
36
36
  ApiException,
37
37
  BadRequestException,
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/20250828.3/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250829.2/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -450,7 +450,7 @@ class ApiClient:
450
450
  if klass in self.NATIVE_TYPES_MAPPING:
451
451
  klass = self.NATIVE_TYPES_MAPPING[klass]
452
452
  else:
453
- klass = getattr(crc-pulp_file-client.models, klass)
453
+ klass = getattr(pulpcore.client.pulp_file.models, klass)
454
454
 
455
455
  if klass in self.PRIMITIVE_TYPES:
456
456
  return self.__deserialize_primitive(data, klass)
@@ -178,7 +178,7 @@ class Configuration:
178
178
 
179
179
  You can programmatically set the cookie:
180
180
 
181
- conf = crc-pulp_file-client.Configuration(
181
+ conf = pulpcore.client.pulp_file.Configuration(
182
182
  api_key={'cookieAuth': 'abc123'}
183
183
  api_key_prefix={'cookieAuth': 'JSESSIONID'}
184
184
  )
@@ -196,7 +196,7 @@ conf = crc-pulp_file-client.Configuration(
196
196
 
197
197
  Configure API client with HTTP basic authentication:
198
198
 
199
- conf = crc-pulp_file-client.Configuration(
199
+ conf = pulpcore.client.pulp_file.Configuration(
200
200
  username='the-user',
201
201
  password='the-password',
202
202
  )
@@ -225,7 +225,7 @@ conf = crc-pulp_file-client.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-rpgqa8.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
229
229
  """Default Base url
230
230
  """
231
231
  self.server_index = 0 if server_index is None and host is None else server_index
@@ -268,7 +268,7 @@ conf = crc-pulp_file-client.Configuration(
268
268
  self.logger = {}
269
269
  """Logging Settings
270
270
  """
271
- self.logger["package_logger"] = logging.getLogger("crc-pulp_file-client")
271
+ self.logger["package_logger"] = logging.getLogger("pulpcore.client.pulp_file")
272
272
  self.logger["urllib3_logger"] = logging.getLogger("urllib3")
273
273
  self.logger_format = '%(asctime)s %(levelname)s %(message)s'
274
274
  """Log format
@@ -557,7 +557,7 @@ conf = crc-pulp_file-client.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250828.3".\
560
+ "SDK Package Version: 20250829.2".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]:
@@ -567,7 +567,7 @@ conf = crc-pulp_file-client.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-rpgqa8.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -0,0 +1,56 @@
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 pulpcore.client.pulp_file.models.async_operation_response import AsyncOperationResponse
19
+ from pulpcore.client.pulp_file.models.content_summary_response import ContentSummaryResponse
20
+ from pulpcore.client.pulp_file.models.file_file_alternate_content_source import FileFileAlternateContentSource
21
+ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_response import FileFileAlternateContentSourceResponse
22
+ from pulpcore.client.pulp_file.models.file_file_content_response import FileFileContentResponse
23
+ from pulpcore.client.pulp_file.models.file_file_distribution import FileFileDistribution
24
+ from pulpcore.client.pulp_file.models.file_file_distribution_response import FileFileDistributionResponse
25
+ from pulpcore.client.pulp_file.models.file_file_publication import FileFilePublication
26
+ from pulpcore.client.pulp_file.models.file_file_publication_response import FileFilePublicationResponse
27
+ from pulpcore.client.pulp_file.models.file_file_remote import FileFileRemote
28
+ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileRemoteResponse
29
+ from pulpcore.client.pulp_file.models.file_file_remote_response_hidden_fields_inner import FileFileRemoteResponseHiddenFieldsInner
30
+ from pulpcore.client.pulp_file.models.file_file_repository import FileFileRepository
31
+ from pulpcore.client.pulp_file.models.file_file_repository_response import FileFileRepositoryResponse
32
+ from pulpcore.client.pulp_file.models.my_permissions_response import MyPermissionsResponse
33
+ from pulpcore.client.pulp_file.models.nested_role import NestedRole
34
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
35
+ from pulpcore.client.pulp_file.models.object_roles_response import ObjectRolesResponse
36
+ from pulpcore.client.pulp_file.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
37
+ from pulpcore.client.pulp_file.models.paginatedfile_file_alternate_content_source_response_list import PaginatedfileFileAlternateContentSourceResponseList
38
+ from pulpcore.client.pulp_file.models.paginatedfile_file_content_response_list import PaginatedfileFileContentResponseList
39
+ from pulpcore.client.pulp_file.models.paginatedfile_file_distribution_response_list import PaginatedfileFileDistributionResponseList
40
+ from pulpcore.client.pulp_file.models.paginatedfile_file_publication_response_list import PaginatedfileFilePublicationResponseList
41
+ from pulpcore.client.pulp_file.models.paginatedfile_file_remote_response_list import PaginatedfileFileRemoteResponseList
42
+ from pulpcore.client.pulp_file.models.paginatedfile_file_repository_response_list import PaginatedfileFileRepositoryResponseList
43
+ from pulpcore.client.pulp_file.models.patchedfile_file_alternate_content_source import PatchedfileFileAlternateContentSource
44
+ from pulpcore.client.pulp_file.models.patchedfile_file_distribution import PatchedfileFileDistribution
45
+ from pulpcore.client.pulp_file.models.patchedfile_file_remote import PatchedfileFileRemote
46
+ from pulpcore.client.pulp_file.models.patchedfile_file_repository import PatchedfileFileRepository
47
+ from pulpcore.client.pulp_file.models.policy_enum import PolicyEnum
48
+ from pulpcore.client.pulp_file.models.repair import Repair
49
+ from pulpcore.client.pulp_file.models.repository_add_remove_content import RepositoryAddRemoveContent
50
+ from pulpcore.client.pulp_file.models.repository_sync_url import RepositorySyncURL
51
+ from pulpcore.client.pulp_file.models.repository_version_response import RepositoryVersionResponse
52
+ from pulpcore.client.pulp_file.models.set_label import SetLabel
53
+ from pulpcore.client.pulp_file.models.set_label_response import SetLabelResponse
54
+ from pulpcore.client.pulp_file.models.task_group_operation_response import TaskGroupOperationResponse
55
+ from pulpcore.client.pulp_file.models.unset_label import UnsetLabel
56
+ from pulpcore.client.pulp_file.models.unset_label_response import UnsetLabelResponse
@@ -21,7 +21,7 @@ import json
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional, Union
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_file-client.models.policy_enum import PolicyEnum
24
+ from pulpcore.client.pulp_file.models.policy_enum import PolicyEnum
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -22,8 +22,8 @@ from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional, Union
24
24
  from typing_extensions import Annotated
25
- from crc-pulp_file-client.models.file_file_remote_response_hidden_fields_inner import FileFileRemoteResponseHiddenFieldsInner
26
- from crc-pulp_file-client.models.policy_enum import PolicyEnum
25
+ from pulpcore.client.pulp_file.models.file_file_remote_response_hidden_fields_inner import FileFileRemoteResponseHiddenFieldsInner
26
+ from pulpcore.client.pulp_file.models.policy_enum import PolicyEnum
27
27
  from typing import Optional, Set
28
28
  from typing_extensions import Self
29
29
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict
22
22
  from typing import Any, ClassVar, Dict, List
23
- from crc-pulp_file-client.models.nested_role_response import NestedRoleResponse
23
+ from pulpcore.client.pulp_file.models.nested_role_response import NestedRoleResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_file-client.models.repository_version_response import RepositoryVersionResponse
23
+ from pulpcore.client.pulp_file.models.repository_version_response import RepositoryVersionResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_file-client.models.file_file_alternate_content_source_response import FileFileAlternateContentSourceResponse
23
+ from pulpcore.client.pulp_file.models.file_file_alternate_content_source_response import FileFileAlternateContentSourceResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_file-client.models.file_file_content_response import FileFileContentResponse
23
+ from pulpcore.client.pulp_file.models.file_file_content_response import FileFileContentResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_file-client.models.file_file_distribution_response import FileFileDistributionResponse
23
+ from pulpcore.client.pulp_file.models.file_file_distribution_response import FileFileDistributionResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_file-client.models.file_file_publication_response import FileFilePublicationResponse
23
+ from pulpcore.client.pulp_file.models.file_file_publication_response import FileFilePublicationResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_file-client.models.file_file_remote_response import FileFileRemoteResponse
23
+ from pulpcore.client.pulp_file.models.file_file_remote_response import FileFileRemoteResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
- from crc-pulp_file-client.models.file_file_repository_response import FileFileRepositoryResponse
23
+ from pulpcore.client.pulp_file.models.file_file_repository_response import FileFileRepositoryResponse
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
@@ -21,7 +21,7 @@ import json
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional, Union
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_file-client.models.policy_enum import PolicyEnum
24
+ from pulpcore.client.pulp_file.models.policy_enum import PolicyEnum
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -21,7 +21,7 @@ import json
21
21
  from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
- from crc-pulp_file-client.models.content_summary_response import ContentSummaryResponse
24
+ from pulpcore.client.pulp_file.models.content_summary_response import ContentSummaryResponse
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -20,7 +20,7 @@ import ssl
20
20
 
21
21
  import urllib3
22
22
 
23
- from crc-pulp_file-client.exceptions import ApiException, ApiValueError
23
+ from pulpcore.client.pulp_file.exceptions import ApiException, ApiValueError
24
24
 
25
25
  SUPPORTED_SOCKS_PROXIES = {"socks5", "socks5h", "socks4", "socks4a"}
26
26
  RESTResponseType = urllib3.HTTPResponse
@@ -1,11 +0,0 @@
1
- # flake8: noqa
2
-
3
- # import apis into api package
4
- from crc-pulp_file-client.api.acs_file_api import AcsFileApi
5
- from crc-pulp_file-client.api.content_files_api import ContentFilesApi
6
- from crc-pulp_file-client.api.distributions_file_api import DistributionsFileApi
7
- from crc-pulp_file-client.api.publications_file_api import PublicationsFileApi
8
- from crc-pulp_file-client.api.remotes_file_api import RemotesFileApi
9
- from crc-pulp_file-client.api.repositories_file_api import RepositoriesFileApi
10
- from crc-pulp_file-client.api.repositories_file_versions_api import RepositoriesFileVersionsApi
11
-
@@ -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_file-client.models.async_operation_response import AsyncOperationResponse
19
- from crc-pulp_file-client.models.content_summary_response import ContentSummaryResponse
20
- from crc-pulp_file-client.models.file_file_alternate_content_source import FileFileAlternateContentSource
21
- from crc-pulp_file-client.models.file_file_alternate_content_source_response import FileFileAlternateContentSourceResponse
22
- from crc-pulp_file-client.models.file_file_content_response import FileFileContentResponse
23
- from crc-pulp_file-client.models.file_file_distribution import FileFileDistribution
24
- from crc-pulp_file-client.models.file_file_distribution_response import FileFileDistributionResponse
25
- from crc-pulp_file-client.models.file_file_publication import FileFilePublication
26
- from crc-pulp_file-client.models.file_file_publication_response import FileFilePublicationResponse
27
- from crc-pulp_file-client.models.file_file_remote import FileFileRemote
28
- from crc-pulp_file-client.models.file_file_remote_response import FileFileRemoteResponse
29
- from crc-pulp_file-client.models.file_file_remote_response_hidden_fields_inner import FileFileRemoteResponseHiddenFieldsInner
30
- from crc-pulp_file-client.models.file_file_repository import FileFileRepository
31
- from crc-pulp_file-client.models.file_file_repository_response import FileFileRepositoryResponse
32
- from crc-pulp_file-client.models.my_permissions_response import MyPermissionsResponse
33
- from crc-pulp_file-client.models.nested_role import NestedRole
34
- from crc-pulp_file-client.models.nested_role_response import NestedRoleResponse
35
- from crc-pulp_file-client.models.object_roles_response import ObjectRolesResponse
36
- from crc-pulp_file-client.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
37
- from crc-pulp_file-client.models.paginatedfile_file_alternate_content_source_response_list import PaginatedfileFileAlternateContentSourceResponseList
38
- from crc-pulp_file-client.models.paginatedfile_file_content_response_list import PaginatedfileFileContentResponseList
39
- from crc-pulp_file-client.models.paginatedfile_file_distribution_response_list import PaginatedfileFileDistributionResponseList
40
- from crc-pulp_file-client.models.paginatedfile_file_publication_response_list import PaginatedfileFilePublicationResponseList
41
- from crc-pulp_file-client.models.paginatedfile_file_remote_response_list import PaginatedfileFileRemoteResponseList
42
- from crc-pulp_file-client.models.paginatedfile_file_repository_response_list import PaginatedfileFileRepositoryResponseList
43
- from crc-pulp_file-client.models.patchedfile_file_alternate_content_source import PatchedfileFileAlternateContentSource
44
- from crc-pulp_file-client.models.patchedfile_file_distribution import PatchedfileFileDistribution
45
- from crc-pulp_file-client.models.patchedfile_file_remote import PatchedfileFileRemote
46
- from crc-pulp_file-client.models.patchedfile_file_repository import PatchedfileFileRepository
47
- from crc-pulp_file-client.models.policy_enum import PolicyEnum
48
- from crc-pulp_file-client.models.repair import Repair
49
- from crc-pulp_file-client.models.repository_add_remove_content import RepositoryAddRemoveContent
50
- from crc-pulp_file-client.models.repository_sync_url import RepositorySyncURL
51
- from crc-pulp_file-client.models.repository_version_response import RepositoryVersionResponse
52
- from crc-pulp_file-client.models.set_label import SetLabel
53
- from crc-pulp_file-client.models.set_label_response import SetLabelResponse
54
- from crc-pulp_file-client.models.task_group_operation_response import TaskGroupOperationResponse
55
- from crc-pulp_file-client.models.unset_label import UnsetLabel
56
- from crc-pulp_file-client.models.unset_label_response import UnsetLabelResponse
@@ -1,59 +0,0 @@
1
- crc-pulp_file-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
- crc-pulp_file-client/api_client.py,sha256=TdiGwyzzAM5mO4mdzJ_a3IHJY_GjDkAgGX-zcyZigmU,27493
3
- crc-pulp_file-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- crc-pulp_file-client/configuration.py,sha256=pZFGFIddbW50uUmiPloPcc0uytOFaVPykShmItfj4tQ,19662
5
- crc-pulp_file-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
6
- crc-pulp_file-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- crc-pulp_file-client/rest.py,sha256=JKknlbkE_MXbz6WuZvUL-4wb9v6E9PwWeC0-AbKtsvU,9403
8
- crc-pulp_file-client/api/__init__.py,sha256=696suXsCymYyOkRAodWKdWxd3CyBpH0XhnL3YAFtYVQ,584
9
- crc-pulp_file-client/api/acs_file_api.py,sha256=IJOoIwI7kGWiq-GQXxvF9g-96kRoeu98UVDvRO_KCpc,162186
10
- crc-pulp_file-client/api/content_files_api.py,sha256=QeBEDJIdLAMeVa2xqusJ5Vy91CAe5GQquwJPN7z7W5c,100817
11
- crc-pulp_file-client/api/distributions_file_api.py,sha256=43bpzPpOAGt4z523QPTwa0hR_muj0CxbVe9nFM31Jd8,184381
12
- crc-pulp_file-client/api/publications_file_api.py,sha256=syu4B6Cg2DEFZTKLd-eEh_PJ-vp1UeUeihupZ-YXY5Q,128827
13
- crc-pulp_file-client/api/remotes_file_api.py,sha256=uiVs24TU5OmZLSHK2EuqLyabUexDf9XwnT-rvlcxKlA,192171
14
- crc-pulp_file-client/api/repositories_file_api.py,sha256=Xul_DTYIFvyTiDqB68rph1cg38aklheOFQvc74vUGBA,214367
15
- crc-pulp_file-client/api/repositories_file_versions_api.py,sha256=bdRBIJ7D1E8FVWPlNmenEDdazdaZXYAoyaJhZv7qJQM,78586
16
- crc-pulp_file-client/models/__init__.py,sha256=e1bLpwiBKxIL4Z1HU4NT1ukeHdeBoYdnx0Gv8q4dMiE,4033
17
- crc-pulp_file-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
18
- crc-pulp_file-client/models/content_summary_response.py,sha256=lu9_HyGS1qnHpEQLJYe_e9rk9VGohiCNSI7mi7ZeobA,2714
19
- crc-pulp_file-client/models/file_file_alternate_content_source.py,sha256=jsMQFKhWMZCvFIOmXwmQdi2U9NnVGm6NFiwTaMiBvW8,3544
20
- crc-pulp_file-client/models/file_file_alternate_content_source_response.py,sha256=uqInWOdMZSn6Nxh840xRF-0WHt3RB2Tp3h_gwNR8IWQ,4522
21
- crc-pulp_file-client/models/file_file_content_response.py,sha256=y96Bd1wKXcGLmRrlfvuFmVc2gE4w_93QKOseGBf_Zl0,5690
22
- crc-pulp_file-client/models/file_file_distribution.py,sha256=qPUzMFTCCZqvAYepNMl7MBFpyFc27A4YSQUqhg4U9Nk,4676
23
- crc-pulp_file-client/models/file_file_distribution_response.py,sha256=-91JAVb2-Xlm4mZDFjoiu9SSFvANqo8sjDKJrDAyOQM,6393
24
- crc-pulp_file-client/models/file_file_publication.py,sha256=u3U1g_WGZDei6_DTVz0LSVq54O1QnsXej3t_e5wyFBg,3439
25
- crc-pulp_file-client/models/file_file_publication_response.py,sha256=L2NyaF6t8dZXPdD8NIQYF8H_SKbCseKUsnKGvfmkZwM,4712
26
- crc-pulp_file-client/models/file_file_remote.py,sha256=YD05ibExoejEnrurwDHA2d3kno_sEfrEt7brn5sR_54,11917
27
- crc-pulp_file-client/models/file_file_remote_response.py,sha256=e-PIAw2jrOloWKZiCHalBJhT0735Dulo6dyXbhyaJQo,11131
28
- crc-pulp_file-client/models/file_file_remote_response_hidden_fields_inner.py,sha256=IKGVxnSiUd0tbbA6MZIWH-vOTVmhqrlPASmYxE6hfk8,2643
29
- crc-pulp_file-client/models/file_file_repository.py,sha256=YILoZhDYvMQbdqKqIaOM0Y39zXJcahGCIII5cDqmtDQ,4970
30
- crc-pulp_file-client/models/file_file_repository_response.py,sha256=Q69HAyXpL4W-28dBdW_lyCEQ2mtj7saoinZ0vNHT1g8,6363
31
- crc-pulp_file-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
32
- crc-pulp_file-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
33
- crc-pulp_file-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
34
- crc-pulp_file-client/models/object_roles_response.py,sha256=aAjbt6kdjC6RKxHObhQCdaCQc5HTYZgBoXHtcwIeFEg,2969
35
- crc-pulp_file-client/models/paginated_repository_version_response_list.py,sha256=FW1gNLiw3BT-qJO32ZY9lfw2pp51OeIHM7FJKKd21Fo,3378
36
- crc-pulp_file-client/models/paginatedfile_file_alternate_content_source_response_list.py,sha256=m34K81y6OPq43Uhv-xoGlA4RunSGkfgaSz44S9TpXXM,3485
37
- crc-pulp_file-client/models/paginatedfile_file_content_response_list.py,sha256=ntfAWgbhAfOqSxOzEzp9184FviHxdHEhmIizvObcSyM,3363
38
- crc-pulp_file-client/models/paginatedfile_file_distribution_response_list.py,sha256=ClYWwVzHF9decU1B_kNf-PZwpS_WmltDWQxzs9MrpSo,3403
39
- crc-pulp_file-client/models/paginatedfile_file_publication_response_list.py,sha256=9Yzvid0CwTQaLbsrwe_X-EZ6SnNiOFIZX3_sU1yX3Vk,3395
40
- crc-pulp_file-client/models/paginatedfile_file_remote_response_list.py,sha256=dOI0w3bCWg1Xd-44PE1t24yoFy73huun56ie1P2pUs4,3355
41
- crc-pulp_file-client/models/paginatedfile_file_repository_response_list.py,sha256=MV4X5XuxHwfKzwwTU_VBS9i_ejxdNwyL0ICOJdsK_4E,3387
42
- crc-pulp_file-client/models/patchedfile_file_alternate_content_source.py,sha256=DC5r0E7lUcy-SDmtPZwqSxKgeWbH-r6aywOzoUMlZ9o,3613
43
- crc-pulp_file-client/models/patchedfile_file_distribution.py,sha256=XUiXlisq_RJL6CxAuCn35l_NnWvhjHkLdcJKlG2JRZU,4745
44
- crc-pulp_file-client/models/patchedfile_file_remote.py,sha256=bysOj4g_4_Hls8WumtYmeC2K27KL9eaMLDlGOC_UK6Q,11986
45
- crc-pulp_file-client/models/patchedfile_file_repository.py,sha256=hx2gb_OsPpDXQkzj4EbcKUjUiMD7IQmPu0zxKPer9Rw,5015
46
- crc-pulp_file-client/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
47
- crc-pulp_file-client/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
48
- crc-pulp_file-client/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
49
- crc-pulp_file-client/models/repository_sync_url.py,sha256=BdTHsJJ7zQzJta874hLiAVkZD105xjhqY5g1QZgOFGw,2964
50
- crc-pulp_file-client/models/repository_version_response.py,sha256=ljsy8uF-6KT3jpgKiTD-BXhGmZ4j31i8BRLlyr1P6tc,5332
51
- crc-pulp_file-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
52
- crc-pulp_file-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
53
- crc-pulp_file-client/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
54
- crc-pulp_file-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
55
- crc-pulp_file-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
56
- crc_pulp_file_client-20250828.3.dist-info/METADATA,sha256=5WXBTnkmotnp77iA2fMRfB9L74AaKpTZByamq4Vd2K8,639
57
- crc_pulp_file_client-20250828.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
58
- crc_pulp_file_client-20250828.3.dist-info/top_level.txt,sha256=_wJqCg-aViCvA_T1gPVI9Ifi11QgCjcSvsMpIqJhZII,21
59
- crc_pulp_file_client-20250828.3.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- crc-pulp_file-client
File without changes