crc-pulp-file-client 20250819.1__py3-none-any.whl → 20260113.4__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.
- crc_pulp_file_client-20260113.4.dist-info/METADATA +8160 -0
- crc_pulp_file_client-20260113.4.dist-info/RECORD +62 -0
- crc_pulp_file_client-20260113.4.dist-info/top_level.txt +1 -0
- pulpcore/client/pulp_file/__init__.py +80 -0
- pulpcore/client/pulp_file/api/__init__.py +11 -0
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/acs_file_api.py +30 -24
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/content_files_api.py +394 -10
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/distributions_file_api.py +33 -27
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/publications_file_api.py +12 -12
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/remotes_file_api.py +33 -27
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/repositories_file_api.py +35 -29
- {services-pulp_file-client → pulpcore/client/pulp_file}/api/repositories_file_versions_api.py +8 -8
- {services-pulp_file-client → pulpcore/client/pulp_file}/api_client.py +7 -7
- {crc-pulp_file-client → pulpcore/client/pulp_file}/configuration.py +6 -6
- pulpcore/client/pulp_file/models/__init__.py +57 -0
- services-pulp_file-client/models/file_file_content_response.py → pulpcore/client/pulp_file/models/file_content_upload_response.py +8 -4
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_content_response.py +5 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote_response.py +2 -2
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/object_roles_response.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginated_repository_version_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_alternate_content_source_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_content_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_distribution_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_publication_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_remote_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/paginatedfile_file_repository_response_list.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_remote.py +1 -1
- {services-pulp_file-client → pulpcore/client/pulp_file}/models/repository_version_response.py +7 -3
- {services-pulp_file-client → pulpcore/client/pulp_file}/rest.py +1 -1
- crc-pulp_file-client/api/__init__.py +0 -11
- crc-pulp_file-client/api/acs_file_api.py +0 -3689
- crc-pulp_file-client/api/content_files_api.py +0 -2088
- crc-pulp_file-client/api/distributions_file_api.py +0 -4186
- crc-pulp_file-client/api/publications_file_api.py +0 -2881
- crc-pulp_file-client/api/remotes_file_api.py +0 -4214
- crc-pulp_file-client/api/repositories_file_api.py +0 -4856
- crc-pulp_file-client/api/repositories_file_versions_api.py +0 -1670
- crc-pulp_file-client/api_client.py +0 -798
- crc-pulp_file-client/models/__init__.py +0 -56
- crc-pulp_file-client/models/file_file_remote.py +0 -205
- crc-pulp_file-client/models/file_file_remote_response.py +0 -199
- crc-pulp_file-client/models/object_roles_response.py +0 -96
- crc-pulp_file-client/models/paginated_repository_version_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_alternate_content_source_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_content_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_distribution_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_publication_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_remote_response_list.py +0 -112
- crc-pulp_file-client/models/paginatedfile_file_repository_response_list.py +0 -112
- crc-pulp_file-client/models/patchedfile_file_remote.py +0 -205
- crc-pulp_file-client/models/repository_version_response.py +0 -121
- crc-pulp_file-client/rest.py +0 -258
- crc_pulp_file_client-20250819.1.dist-info/METADATA +0 -25
- crc_pulp_file_client-20250819.1.dist-info/RECORD +0 -114
- crc_pulp_file_client-20250819.1.dist-info/top_level.txt +0 -2
- services-pulp_file-client/api/__init__.py +0 -11
- services-pulp_file-client/api_response.py +0 -21
- services-pulp_file-client/configuration.py +0 -628
- services-pulp_file-client/exceptions.py +0 -200
- services-pulp_file-client/models/__init__.py +0 -56
- services-pulp_file-client/models/async_operation_response.py +0 -88
- services-pulp_file-client/models/content_summary_response.py +0 -92
- services-pulp_file-client/models/file_file_alternate_content_source.py +0 -101
- services-pulp_file-client/models/file_file_alternate_content_source_response.py +0 -116
- services-pulp_file-client/models/file_file_distribution.py +0 -118
- services-pulp_file-client/models/file_file_distribution_response.py +0 -142
- services-pulp_file-client/models/file_file_publication.py +0 -100
- services-pulp_file-client/models/file_file_publication_response.py +0 -120
- services-pulp_file-client/models/file_file_remote_response_hidden_fields_inner.py +0 -90
- services-pulp_file-client/models/file_file_repository.py +0 -121
- services-pulp_file-client/models/file_file_repository_response.py +0 -146
- services-pulp_file-client/models/my_permissions_response.py +0 -88
- services-pulp_file-client/models/nested_role.py +0 -93
- services-pulp_file-client/models/nested_role_response.py +0 -92
- services-pulp_file-client/models/patchedfile_file_alternate_content_source.py +0 -101
- services-pulp_file-client/models/patchedfile_file_distribution.py +0 -118
- services-pulp_file-client/models/patchedfile_file_repository.py +0 -121
- services-pulp_file-client/models/policy_enum.py +0 -39
- services-pulp_file-client/models/repair.py +0 -88
- services-pulp_file-client/models/repository_add_remove_content.py +0 -93
- services-pulp_file-client/models/repository_sync_url.py +0 -90
- services-pulp_file-client/models/set_label.py +0 -103
- services-pulp_file-client/models/set_label_response.py +0 -103
- services-pulp_file-client/models/task_group_operation_response.py +0 -88
- services-pulp_file-client/models/unset_label.py +0 -96
- services-pulp_file-client/models/unset_label_response.py +0 -100
- services-pulp_file-client/py.typed +0 -0
- {crc_pulp_file_client-20250819.1.dist-info → crc_pulp_file_client-20260113.4.dist-info}/WHEEL +0 -0
- {crc-pulp_file-client → pulpcore}/__init__.py +0 -0
- {services-pulp_file-client → pulpcore/client}/__init__.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/api_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/exceptions.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/async_operation_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/content_summary_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_alternate_content_source.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_alternate_content_source_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_distribution.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_distribution_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_publication.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_publication_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_remote_response_hidden_fields_inner.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_repository.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/file_file_repository_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/my_permissions_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/nested_role.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/nested_role_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_alternate_content_source.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_distribution.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/patchedfile_file_repository.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/policy_enum.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repair.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repository_add_remove_content.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/repository_sync_url.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/set_label.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/set_label_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/task_group_operation_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/unset_label.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/models/unset_label_response.py +0 -0
- {crc-pulp_file-client → pulpcore/client/pulp_file}/py.typed +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.