pulp-python-client 3.13.2__tar.gz → 3.13.3__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 pulp-python-client might be problematic. Click here for more details.
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/PKG-INFO +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/README.md +5 -2
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulp_python_client.egg-info/PKG-INFO +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/content_packages_api.py +627 -7
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +24 -7
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/publications_pypi_api.py +23 -6
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +3 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/unset_label.py +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/unset_label_response.py +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pyproject.toml +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/setup.py +1 -1
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_content_packages_api.py +14 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_paginatedpython_python_package_content_response_list.py +6 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_package_content_response.py +3 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/__init__.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/__init__.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/api_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/py.typed +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/setup.cfg +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_async_operation_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_content_summary_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_my_permissions_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_nested_role.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_nested_role_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_object_roles_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_package_metadata_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_package_types_enum.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_package_upload_task_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_patchedpython_python_distribution.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_patchedpython_python_remote.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_patchedpython_python_repository.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_policy_enum.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_publications_pypi_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_pypi_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_pypi_simple_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_distribution.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_distribution_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_publication.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_publication_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_remote.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_remote_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_repository.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_python_python_repository_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_remotes_python_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_repair.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_repositories_python_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_repository_sync_url.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_repository_version_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_set_label.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_set_label_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_summary_response.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_unset_label.py +0 -0
- {pulp_python-client-3.13.2 → pulp_python-client-3.13.3}/test/test_unset_label_response.py +0 -0
|
@@ -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.13.
|
|
7
|
+
- Package version: 3.13.3
|
|
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)
|
|
@@ -86,6 +86,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
86
86
|
api_instance = pulpcore.client.pulp_python.ContentPackagesApi(api_client)
|
|
87
87
|
relative_path = 'relative_path_example' # str | Path where the artifact is located relative to distributions base_path
|
|
88
88
|
repository = 'repository_example' # str | A URI of a repository the new content unit should be associated with. (optional)
|
|
89
|
+
pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
|
|
89
90
|
artifact = 'artifact_example' # str | Artifact file representing the physical content (optional)
|
|
90
91
|
file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
|
|
91
92
|
upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
|
|
@@ -115,7 +116,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
115
116
|
|
|
116
117
|
try:
|
|
117
118
|
# Create a python package content
|
|
118
|
-
api_response = api_instance.create(relative_path, repository=repository, artifact=artifact, file=file, upload=upload, file_url=file_url, sha256=sha256, summary=summary, description=description, description_content_type=description_content_type, keywords=keywords, home_page=home_page, download_url=download_url, author=author, author_email=author_email, maintainer=maintainer, maintainer_email=maintainer_email, license=license, requires_python=requires_python, project_url=project_url, project_urls=project_urls, platform=platform, supported_platform=supported_platform, requires_dist=requires_dist, provides_dist=provides_dist, obsoletes_dist=obsoletes_dist, requires_external=requires_external, classifiers=classifiers)
|
|
119
|
+
api_response = api_instance.create(relative_path, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, sha256=sha256, summary=summary, description=description, description_content_type=description_content_type, keywords=keywords, home_page=home_page, download_url=download_url, author=author, author_email=author_email, maintainer=maintainer, maintainer_email=maintainer_email, license=license, requires_python=requires_python, project_url=project_url, project_urls=project_urls, platform=platform, supported_platform=supported_platform, requires_dist=requires_dist, provides_dist=provides_dist, obsoletes_dist=obsoletes_dist, requires_external=requires_external, classifiers=classifiers)
|
|
119
120
|
print("The response of ContentPackagesApi->create:\n")
|
|
120
121
|
pprint(api_response)
|
|
121
122
|
except ApiException as e:
|
|
@@ -132,6 +133,8 @@ Class | Method | HTTP request | Description
|
|
|
132
133
|
*ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/python/packages/ | Create a python package content
|
|
133
134
|
*ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/python/packages/ | List python package contents
|
|
134
135
|
*ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {python_python_package_content_href} | Inspect a python package content
|
|
136
|
+
*ContentPackagesApi* | [**set_label**](docs/ContentPackagesApi.md#set_label) | **POST** {python_python_package_content_href}set_label/ | Set a label
|
|
137
|
+
*ContentPackagesApi* | [**unset_label**](docs/ContentPackagesApi.md#unset_label) | **POST** {python_python_package_content_href}unset_label/ | Unset a label
|
|
135
138
|
*DistributionsPypiApi* | [**add_role**](docs/DistributionsPypiApi.md#add_role) | **POST** {python_python_distribution_href}add_role/ | Add a role
|
|
136
139
|
*DistributionsPypiApi* | [**create**](docs/DistributionsPypiApi.md#create) | **POST** /pulp/api/v3/distributions/python/pypi/ | Create a python distribution
|
|
137
140
|
*DistributionsPypiApi* | [**delete**](docs/DistributionsPypiApi.md#delete) | **DELETE** {python_python_distribution_href} | Delete a python distribution
|