crc-pulp-file-client 20250828.3__tar.gz → 20250829.1__tar.gz

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 (117) hide show
  1. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/PKG-INFO +1 -1
  2. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/README.md +13 -13
  3. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/crc_pulp_file_client.egg-info/PKG-INFO +1 -1
  4. crc_pulp_file_client-20250829.1/crc_pulp_file_client.egg-info/SOURCES.txt +112 -0
  5. crc_pulp_file_client-20250829.1/crc_pulp_file_client.egg-info/top_level.txt +1 -0
  6. crc_pulp_file_client-20250829.1/pulpcore/client/__init__.py +2 -0
  7. crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file/__init__.py +79 -0
  8. crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file/api/__init__.py +11 -0
  9. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api/acs_file_api.py +14 -14
  10. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api/content_files_api.py +11 -11
  11. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api/distributions_file_api.py +17 -17
  12. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api/publications_file_api.py +12 -12
  13. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api/remotes_file_api.py +17 -17
  14. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api/repositories_file_api.py +19 -19
  15. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api/repositories_file_versions_api.py +8 -8
  16. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api_client.py +7 -7
  17. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/configuration.py +6 -6
  18. crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file/models/__init__.py +56 -0
  19. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_remote.py +1 -1
  20. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_remote_response.py +2 -2
  21. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/object_roles_response.py +1 -1
  22. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/paginated_repository_version_response_list.py +1 -1
  23. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/paginatedfile_file_alternate_content_source_response_list.py +1 -1
  24. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/paginatedfile_file_content_response_list.py +1 -1
  25. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/paginatedfile_file_distribution_response_list.py +1 -1
  26. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/paginatedfile_file_publication_response_list.py +1 -1
  27. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/paginatedfile_file_remote_response_list.py +1 -1
  28. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/paginatedfile_file_repository_response_list.py +1 -1
  29. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/patchedfile_file_remote.py +1 -1
  30. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/repository_version_response.py +1 -1
  31. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/rest.py +1 -1
  32. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/pyproject.toml +5 -5
  33. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/setup.py +2 -2
  34. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_acs_file_api.py +1 -1
  35. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_async_operation_response.py +1 -1
  36. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_content_files_api.py +1 -1
  37. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_content_summary_response.py +1 -1
  38. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_distributions_file_api.py +1 -1
  39. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_alternate_content_source.py +1 -1
  40. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_alternate_content_source_response.py +1 -1
  41. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_content_response.py +1 -1
  42. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_distribution.py +1 -1
  43. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_distribution_response.py +1 -1
  44. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_publication.py +1 -1
  45. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_publication_response.py +1 -1
  46. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_remote.py +1 -1
  47. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_remote_response.py +2 -2
  48. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_remote_response_hidden_fields_inner.py +1 -1
  49. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_repository.py +1 -1
  50. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_file_file_repository_response.py +1 -1
  51. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_my_permissions_response.py +1 -1
  52. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_nested_role.py +1 -1
  53. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_nested_role_response.py +1 -1
  54. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_object_roles_response.py +3 -3
  55. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_paginated_repository_version_response_list.py +3 -3
  56. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_paginatedfile_file_alternate_content_source_response_list.py +3 -3
  57. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_paginatedfile_file_content_response_list.py +3 -3
  58. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_paginatedfile_file_distribution_response_list.py +3 -3
  59. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_paginatedfile_file_publication_response_list.py +3 -3
  60. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_paginatedfile_file_remote_response_list.py +5 -5
  61. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_paginatedfile_file_repository_response_list.py +3 -3
  62. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_patchedfile_file_alternate_content_source.py +1 -1
  63. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_patchedfile_file_distribution.py +1 -1
  64. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_patchedfile_file_remote.py +1 -1
  65. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_patchedfile_file_repository.py +1 -1
  66. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_policy_enum.py +1 -1
  67. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_publications_file_api.py +1 -1
  68. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_remotes_file_api.py +1 -1
  69. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_repair.py +1 -1
  70. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_repositories_file_api.py +1 -1
  71. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_repositories_file_versions_api.py +1 -1
  72. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_repository_add_remove_content.py +1 -1
  73. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_repository_sync_url.py +1 -1
  74. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_repository_version_response.py +2 -2
  75. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_set_label.py +1 -1
  76. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_set_label_response.py +1 -1
  77. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_task_group_operation_response.py +1 -1
  78. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_unset_label.py +1 -1
  79. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/test/test_unset_label_response.py +1 -1
  80. crc_pulp_file_client-20250828.3/crc-pulp_file-client/api/__init__.py +0 -11
  81. crc_pulp_file_client-20250828.3/crc-pulp_file-client/models/__init__.py +0 -56
  82. crc_pulp_file_client-20250828.3/crc_pulp_file_client.egg-info/SOURCES.txt +0 -110
  83. crc_pulp_file_client-20250828.3/crc_pulp_file_client.egg-info/top_level.txt +0 -1
  84. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/crc_pulp_file_client.egg-info/dependency_links.txt +0 -0
  85. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/crc_pulp_file_client.egg-info/requires.txt +0 -0
  86. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore}/__init__.py +0 -0
  87. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/api_response.py +0 -0
  88. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/exceptions.py +0 -0
  89. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/async_operation_response.py +0 -0
  90. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/content_summary_response.py +0 -0
  91. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_alternate_content_source.py +0 -0
  92. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_alternate_content_source_response.py +0 -0
  93. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_content_response.py +0 -0
  94. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_distribution.py +0 -0
  95. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_distribution_response.py +0 -0
  96. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_publication.py +0 -0
  97. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_publication_response.py +0 -0
  98. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_remote_response_hidden_fields_inner.py +0 -0
  99. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_repository.py +0 -0
  100. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/file_file_repository_response.py +0 -0
  101. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/my_permissions_response.py +0 -0
  102. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/nested_role.py +0 -0
  103. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/nested_role_response.py +0 -0
  104. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/patchedfile_file_alternate_content_source.py +0 -0
  105. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/patchedfile_file_distribution.py +0 -0
  106. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/patchedfile_file_repository.py +0 -0
  107. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/policy_enum.py +0 -0
  108. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/repair.py +0 -0
  109. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/repository_add_remove_content.py +0 -0
  110. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/repository_sync_url.py +0 -0
  111. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/set_label.py +0 -0
  112. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/set_label_response.py +0 -0
  113. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/task_group_operation_response.py +0 -0
  114. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/unset_label.py +0 -0
  115. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/models/unset_label_response.py +0 -0
  116. {crc_pulp_file_client-20250828.3/crc-pulp_file-client → crc_pulp_file_client-20250829.1/pulpcore/client/pulp_file}/py.typed +0 -0
  117. {crc_pulp_file_client-20250828.3 → crc_pulp_file_client-20250829.1}/setup.cfg +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.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 20250828.3
