pulp-python-client 3.24.1__tar.gz → 3.25.0__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.
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/PKG-INFO +6 -3
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/README.md +5 -2
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulp_python_client.egg-info/PKG-INFO +6 -3
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulp_python_client.egg-info/SOURCES.txt +4 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/__init__.py +5 -1
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/content_packages_api.py +64 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +16 -1
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/__init__.py +2 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +9 -9
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_remote.py +9 -9
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +10 -10
- pulp_python_client-3.25.0/pulpcore/client/pulp_python/models/remote_network_config.py +178 -0
- pulp_python_client-3.25.0/pulpcore/client/pulp_python/models/remote_network_config_response.py +148 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pyproject.toml +1 -1
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/setup.py +1 -1
- pulp_python_client-3.25.0/test/test_remote_network_config.py +70 -0
- pulp_python_client-3.25.0/test/test_remote_network_config_response.py +65 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/__init__.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/__init__.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/api_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/py.typed +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/setup.cfg +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_async_operation_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_content_packages_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_content_provenance_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_content_summary_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_filetype_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_metadata_version_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_my_permissions_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_nested_role.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_nested_role_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_object_roles_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_package_metadata_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_package_types_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_package_upload_task_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_paginatedpython_python_remote_response_list.py +20 -20
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_patchedpython_python_distribution.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_patchedpython_python_remote.py +5 -5
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_patchedpython_python_repository.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_policy_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_protocol_version_enum.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_publications_pypi_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_pypi_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_pypi_provenance_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_pypi_simple_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_package_provenance_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_distribution.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_distribution_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_package_content_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_publication.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_publication_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_remote.py +5 -5
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_remote_response.py +10 -10
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_repository.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_python_python_repository_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_remotes_python_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_repair.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_repositories_python_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_repository_sync_url.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_repository_version_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_set_label.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_set_label_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_summary_response.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_unset_label.py +0 -0
- {pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/test/test_unset_label_response.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_python-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.25.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 3.
|
|
27
|
+
- Package version: 3.25.0
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -112,6 +112,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
112
112
|
file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
|
|
113
113
|
upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
|
|
114
114
|
file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
|
|
115
|
+
downloader_config = pulpcore.client.pulp_python.RemoteNetworkConfig() # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. (optional)
|
|
115
116
|
author = 'author_example' # str | Text containing the author's name. Contact information can also be added, separated with newlines. (optional)
|
|
116
117
|
author_email = 'author_email_example' # str | The author's e-mail address. (optional)
|
|
117
118
|
description = 'description_example' # str | A longer description of the package that can run to several paragraphs. (optional)
|
|
@@ -143,7 +144,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
143
144
|
|
|
144
145
|
try:
|
|
145
146
|
# Create a python package content
|
|
146
|
-
api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
|
|
147
|
+
api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
|
|
147
148
|
print("The response of ContentPackagesApi->create:\n")
|
|
148
149
|
pprint(api_response)
|
|
149
150
|
except ApiException as e:
|
|
@@ -267,6 +268,8 @@ Class | Method | HTTP request | Description
|
|
|
267
268
|
- [PythonPythonRemoteResponseHiddenFieldsInner](docs/PythonPythonRemoteResponseHiddenFieldsInner.md)
|
|
268
269
|
- [PythonPythonRepository](docs/PythonPythonRepository.md)
|
|
269
270
|
- [PythonPythonRepositoryResponse](docs/PythonPythonRepositoryResponse.md)
|
|
271
|
+
- [RemoteNetworkConfig](docs/RemoteNetworkConfig.md)
|
|
272
|
+
- [RemoteNetworkConfigResponse](docs/RemoteNetworkConfigResponse.md)
|
|
270
273
|
- [Repair](docs/Repair.md)
|
|
271
274
|
- [RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
272
275
|
- [RepositorySyncURL](docs/RepositorySyncURL.md)
|
|
@@ -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: 3.
|
|
7
|
+
- Package version: 3.25.0
|
|
8
8
|
- Generator version: 7.14.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -92,6 +92,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
92
92
|
file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
|
|
93
93
|
upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
|
|
94
94
|
file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
|
|
95
|
+
downloader_config = pulpcore.client.pulp_python.RemoteNetworkConfig() # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. (optional)
|
|
95
96
|
author = 'author_example' # str | Text containing the author's name. Contact information can also be added, separated with newlines. (optional)
|
|
96
97
|
author_email = 'author_email_example' # str | The author's e-mail address. (optional)
|
|
97
98
|
description = 'description_example' # str | A longer description of the package that can run to several paragraphs. (optional)
|
|
@@ -123,7 +124,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
123
124
|
|
|
124
125
|
try:
|
|
125
126
|
# Create a python package content
|
|
126
|
-
api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
|
|
127
|
+
api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
|
|
127
128
|
print("The response of ContentPackagesApi->create:\n")
|
|
128
129
|
pprint(api_response)
|
|
129
130
|
except ApiException as e:
|
|
@@ -247,6 +248,8 @@ Class | Method | HTTP request | Description
|
|
|
247
248
|
- [PythonPythonRemoteResponseHiddenFieldsInner](docs/PythonPythonRemoteResponseHiddenFieldsInner.md)
|
|
248
249
|
- [PythonPythonRepository](docs/PythonPythonRepository.md)
|
|
249
250
|
- [PythonPythonRepositoryResponse](docs/PythonPythonRepositoryResponse.md)
|
|
251
|
+
- [RemoteNetworkConfig](docs/RemoteNetworkConfig.md)
|
|
252
|
+
- [RemoteNetworkConfigResponse](docs/RemoteNetworkConfigResponse.md)
|
|
250
253
|
- [Repair](docs/Repair.md)
|
|
251
254
|
- [RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
252
255
|
- [RepositorySyncURL](docs/RepositorySyncURL.md)
|
{pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulp_python_client.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_python-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.25.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 3.
|
|
27
|
+
- Package version: 3.25.0
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -112,6 +112,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
112
112
|
file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
|
|
113
113
|
upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
|
|
114
114
|
file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
|
|
115
|
+
downloader_config = pulpcore.client.pulp_python.RemoteNetworkConfig() # RemoteNetworkConfig | Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url. (optional)
|
|
115
116
|
author = 'author_example' # str | Text containing the author's name. Contact information can also be added, separated with newlines. (optional)
|
|
116
117
|
author_email = 'author_email_example' # str | The author's e-mail address. (optional)
|
|
117
118
|
description = 'description_example' # str | A longer description of the package that can run to several paragraphs. (optional)
|
|
@@ -143,7 +144,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
143
144
|
|
|
144
145
|
try:
|
|
145
146
|
# Create a python package content
|
|
146
|
-
api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
|
|
147
|
+
api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, downloader_config=downloader_config, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256, attestations=attestations)
|
|
147
148
|
print("The response of ContentPackagesApi->create:\n")
|
|
148
149
|
pprint(api_response)
|
|
149
150
|
except ApiException as e:
|
|
@@ -267,6 +268,8 @@ Class | Method | HTTP request | Description
|
|
|
267
268
|
- [PythonPythonRemoteResponseHiddenFieldsInner](docs/PythonPythonRemoteResponseHiddenFieldsInner.md)
|
|
268
269
|
- [PythonPythonRepository](docs/PythonPythonRepository.md)
|
|
269
270
|
- [PythonPythonRepositoryResponse](docs/PythonPythonRepositoryResponse.md)
|
|
271
|
+
- [RemoteNetworkConfig](docs/RemoteNetworkConfig.md)
|
|
272
|
+
- [RemoteNetworkConfigResponse](docs/RemoteNetworkConfigResponse.md)
|
|
270
273
|
- [Repair](docs/Repair.md)
|
|
271
274
|
- [RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
272
275
|
- [RepositorySyncURL](docs/RepositorySyncURL.md)
|
{pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulp_python_client.egg-info/SOURCES.txt
RENAMED
|
@@ -65,6 +65,8 @@ pulpcore/client/pulp_python/models/python_python_remote_response.py
|
|
|
65
65
|
pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py
|
|
66
66
|
pulpcore/client/pulp_python/models/python_python_repository.py
|
|
67
67
|
pulpcore/client/pulp_python/models/python_python_repository_response.py
|
|
68
|
+
pulpcore/client/pulp_python/models/remote_network_config.py
|
|
69
|
+
pulpcore/client/pulp_python/models/remote_network_config_response.py
|
|
68
70
|
pulpcore/client/pulp_python/models/repair.py
|
|
69
71
|
pulpcore/client/pulp_python/models/repository_add_remove_content.py
|
|
70
72
|
pulpcore/client/pulp_python/models/repository_sync_url.py
|
|
@@ -118,6 +120,8 @@ test/test_python_python_remote_response.py
|
|
|
118
120
|
test/test_python_python_remote_response_hidden_fields_inner.py
|
|
119
121
|
test/test_python_python_repository.py
|
|
120
122
|
test/test_python_python_repository_response.py
|
|
123
|
+
test/test_remote_network_config.py
|
|
124
|
+
test/test_remote_network_config_response.py
|
|
121
125
|
test/test_remotes_python_api.py
|
|
122
126
|
test/test_repair.py
|
|
123
127
|
test/test_repositories_python_api.py
|
{pulp_python_client-3.24.1 → pulp_python_client-3.25.0}/pulpcore/client/pulp_python/__init__.py
RENAMED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "3.
|
|
18
|
+
__version__ = "3.25.0"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
|
@@ -75,6 +75,8 @@ __all__ = [
|
|
|
75
75
|
"PythonPythonRemoteResponseHiddenFieldsInner",
|
|
76
76
|
"PythonPythonRepository",
|
|
77
77
|
"PythonPythonRepositoryResponse",
|
|
78
|
+
"RemoteNetworkConfig",
|
|
79
|
+
"RemoteNetworkConfigResponse",
|
|
78
80
|
"Repair",
|
|
79
81
|
"RepositoryAddRemoveContent",
|
|
80
82
|
"RepositorySyncURL",
|
|
@@ -147,6 +149,8 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
147
149
|
from pulpcore.client.pulp_python.models.python_python_remote_response_hidden_fields_inner import PythonPythonRemoteResponseHiddenFieldsInner as PythonPythonRemoteResponseHiddenFieldsInner
|
|
148
150
|
from pulpcore.client.pulp_python.models.python_python_repository import PythonPythonRepository as PythonPythonRepository
|
|
149
151
|
from pulpcore.client.pulp_python.models.python_python_repository_response import PythonPythonRepositoryResponse as PythonPythonRepositoryResponse
|
|
152
|
+
from pulpcore.client.pulp_python.models.remote_network_config import RemoteNetworkConfig as RemoteNetworkConfig
|
|
153
|
+
from pulpcore.client.pulp_python.models.remote_network_config_response import RemoteNetworkConfigResponse as RemoteNetworkConfigResponse
|
|
150
154
|
from pulpcore.client.pulp_python.models.repair import Repair as Repair
|
|
151
155
|
from pulpcore.client.pulp_python.models.repository_add_remove_content import RepositoryAddRemoveContent as RepositoryAddRemoveContent
|
|
152
156
|
from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyncURL as RepositorySyncURL
|
|
@@ -57,6 +57,7 @@ class ContentPackagesApi:
|
|
|
57
57
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
58
58
|
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
59
59
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
60
|
+
downloader_config: Annotated[Optional[Any], Field(description="Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.")] = None,
|
|
60
61
|
author: Annotated[Optional[StrictStr], Field(description="Text containing the author's name. Contact information can also be added, separated with newlines.")] = None,
|
|
61
62
|
author_email: Annotated[Optional[StrictStr], Field(description="The author's e-mail address. ")] = None,
|
|
62
63
|
description: Annotated[Optional[StrictStr], Field(description="A longer description of the package that can run to several paragraphs.")] = None,
|
|
@@ -118,6 +119,8 @@ class ContentPackagesApi:
|
|
|
118
119
|
:type upload: str
|
|
119
120
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
120
121
|
:type file_url: str
|
|
122
|
+
:param downloader_config: Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
123
|
+
:type downloader_config: RemoteNetworkConfig
|
|
121
124
|
:param author: Text containing the author's name. Contact information can also be added, separated with newlines.
|
|
122
125
|
:type author: str
|
|
123
126
|
:param author_email: The author's e-mail address.
|
|
@@ -205,6 +208,7 @@ class ContentPackagesApi:
|
|
|
205
208
|
file=file,
|
|
206
209
|
upload=upload,
|
|
207
210
|
file_url=file_url,
|
|
211
|
+
downloader_config=downloader_config,
|
|
208
212
|
author=author,
|
|
209
213
|
author_email=author_email,
|
|
210
214
|
description=description,
|
|
@@ -264,6 +268,7 @@ class ContentPackagesApi:
|
|
|
264
268
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
265
269
|
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
266
270
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
271
|
+
downloader_config: Annotated[Optional[Any], Field(description="Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.")] = None,
|
|
267
272
|
author: Annotated[Optional[StrictStr], Field(description="Text containing the author's name. Contact information can also be added, separated with newlines.")] = None,
|
|
268
273
|
author_email: Annotated[Optional[StrictStr], Field(description="The author's e-mail address. ")] = None,
|
|
269
274
|
description: Annotated[Optional[StrictStr], Field(description="A longer description of the package that can run to several paragraphs.")] = None,
|
|
@@ -325,6 +330,8 @@ class ContentPackagesApi:
|
|
|
325
330
|
:type upload: str
|
|
326
331
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
327
332
|
:type file_url: str
|
|
333
|
+
:param downloader_config: Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
334
|
+
:type downloader_config: RemoteNetworkConfig
|
|
328
335
|
:param author: Text containing the author's name. Contact information can also be added, separated with newlines.
|
|
329
336
|
:type author: str
|
|
330
337
|
:param author_email: The author's e-mail address.
|
|
@@ -412,6 +419,7 @@ class ContentPackagesApi:
|
|
|
412
419
|
file=file,
|
|
413
420
|
upload=upload,
|
|
414
421
|
file_url=file_url,
|
|
422
|
+
downloader_config=downloader_config,
|
|
415
423
|
author=author,
|
|
416
424
|
author_email=author_email,
|
|
417
425
|
description=description,
|
|
@@ -471,6 +479,7 @@ class ContentPackagesApi:
|
|
|
471
479
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
472
480
|
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
473
481
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
482
|
+
downloader_config: Annotated[Optional[Any], Field(description="Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.")] = None,
|
|
474
483
|
author: Annotated[Optional[StrictStr], Field(description="Text containing the author's name. Contact information can also be added, separated with newlines.")] = None,
|
|
475
484
|
author_email: Annotated[Optional[StrictStr], Field(description="The author's e-mail address. ")] = None,
|
|
476
485
|
description: Annotated[Optional[StrictStr], Field(description="A longer description of the package that can run to several paragraphs.")] = None,
|
|
@@ -532,6 +541,8 @@ class ContentPackagesApi:
|
|
|
532
541
|
:type upload: str
|
|
533
542
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
534
543
|
:type file_url: str
|
|
544
|
+
:param downloader_config: Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
545
|
+
:type downloader_config: RemoteNetworkConfig
|
|
535
546
|
:param author: Text containing the author's name. Contact information can also be added, separated with newlines.
|
|
536
547
|
:type author: str
|
|
537
548
|
:param author_email: The author's e-mail address.
|
|
@@ -619,6 +630,7 @@ class ContentPackagesApi:
|
|
|
619
630
|
file=file,
|
|
620
631
|
upload=upload,
|
|
621
632
|
file_url=file_url,
|
|
633
|
+
downloader_config=downloader_config,
|
|
622
634
|
author=author,
|
|
623
635
|
author_email=author_email,
|
|
624
636
|
description=description,
|
|
@@ -673,6 +685,7 @@ class ContentPackagesApi:
|
|
|
673
685
|
file,
|
|
674
686
|
upload,
|
|
675
687
|
file_url,
|
|
688
|
+
downloader_config,
|
|
676
689
|
author,
|
|
677
690
|
author_email,
|
|
678
691
|
description,
|
|
@@ -742,6 +755,8 @@ class ContentPackagesApi:
|
|
|
742
755
|
_form_params.append(('upload', upload))
|
|
743
756
|
if file_url is not None:
|
|
744
757
|
_form_params.append(('file_url', file_url))
|
|
758
|
+
if downloader_config is not None:
|
|
759
|
+
_form_params.append(('downloader_config', downloader_config))
|
|
745
760
|
if author is not None:
|
|
746
761
|
_form_params.append(('author', author))
|
|
747
762
|
if author_email is not None:
|
|
@@ -853,6 +868,7 @@ class ContentPackagesApi:
|
|
|
853
868
|
self,
|
|
854
869
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
855
870
|
author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
|
|
871
|
+
author__contains: Annotated[Optional[StrictStr], Field(description="Filter results where author contains value")] = None,
|
|
856
872
|
author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
|
|
857
873
|
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
858
874
|
filename__contains: Annotated[Optional[StrictStr], Field(description="Filter results where filename contains value")] = None,
|
|
@@ -861,6 +877,7 @@ class ContentPackagesApi:
|
|
|
861
877
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
862
878
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
863
879
|
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
880
|
+
name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
|
|
864
881
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
865
882
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
866
883
|
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
@@ -908,6 +925,8 @@ class ContentPackagesApi:
|
|
|
908
925
|
:type x_task_diagnostics: List[str]
|
|
909
926
|
:param author: Filter results where author matches value
|
|
910
927
|
:type author: str
|
|
928
|
+
:param author__contains: Filter results where author contains value
|
|
929
|
+
:type author__contains: str
|
|
911
930
|
:param author__in: Filter results where author is in a comma-separated list of values
|
|
912
931
|
:type author__in: List[str]
|
|
913
932
|
:param filename: Filter results where filename matches value
|
|
@@ -924,6 +943,8 @@ class ContentPackagesApi:
|
|
|
924
943
|
:type limit: int
|
|
925
944
|
:param name: Filter results where name matches value
|
|
926
945
|
:type name: str
|
|
946
|
+
:param name__contains: Filter results where name contains value
|
|
947
|
+
:type name__contains: str
|
|
927
948
|
:param name__in: Filter results where name is in a comma-separated list of values
|
|
928
949
|
:type name__in: List[str]
|
|
929
950
|
:param offset: The initial index from which to return the results.
|
|
@@ -1001,6 +1022,7 @@ class ContentPackagesApi:
|
|
|
1001
1022
|
_param = self._list_serialize(
|
|
1002
1023
|
x_task_diagnostics=x_task_diagnostics,
|
|
1003
1024
|
author=author,
|
|
1025
|
+
author__contains=author__contains,
|
|
1004
1026
|
author__in=author__in,
|
|
1005
1027
|
filename=filename,
|
|
1006
1028
|
filename__contains=filename__contains,
|
|
@@ -1009,6 +1031,7 @@ class ContentPackagesApi:
|
|
|
1009
1031
|
keywords__in=keywords__in,
|
|
1010
1032
|
limit=limit,
|
|
1011
1033
|
name=name,
|
|
1034
|
+
name__contains=name__contains,
|
|
1012
1035
|
name__in=name__in,
|
|
1013
1036
|
offset=offset,
|
|
1014
1037
|
ordering=ordering,
|
|
@@ -1060,6 +1083,7 @@ class ContentPackagesApi:
|
|
|
1060
1083
|
self,
|
|
1061
1084
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1062
1085
|
author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
|
|
1086
|
+
author__contains: Annotated[Optional[StrictStr], Field(description="Filter results where author contains value")] = None,
|
|
1063
1087
|
author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
|
|
1064
1088
|
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
1065
1089
|
filename__contains: Annotated[Optional[StrictStr], Field(description="Filter results where filename contains value")] = None,
|
|
@@ -1068,6 +1092,7 @@ class ContentPackagesApi:
|
|
|
1068
1092
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
1069
1093
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
1070
1094
|
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
1095
|
+
name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
|
|
1071
1096
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
1072
1097
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1073
1098
|
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
@@ -1115,6 +1140,8 @@ class ContentPackagesApi:
|
|
|
1115
1140
|
:type x_task_diagnostics: List[str]
|
|
1116
1141
|
:param author: Filter results where author matches value
|
|
1117
1142
|
:type author: str
|
|
1143
|
+
:param author__contains: Filter results where author contains value
|
|
1144
|
+
:type author__contains: str
|
|
1118
1145
|
:param author__in: Filter results where author is in a comma-separated list of values
|
|
1119
1146
|
:type author__in: List[str]
|
|
1120
1147
|
:param filename: Filter results where filename matches value
|
|
@@ -1131,6 +1158,8 @@ class ContentPackagesApi:
|
|
|
1131
1158
|
:type limit: int
|
|
1132
1159
|
:param name: Filter results where name matches value
|
|
1133
1160
|
:type name: str
|
|
1161
|
+
:param name__contains: Filter results where name contains value
|
|
1162
|
+
:type name__contains: str
|
|
1134
1163
|
:param name__in: Filter results where name is in a comma-separated list of values
|
|
1135
1164
|
:type name__in: List[str]
|
|
1136
1165
|
:param offset: The initial index from which to return the results.
|
|
@@ -1208,6 +1237,7 @@ class ContentPackagesApi:
|
|
|
1208
1237
|
_param = self._list_serialize(
|
|
1209
1238
|
x_task_diagnostics=x_task_diagnostics,
|
|
1210
1239
|
author=author,
|
|
1240
|
+
author__contains=author__contains,
|
|
1211
1241
|
author__in=author__in,
|
|
1212
1242
|
filename=filename,
|
|
1213
1243
|
filename__contains=filename__contains,
|
|
@@ -1216,6 +1246,7 @@ class ContentPackagesApi:
|
|
|
1216
1246
|
keywords__in=keywords__in,
|
|
1217
1247
|
limit=limit,
|
|
1218
1248
|
name=name,
|
|
1249
|
+
name__contains=name__contains,
|
|
1219
1250
|
name__in=name__in,
|
|
1220
1251
|
offset=offset,
|
|
1221
1252
|
ordering=ordering,
|
|
@@ -1267,6 +1298,7 @@ class ContentPackagesApi:
|
|
|
1267
1298
|
self,
|
|
1268
1299
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1269
1300
|
author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
|
|
1301
|
+
author__contains: Annotated[Optional[StrictStr], Field(description="Filter results where author contains value")] = None,
|
|
1270
1302
|
author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
|
|
1271
1303
|
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
1272
1304
|
filename__contains: Annotated[Optional[StrictStr], Field(description="Filter results where filename contains value")] = None,
|
|
@@ -1275,6 +1307,7 @@ class ContentPackagesApi:
|
|
|
1275
1307
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
1276
1308
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
1277
1309
|
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
1310
|
+
name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
|
|
1278
1311
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
1279
1312
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1280
1313
|
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
@@ -1322,6 +1355,8 @@ class ContentPackagesApi:
|
|
|
1322
1355
|
:type x_task_diagnostics: List[str]
|
|
1323
1356
|
:param author: Filter results where author matches value
|
|
1324
1357
|
:type author: str
|
|
1358
|
+
:param author__contains: Filter results where author contains value
|
|
1359
|
+
:type author__contains: str
|
|
1325
1360
|
:param author__in: Filter results where author is in a comma-separated list of values
|
|
1326
1361
|
:type author__in: List[str]
|
|
1327
1362
|
:param filename: Filter results where filename matches value
|
|
@@ -1338,6 +1373,8 @@ class ContentPackagesApi:
|
|
|
1338
1373
|
:type limit: int
|
|
1339
1374
|
:param name: Filter results where name matches value
|
|
1340
1375
|
:type name: str
|
|
1376
|
+
:param name__contains: Filter results where name contains value
|
|
1377
|
+
:type name__contains: str
|
|
1341
1378
|
:param name__in: Filter results where name is in a comma-separated list of values
|
|
1342
1379
|
:type name__in: List[str]
|
|
1343
1380
|
:param offset: The initial index from which to return the results.
|
|
@@ -1415,6 +1452,7 @@ class ContentPackagesApi:
|
|
|
1415
1452
|
_param = self._list_serialize(
|
|
1416
1453
|
x_task_diagnostics=x_task_diagnostics,
|
|
1417
1454
|
author=author,
|
|
1455
|
+
author__contains=author__contains,
|
|
1418
1456
|
author__in=author__in,
|
|
1419
1457
|
filename=filename,
|
|
1420
1458
|
filename__contains=filename__contains,
|
|
@@ -1423,6 +1461,7 @@ class ContentPackagesApi:
|
|
|
1423
1461
|
keywords__in=keywords__in,
|
|
1424
1462
|
limit=limit,
|
|
1425
1463
|
name=name,
|
|
1464
|
+
name__contains=name__contains,
|
|
1426
1465
|
name__in=name__in,
|
|
1427
1466
|
offset=offset,
|
|
1428
1467
|
ordering=ordering,
|
|
@@ -1469,6 +1508,7 @@ class ContentPackagesApi:
|
|
|
1469
1508
|
self,
|
|
1470
1509
|
x_task_diagnostics,
|
|
1471
1510
|
author,
|
|
1511
|
+
author__contains,
|
|
1472
1512
|
author__in,
|
|
1473
1513
|
filename,
|
|
1474
1514
|
filename__contains,
|
|
@@ -1477,6 +1517,7 @@ class ContentPackagesApi:
|
|
|
1477
1517
|
keywords__in,
|
|
1478
1518
|
limit,
|
|
1479
1519
|
name,
|
|
1520
|
+
name__contains,
|
|
1480
1521
|
name__in,
|
|
1481
1522
|
offset,
|
|
1482
1523
|
ordering,
|
|
@@ -1543,6 +1584,10 @@ class ContentPackagesApi:
|
|
|
1543
1584
|
|
|
1544
1585
|
_query_params.append(('author', author))
|
|
1545
1586
|
|
|
1587
|
+
if author__contains is not None:
|
|
1588
|
+
|
|
1589
|
+
_query_params.append(('author__contains', author__contains))
|
|
1590
|
+
|
|
1546
1591
|
if author__in is not None:
|
|
1547
1592
|
|
|
1548
1593
|
_query_params.append(('author__in', author__in))
|
|
@@ -1575,6 +1620,10 @@ class ContentPackagesApi:
|
|
|
1575
1620
|
|
|
1576
1621
|
_query_params.append(('name', name))
|
|
1577
1622
|
|
|
1623
|
+
if name__contains is not None:
|
|
1624
|
+
|
|
1625
|
+
_query_params.append(('name__contains', name__contains))
|
|
1626
|
+
|
|
1578
1627
|
if name__in is not None:
|
|
1579
1628
|
|
|
1580
1629
|
_query_params.append(('name__in', name__in))
|
|
@@ -2658,6 +2707,7 @@ class ContentPackagesApi:
|
|
|
2658
2707
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
2659
2708
|
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
2660
2709
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
2710
|
+
downloader_config: Annotated[Optional[Any], Field(description="Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.")] = None,
|
|
2661
2711
|
author: Annotated[Optional[StrictStr], Field(description="Text containing the author's name. Contact information can also be added, separated with newlines.")] = None,
|
|
2662
2712
|
author_email: Annotated[Optional[StrictStr], Field(description="The author's e-mail address. ")] = None,
|
|
2663
2713
|
description: Annotated[Optional[StrictStr], Field(description="A longer description of the package that can run to several paragraphs.")] = None,
|
|
@@ -2715,6 +2765,8 @@ class ContentPackagesApi:
|
|
|
2715
2765
|
:type upload: str
|
|
2716
2766
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
2717
2767
|
:type file_url: str
|
|
2768
|
+
:param downloader_config: Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
2769
|
+
:type downloader_config: RemoteNetworkConfig
|
|
2718
2770
|
:param author: Text containing the author's name. Contact information can also be added, separated with newlines.
|
|
2719
2771
|
:type author: str
|
|
2720
2772
|
:param author_email: The author's e-mail address.
|
|
@@ -2800,6 +2852,7 @@ class ContentPackagesApi:
|
|
|
2800
2852
|
file=file,
|
|
2801
2853
|
upload=upload,
|
|
2802
2854
|
file_url=file_url,
|
|
2855
|
+
downloader_config=downloader_config,
|
|
2803
2856
|
author=author,
|
|
2804
2857
|
author_email=author_email,
|
|
2805
2858
|
description=description,
|
|
@@ -2857,6 +2910,7 @@ class ContentPackagesApi:
|
|
|
2857
2910
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
2858
2911
|
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
2859
2912
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
2913
|
+
downloader_config: Annotated[Optional[Any], Field(description="Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.")] = None,
|
|
2860
2914
|
author: Annotated[Optional[StrictStr], Field(description="Text containing the author's name. Contact information can also be added, separated with newlines.")] = None,
|
|
2861
2915
|
author_email: Annotated[Optional[StrictStr], Field(description="The author's e-mail address. ")] = None,
|
|
2862
2916
|
description: Annotated[Optional[StrictStr], Field(description="A longer description of the package that can run to several paragraphs.")] = None,
|
|
@@ -2914,6 +2968,8 @@ class ContentPackagesApi:
|
|
|
2914
2968
|
:type upload: str
|
|
2915
2969
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
2916
2970
|
:type file_url: str
|
|
2971
|
+
:param downloader_config: Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
2972
|
+
:type downloader_config: RemoteNetworkConfig
|
|
2917
2973
|
:param author: Text containing the author's name. Contact information can also be added, separated with newlines.
|
|
2918
2974
|
:type author: str
|
|
2919
2975
|
:param author_email: The author's e-mail address.
|
|
@@ -2999,6 +3055,7 @@ class ContentPackagesApi:
|
|
|
2999
3055
|
file=file,
|
|
3000
3056
|
upload=upload,
|
|
3001
3057
|
file_url=file_url,
|
|
3058
|
+
downloader_config=downloader_config,
|
|
3002
3059
|
author=author,
|
|
3003
3060
|
author_email=author_email,
|
|
3004
3061
|
description=description,
|
|
@@ -3056,6 +3113,7 @@ class ContentPackagesApi:
|
|
|
3056
3113
|
file: Annotated[Optional[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]], Field(description="An uploaded file that may be turned into the content unit.")] = None,
|
|
3057
3114
|
upload: Annotated[Optional[StrictStr], Field(description="An uncommitted upload that may be turned into the content unit.")] = None,
|
|
3058
3115
|
file_url: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="A url that Pulp can download and turn into the content unit.")] = None,
|
|
3116
|
+
downloader_config: Annotated[Optional[Any], Field(description="Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.")] = None,
|
|
3059
3117
|
author: Annotated[Optional[StrictStr], Field(description="Text containing the author's name. Contact information can also be added, separated with newlines.")] = None,
|
|
3060
3118
|
author_email: Annotated[Optional[StrictStr], Field(description="The author's e-mail address. ")] = None,
|
|
3061
3119
|
description: Annotated[Optional[StrictStr], Field(description="A longer description of the package that can run to several paragraphs.")] = None,
|
|
@@ -3113,6 +3171,8 @@ class ContentPackagesApi:
|
|
|
3113
3171
|
:type upload: str
|
|
3114
3172
|
:param file_url: A url that Pulp can download and turn into the content unit.
|
|
3115
3173
|
:type file_url: str
|
|
3174
|
+
:param downloader_config: Configuration for the download process (e.g., proxies, auth, timeouts). Only applicable when providing a 'file_url.
|
|
3175
|
+
:type downloader_config: RemoteNetworkConfig
|
|
3116
3176
|
:param author: Text containing the author's name. Contact information can also be added, separated with newlines.
|
|
3117
3177
|
:type author: str
|
|
3118
3178
|
:param author_email: The author's e-mail address.
|
|
@@ -3198,6 +3258,7 @@ class ContentPackagesApi:
|
|
|
3198
3258
|
file=file,
|
|
3199
3259
|
upload=upload,
|
|
3200
3260
|
file_url=file_url,
|
|
3261
|
+
downloader_config=downloader_config,
|
|
3201
3262
|
author=author,
|
|
3202
3263
|
author_email=author_email,
|
|
3203
3264
|
description=description,
|
|
@@ -3250,6 +3311,7 @@ class ContentPackagesApi:
|
|
|
3250
3311
|
file,
|
|
3251
3312
|
upload,
|
|
3252
3313
|
file_url,
|
|
3314
|
+
downloader_config,
|
|
3253
3315
|
author,
|
|
3254
3316
|
author_email,
|
|
3255
3317
|
description,
|
|
@@ -3315,6 +3377,8 @@ class ContentPackagesApi:
|
|
|
3315
3377
|
_form_params.append(('upload', upload))
|
|
3316
3378
|
if file_url is not None:
|
|
3317
3379
|
_form_params.append(('file_url', file_url))
|
|
3380
|
+
if downloader_config is not None:
|
|
3381
|
+
_form_params.append(('downloader_config', downloader_config))
|
|
3318
3382
|
if author is not None:
|
|
3319
3383
|
_form_params.append(('author', author))
|
|
3320
3384
|
if author_email is not None:
|