7
+ - Package version: 20250829.1
8
8
  - Generator version: 7.10.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,7 +25,7 @@ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
25
25
 
26
26
  Then import the package:
27
27
  ```python
28
- import crc-pulp_file-client
28
+ import pulpcore.client.pulp_file
29
29
  ```
30
30
 
31
31
  ### Setuptools
@@ -39,7 +39,7 @@ python setup.py install --user
39
39
 
40
40
  Then import the package:
41
41
  ```python
42
- import crc-pulp_file-client
42
+ import pulpcore.client.pulp_file
43
43
  ```
44
44
 
45
45
  ### Tests
@@ -52,14 +52,14 @@ Please follow the [installation procedure](#installation--usage) and then run th
52
52
 
53
53
  ```python
54
54
 
55
- import crc-pulp_file-client
56
- from crc-pulp_file-client.rest import ApiException
55
+ import pulpcore.client.pulp_file
56
+ from pulpcore.client.pulp_file.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
- configuration = crc-pulp_file-client.Configuration(
62
- host = "https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com"
61
+ configuration = pulpcore.client.pulp_file.Configuration(
62
+ host = "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -70,7 +70,7 @@ configuration = crc-pulp_file-client.Configuration(
70
70
  configuration.access_token = os.environ["ACCESS_TOKEN"]
71
71
 
72
72
  # Configure HTTP basic authorization: basicAuth
73
- configuration = crc-pulp_file-client.Configuration(
73
+ configuration = pulpcore.client.pulp_file.Configuration(
74
74
  username = os.environ["USERNAME"],
75
75
  password = os.environ["PASSWORD"]
76
76
  )
@@ -83,11 +83,11 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
83
83
 
84
84
 
85
85
  # Enter a context with an instance of the API client
86
- with crc-pulp_file-client.ApiClient(configuration) as api_client:
86
+ with pulpcore.client.pulp_file.ApiClient(configuration) as api_client:
87
87
  # Create an instance of the API class
88
- api_instance = crc-pulp_file-client.AcsFileApi(api_client)
88
+ api_instance = pulpcore.client.pulp_file.AcsFileApi(api_client)
89
89
  file_file_alternate_content_source_href = 'file_file_alternate_content_source_href_example' # str |
90
- nested_role = crc-pulp_file-client.NestedRole() # NestedRole |
90
+ nested_role = pulpcore.client.pulp_file.NestedRole() # NestedRole |
91
91
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
92
92
 
93
93
  try:
@@ -102,7 +102,7 @@ with crc-pulp_file-client.ApiClient(configuration) as api_client:
102
102
 
103
103
  ## Documentation for API Endpoints
104
104
 
105
- All URIs are relative to *https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com*
105
+ All URIs are relative to *https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com*
106
106
 
107
107
  Class | Method | HTTP request | Description
108
108
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_file-client
3
- Version: 20250828.3
3
+ Version: 20250829.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -0,0 +1,112 @@
1
+ README.md
2
+ pyproject.toml
3
+ setup.cfg
4
+ setup.py
5
+ crc_pulp_file_client.egg-info/PKG-INFO
6
+ crc_pulp_file_client.egg-info/SOURCES.txt
7
+ crc_pulp_file_client.egg-info/dependency_links.txt
8
+ crc_pulp_file_client.egg-info/requires.txt
9
+ crc_pulp_file_client.egg-info/top_level.txt
10
+ pulpcore/__init__.py
11
+ pulpcore/client/__init__.py
12
+ pulpcore/client/pulp_file/__init__.py
13
+ pulpcore/client/pulp_file/api_client.py
14
+ pulpcore/client/pulp_file/api_response.py
15
+ pulpcore/client/pulp_file/configuration.py
16
+ pulpcore/client/pulp_file/exceptions.py
17
+ pulpcore/client/pulp_file/py.typed
18
+ pulpcore/client/pulp_file/rest.py
19
+ pulpcore/client/pulp_file/api/__init__.py
20
+ pulpcore/client/pulp_file/api/acs_file_api.py
21
+ pulpcore/client/pulp_file/api/content_files_api.py
22
+ pulpcore/client/pulp_file/api/distributions_file_api.py
23
+ pulpcore/client/pulp_file/api/publications_file_api.py
24
+ pulpcore/client/pulp_file/api/remotes_file_api.py
25
+ pulpcore/client/pulp_file/api/repositories_file_api.py
26
+ pulpcore/client/pulp_file/api/repositories_file_versions_api.py
27
+ pulpcore/client/pulp_file/models/__init__.py
28
+ pulpcore/client/pulp_file/models/async_operation_response.py
29
+ pulpcore/client/pulp_file/models/content_summary_response.py
30
+ pulpcore/client/pulp_file/models/file_file_alternate_content_source.py
31
+ pulpcore/client/pulp_file/models/file_file_alternate_content_source_response.py
32
+ pulpcore/client/pulp_file/models/file_file_content_response.py
33
+ pulpcore/client/pulp_file/models/file_file_distribution.py
34
+ pulpcore/client/pulp_file/models/file_file_distribution_response.py
35
+ pulpcore/client/pulp_file/models/file_file_publication.py
36
+ pulpcore/client/pulp_file/models/file_file_publication_response.py
37
+ pulpcore/client/pulp_file/models/file_file_remote.py
38
+ pulpcore/client/pulp_file/models/file_file_remote_response.py
39
+ pulpcore/client/pulp_file/models/file_file_remote_response_hidden_fields_inner.py
40
+ pulpcore/client/pulp_file/models/file_file_repository.py
41
+ pulpcore/client/pulp_file/models/file_file_repository_response.py
42
+ pulpcore/client/pulp_file/models/my_permissions_response.py
43
+ pulpcore/client/pulp_file/models/nested_role.py
44
+ pulpcore/client/pulp_file/models/nested_role_response.py
45
+ pulpcore/client/pulp_file/models/object_roles_response.py
46
+ pulpcore/client/pulp_file/models/paginated_repository_version_response_list.py
47
+ pulpcore/client/pulp_file/models/paginatedfile_file_alternate_content_source_response_list.py
48
+ pulpcore/client/pulp_file/models/paginatedfile_file_content_response_list.py
49
+ pulpcore/client/pulp_file/models/paginatedfile_file_distribution_response_list.py
50
+ pulpcore/client/pulp_file/models/paginatedfile_file_publication_response_list.py
51
+ pulpcore/client/pulp_file/models/paginatedfile_file_remote_response_list.py
52
+ pulpcore/client/pulp_file/models/paginatedfile_file_repository_response_list.py
53
+ pulpcore/client/pulp_file/models/patchedfile_file_alternate_content_source.py
54
+ pulpcore/client/pulp_file/models/patchedfile_file_distribution.py
55
+ pulpcore/client/pulp_file/models/patchedfile_file_remote.py
56
+ pulpcore/client/pulp_file/models/patchedfile_file_repository.py
57
+ pulpcore/client/pulp_file/models/policy_enum.py
58
+ pulpcore/client/pulp_file/models/repair.py
59
+ pulpcore/client/pulp_file/models/repository_add_remove_content.py
60
+ pulpcore/client/pulp_file/models/repository_sync_url.py
61
+ pulpcore/client/pulp_file/models/repository_version_response.py
62
+ pulpcore/client/pulp_file/models/set_label.py
63
+ pulpcore/client/pulp_file/models/set_label_response.py
64
+ pulpcore/client/pulp_file/models/task_group_operation_response.py
65
+ pulpcore/client/pulp_file/models/unset_label.py
66
+ pulpcore/client/pulp_file/models/unset_label_response.py
67
+ test/test_acs_file_api.py
68
+ test/test_async_operation_response.py
69
+ test/test_content_files_api.py
70
+ test/test_content_summary_response.py
71
+ test/test_distributions_file_api.py
72
+ test/test_file_file_alternate_content_source.py
73
+ test/test_file_file_alternate_content_source_response.py
74
+ test/test_file_file_content_response.py
75
+ test/test_file_file_distribution.py
76
+ test/test_file_file_distribution_response.py
77
+ test/test_file_file_publication.py
78
+ test/test_file_file_publication_response.py
79
+ test/test_file_file_remote.py
80
+ test/test_file_file_remote_response.py
81
+ test/test_file_file_remote_response_hidden_fields_inner.py
82
+ test/test_file_file_repository.py
83
+ test/test_file_file_repository_response.py
84
+ test/test_my_permissions_response.py
85
+ test/test_nested_role.py
86
+ test/test_nested_role_response.py
87
+ test/test_object_roles_response.py
88
+ test/test_paginated_repository_version_response_list.py
89
+ test/test_paginatedfile_file_alternate_content_source_response_list.py
90
+ test/test_paginatedfile_file_content_response_list.py
91
+ test/test_paginatedfile_file_distribution_response_list.py
92
+ test/test_paginatedfile_file_publication_response_list.py
93
+ test/test_paginatedfile_file_remote_response_list.py
94
+ test/test_paginatedfile_file_repository_response_list.py
95
+ test/test_patchedfile_file_alternate_content_source.py
96
+ test/test_patchedfile_file_distribution.py
97
+ test/test_patchedfile_file_remote.py
98
+ test/test_patchedfile_file_repository.py
99
+ test/test_policy_enum.py
100
+ test/test_publications_file_api.py
101
+ test/test_remotes_file_api.py
102
+ test/test_repair.py
103
+ test/test_repositories_file_api.py
104
+ test/test_repositories_file_versions_api.py
105
+ test/test_repository_add_remove_content.py
106
+ test/test_repository_sync_url.py
107
+ test/test_repository_version_response.py
108
+ test/test_set_label.py
109
+ test/test_set_label_response.py
110
+ test/test_task_group_operation_response.py
111
+ test/test_unset_label.py
112
+ test/test_unset_label_response.py
@@ -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.1"
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.1/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)