crc-pulp-python-client 20250828.3__tar.gz → 20250829.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crc-pulp-python-client might be problematic. Click here for more details.
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/PKG-INFO +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/README.md +14 -13
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/crc_pulp_python_client.egg-info/PKG-INFO +1 -1
- crc_pulp_python_client-20250829.1/crc_pulp_python_client.egg-info/SOURCES.txt +118 -0
- crc_pulp_python_client-20250829.1/crc_pulp_python_client.egg-info/top_level.txt +1 -0
- crc_pulp_python_client-20250829.1/pulpcore/client/__init__.py +2 -0
- crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python/__init__.py +82 -0
- crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python/api/__init__.py +14 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/content_packages_api.py +774 -16
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/distributions_pypi_api.py +17 -17
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/publications_pypi_api.py +12 -12
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/pypi_api.py +4 -4
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/pypi_legacy_api.py +4 -4
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/pypi_metadata_api.py +4 -4
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/pypi_simple_api.py +4 -4
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/remotes_python_api.py +17 -17
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/repositories_python_api.py +19 -19
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api/repositories_python_versions_api.py +8 -8
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api_client.py +7 -7
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/configuration.py +6 -6
- crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python/models/__init__.py +56 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/object_roles_response.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/paginated_repository_version_response_list.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/paginatedpython_python_distribution_response_list.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/paginatedpython_python_package_content_response_list.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/paginatedpython_python_publication_response_list.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/paginatedpython_python_remote_response_list.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/paginatedpython_python_repository_response_list.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/patchedpython_python_remote.py +3 -3
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_package_content_response.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_remote.py +3 -3
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_remote_response.py +4 -4
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/repository_version_response.py +1 -1
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/rest.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/pyproject.toml +5 -5
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/setup.py +2 -2
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_async_operation_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_content_packages_api.py +8 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_content_summary_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_distributions_pypi_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_exclude_platforms_enum.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_my_permissions_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_nested_role.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_nested_role_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_object_roles_response.py +3 -3
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_package_metadata_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_package_types_enum.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_package_upload_task_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_paginated_repository_version_response_list.py +3 -3
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_paginatedpython_python_distribution_response_list.py +3 -3
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_paginatedpython_python_package_content_response_list.py +3 -3
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_paginatedpython_python_publication_response_list.py +3 -3
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_paginatedpython_python_remote_response_list.py +5 -5
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_paginatedpython_python_repository_response_list.py +3 -3
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_patchedpython_python_distribution.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_patchedpython_python_remote.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_patchedpython_python_repository.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_policy_enum.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_publications_pypi_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_pypi_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_pypi_legacy_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_pypi_metadata_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_pypi_simple_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_distribution.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_distribution_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_package_content_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_publication.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_publication_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_remote.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_remote_response.py +2 -2
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_remote_response_hidden_fields_inner.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_repository.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_python_python_repository_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_remotes_python_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_repair.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_repositories_python_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_repositories_python_versions_api.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_repository_add_remove_content.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_repository_sync_url.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_repository_version_response.py +2 -2
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_set_label.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_set_label_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_summary_response.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_unset_label.py +1 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/test/test_unset_label_response.py +1 -1
- crc_pulp_python_client-20250828.3/crc-pulp_python-client/api/__init__.py +0 -14
- crc_pulp_python_client-20250828.3/crc-pulp_python-client/models/__init__.py +0 -56
- crc_pulp_python_client-20250828.3/crc_pulp_python_client.egg-info/SOURCES.txt +0 -116
- crc_pulp_python_client-20250828.3/crc_pulp_python_client.egg-info/top_level.txt +0 -1
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore}/__init__.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/api_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/exceptions.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/async_operation_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/content_summary_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/my_permissions_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/nested_role.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/nested_role_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/package_metadata_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/package_types_enum.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/patchedpython_python_distribution.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/patchedpython_python_repository.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/policy_enum.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_distribution.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_distribution_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_publication.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_repository.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/python_python_repository_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/repair.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/repository_sync_url.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/set_label.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/set_label_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/summary_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/unset_label.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/models/unset_label_response.py +0 -0
- {crc_pulp_python_client-20250828.3/crc-pulp_python-client → crc_pulp_python_client-20250829.1/pulpcore/client/pulp_python}/py.typed +0 -0
- {crc_pulp_python_client-20250828.3 → crc_pulp_python_client-20250829.1}/setup.cfg +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:
|
|
7
|
+
- Package version: 20250829.1
|
|
8
8
|
- Generator version: 7.10.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,7 +25,7 @@ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
|
|
|
25
25
|
|
|
26
26
|
Then import the package:
|
|
27
27
|
```python
|
|
28
|
-
import
|
|
28
|
+
import pulpcore.client.pulp_python
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### Setuptools
|
|
@@ -39,7 +39,7 @@ python setup.py install --user
|
|
|
39
39
|
|
|
40
40
|
Then import the package:
|
|
41
41
|
```python
|
|
42
|
-
import
|
|
42
|
+
import pulpcore.client.pulp_python
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Tests
|
|
@@ -52,14 +52,14 @@ Please follow the [installation procedure](#installation--usage) and then run th
|
|
|
52
52
|
|
|
53
53
|
```python
|
|
54
54
|
|
|
55
|
-
import
|
|
56
|
-
from
|
|
55
|
+
import pulpcore.client.pulp_python
|
|
56
|
+
from pulpcore.client.pulp_python.rest import ApiException
|
|
57
57
|
from pprint import pprint
|
|
58
58
|
|
|
59
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
59
|
+
# Defining the host is optional and defaults to https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
60
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
61
|
-
configuration =
|
|
62
|
-
host = "https://env-ephemeral-
|
|
61
|
+
configuration = pulpcore.client.pulp_python.Configuration(
|
|
62
|
+
host = "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
63
63
|
)
|
|
64
64
|
|
|
65
65
|
# The client must configure the authentication and authorization parameters
|
|
@@ -70,7 +70,7 @@ configuration = crc-pulp_python-client.Configuration(
|
|
|
70
70
|
configuration.access_token = os.environ["ACCESS_TOKEN"]
|
|
71
71
|
|
|
72
72
|
# Configure HTTP basic authorization: basicAuth
|
|
73
|
-
configuration =
|
|
73
|
+
configuration = pulpcore.client.pulp_python.Configuration(
|
|
74
74
|
username = os.environ["USERNAME"],
|
|
75
75
|
password = os.environ["PASSWORD"]
|
|
76
76
|
)
|
|
@@ -83,9 +83,9 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
# Enter a context with an instance of the API client
|
|
86
|
-
with
|
|
86
|
+
with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
87
87
|
# Create an instance of the API class
|
|
88
|
-
api_instance =
|
|
88
|
+
api_instance = pulpcore.client.pulp_python.ContentPackagesApi(api_client)
|
|
89
89
|
pulp_domain = 'pulp_domain_example' # str |
|
|
90
90
|
relative_path = 'relative_path_example' # str | Path where the artifact is located relative to distributions base_path
|
|
91
91
|
x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
|
|
@@ -115,7 +115,7 @@ with crc-pulp_python-client.ApiClient(configuration) as api_client:
|
|
|
115
115
|
requires_external = None # object | (optional)
|
|
116
116
|
requires_dist = None # object | (optional)
|
|
117
117
|
requires_python = 'requires_python_example' # str | The Python version(s) that the distribution is guaranteed to be compatible with. (optional)
|
|
118
|
-
description_content_type = 'description_content_type_example' # str | A string stating the markup syntax (if any) used in the distribution
|
|
118
|
+
description_content_type = 'description_content_type_example' # str | A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description. (optional)
|
|
119
119
|
provides_extras = None # object | (optional)
|
|
120
120
|
dynamic = None # object | (optional)
|
|
121
121
|
license_expression = 'license_expression_example' # str | Text string that is a valid SPDX license expression. (optional)
|
|
@@ -134,7 +134,7 @@ with crc-pulp_python-client.ApiClient(configuration) as api_client:
|
|
|
134
134
|
|
|
135
135
|
## Documentation for API Endpoints
|
|
136
136
|
|
|
137
|
-
All URIs are relative to *https://env-ephemeral-
|
|
137
|
+
All URIs are relative to *https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
138
138
|
|
|
139
139
|
Class | Method | HTTP request | Description
|
|
140
140
|
------------ | ------------- | ------------- | -------------
|
|
@@ -143,6 +143,7 @@ Class | Method | HTTP request | Description
|
|
|
143
143
|
*ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {python_python_package_content_href} | Inspect a python package content
|
|
144
144
|
*ContentPackagesApi* | [**set_label**](docs/ContentPackagesApi.md#set_label) | **POST** {python_python_package_content_href}set_label/ | Set a label
|
|
145
145
|
*ContentPackagesApi* | [**unset_label**](docs/ContentPackagesApi.md#unset_label) | **POST** {python_python_package_content_href}unset_label/ | Unset a label
|
|
146
|
+
*ContentPackagesApi* | [**upload**](docs/ContentPackagesApi.md#upload) | **POST** /api/pulp/{pulp_domain}/api/v3/content/python/packages/upload/ | Synchronous Python package upload
|
|
146
147
|
*DistributionsPypiApi* | [**add_role**](docs/DistributionsPypiApi.md#add_role) | **POST** {python_python_distribution_href}add_role/ | Add a role
|
|
147
148
|
*DistributionsPypiApi* | [**create**](docs/DistributionsPypiApi.md#create) | **POST** /api/pulp/{pulp_domain}/api/v3/distributions/python/pypi/ | Create a python distribution
|
|
148
149
|
*DistributionsPypiApi* | [**delete**](docs/DistributionsPypiApi.md#delete) | **DELETE** {python_python_distribution_href} | Delete a python distribution
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
setup.cfg
|
|
4
|
+
setup.py
|
|
5
|
+
crc_pulp_python_client.egg-info/PKG-INFO
|
|
6
|
+
crc_pulp_python_client.egg-info/SOURCES.txt
|
|
7
|
+
crc_pulp_python_client.egg-info/dependency_links.txt
|
|
8
|
+
crc_pulp_python_client.egg-info/requires.txt
|
|
9
|
+
crc_pulp_python_client.egg-info/top_level.txt
|
|
10
|
+
pulpcore/__init__.py
|
|
11
|
+
pulpcore/client/__init__.py
|
|
12
|
+
pulpcore/client/pulp_python/__init__.py
|
|
13
|
+
pulpcore/client/pulp_python/api_client.py
|
|
14
|
+
pulpcore/client/pulp_python/api_response.py
|
|
15
|
+
pulpcore/client/pulp_python/configuration.py
|
|
16
|
+
pulpcore/client/pulp_python/exceptions.py
|
|
17
|
+
pulpcore/client/pulp_python/py.typed
|
|
18
|
+
pulpcore/client/pulp_python/rest.py
|
|
19
|
+
pulpcore/client/pulp_python/api/__init__.py
|
|
20
|
+
pulpcore/client/pulp_python/api/content_packages_api.py
|
|
21
|
+
pulpcore/client/pulp_python/api/distributions_pypi_api.py
|
|
22
|
+
pulpcore/client/pulp_python/api/publications_pypi_api.py
|
|
23
|
+
pulpcore/client/pulp_python/api/pypi_api.py
|
|
24
|
+
pulpcore/client/pulp_python/api/pypi_legacy_api.py
|
|
25
|
+
pulpcore/client/pulp_python/api/pypi_metadata_api.py
|
|
26
|
+
pulpcore/client/pulp_python/api/pypi_simple_api.py
|
|
27
|
+
pulpcore/client/pulp_python/api/remotes_python_api.py
|
|
28
|
+
pulpcore/client/pulp_python/api/repositories_python_api.py
|
|
29
|
+
pulpcore/client/pulp_python/api/repositories_python_versions_api.py
|
|
30
|
+
pulpcore/client/pulp_python/models/__init__.py
|
|
31
|
+
pulpcore/client/pulp_python/models/async_operation_response.py
|
|
32
|
+
pulpcore/client/pulp_python/models/content_summary_response.py
|
|
33
|
+
pulpcore/client/pulp_python/models/exclude_platforms_enum.py
|
|
34
|
+
pulpcore/client/pulp_python/models/my_permissions_response.py
|
|
35
|
+
pulpcore/client/pulp_python/models/nested_role.py
|
|
36
|
+
pulpcore/client/pulp_python/models/nested_role_response.py
|
|
37
|
+
pulpcore/client/pulp_python/models/object_roles_response.py
|
|
38
|
+
pulpcore/client/pulp_python/models/package_metadata_response.py
|
|
39
|
+
pulpcore/client/pulp_python/models/package_types_enum.py
|
|
40
|
+
pulpcore/client/pulp_python/models/package_upload_task_response.py
|
|
41
|
+
pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py
|
|
42
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py
|
|
43
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py
|
|
44
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py
|
|
45
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py
|
|
46
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py
|
|
47
|
+
pulpcore/client/pulp_python/models/patchedpython_python_distribution.py
|
|
48
|
+
pulpcore/client/pulp_python/models/patchedpython_python_remote.py
|
|
49
|
+
pulpcore/client/pulp_python/models/patchedpython_python_repository.py
|
|
50
|
+
pulpcore/client/pulp_python/models/policy_enum.py
|
|
51
|
+
pulpcore/client/pulp_python/models/python_python_distribution.py
|
|
52
|
+
pulpcore/client/pulp_python/models/python_python_distribution_response.py
|
|
53
|
+
pulpcore/client/pulp_python/models/python_python_package_content_response.py
|
|
54
|
+
pulpcore/client/pulp_python/models/python_python_publication.py
|
|
55
|
+
pulpcore/client/pulp_python/models/python_python_publication_response.py
|
|
56
|
+
pulpcore/client/pulp_python/models/python_python_remote.py
|
|
57
|
+
pulpcore/client/pulp_python/models/python_python_remote_response.py
|
|
58
|
+
pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py
|
|
59
|
+
pulpcore/client/pulp_python/models/python_python_repository.py
|
|
60
|
+
pulpcore/client/pulp_python/models/python_python_repository_response.py
|
|
61
|
+
pulpcore/client/pulp_python/models/repair.py
|
|
62
|
+
pulpcore/client/pulp_python/models/repository_add_remove_content.py
|
|
63
|
+
pulpcore/client/pulp_python/models/repository_sync_url.py
|
|
64
|
+
pulpcore/client/pulp_python/models/repository_version_response.py
|
|
65
|
+
pulpcore/client/pulp_python/models/set_label.py
|
|
66
|
+
pulpcore/client/pulp_python/models/set_label_response.py
|
|
67
|
+
pulpcore/client/pulp_python/models/summary_response.py
|
|
68
|
+
pulpcore/client/pulp_python/models/unset_label.py
|
|
69
|
+
pulpcore/client/pulp_python/models/unset_label_response.py
|
|
70
|
+
test/test_async_operation_response.py
|
|
71
|
+
test/test_content_packages_api.py
|
|
72
|
+
test/test_content_summary_response.py
|
|
73
|
+
test/test_distributions_pypi_api.py
|
|
74
|
+
test/test_exclude_platforms_enum.py
|
|
75
|
+
test/test_my_permissions_response.py
|
|
76
|
+
test/test_nested_role.py
|
|
77
|
+
test/test_nested_role_response.py
|
|
78
|
+
test/test_object_roles_response.py
|
|
79
|
+
test/test_package_metadata_response.py
|
|
80
|
+
test/test_package_types_enum.py
|
|
81
|
+
test/test_package_upload_task_response.py
|
|
82
|
+
test/test_paginated_repository_version_response_list.py
|
|
83
|
+
test/test_paginatedpython_python_distribution_response_list.py
|
|
84
|
+
test/test_paginatedpython_python_package_content_response_list.py
|
|
85
|
+
test/test_paginatedpython_python_publication_response_list.py
|
|
86
|
+
test/test_paginatedpython_python_remote_response_list.py
|
|
87
|
+
test/test_paginatedpython_python_repository_response_list.py
|
|
88
|
+
test/test_patchedpython_python_distribution.py
|
|
89
|
+
test/test_patchedpython_python_remote.py
|
|
90
|
+
test/test_patchedpython_python_repository.py
|
|
91
|
+
test/test_policy_enum.py
|
|
92
|
+
test/test_publications_pypi_api.py
|
|
93
|
+
test/test_pypi_api.py
|
|
94
|
+
test/test_pypi_legacy_api.py
|
|
95
|
+
test/test_pypi_metadata_api.py
|
|
96
|
+
test/test_pypi_simple_api.py
|
|
97
|
+
test/test_python_python_distribution.py
|
|
98
|
+
test/test_python_python_distribution_response.py
|
|
99
|
+
test/test_python_python_package_content_response.py
|
|
100
|
+
test/test_python_python_publication.py
|
|
101
|
+
test/test_python_python_publication_response.py
|
|
102
|
+
test/test_python_python_remote.py
|
|
103
|
+
test/test_python_python_remote_response.py
|
|
104
|
+
test/test_python_python_remote_response_hidden_fields_inner.py
|
|
105
|
+
test/test_python_python_repository.py
|
|
106
|
+
test/test_python_python_repository_response.py
|
|
107
|
+
test/test_remotes_python_api.py
|
|
108
|
+
test/test_repair.py
|
|
109
|
+
test/test_repositories_python_api.py
|
|
110
|
+
test/test_repositories_python_versions_api.py
|
|
111
|
+
test/test_repository_add_remove_content.py
|
|
112
|
+
test/test_repository_sync_url.py
|
|
113
|
+
test/test_repository_version_response.py
|
|
114
|
+
test/test_set_label.py
|
|
115
|
+
test/test_set_label_response.py
|
|
116
|
+
test/test_summary_response.py
|
|
117
|
+
test/test_unset_label.py
|
|
118
|
+
test/test_unset_label_response.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pulpcore
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
# flake8: noqa
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
Pulp 3 API
|
|
7
|
+
|
|
8
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
9
|
+
|
|
10
|
+
The version of the OpenAPI document: v3
|
|
11
|
+
Contact: pulp-list@redhat.com
|
|
12
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
|
+
|
|
14
|
+
Do not edit the class manually.
|
|
15
|
+
""" # noqa: E501
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
__version__ = "20250829.1"
|
|
19
|
+
|
|
20
|
+
# import apis into sdk package
|
|
21
|
+
from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
|
|
22
|
+
from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
|
|
23
|
+
from pulpcore.client.pulp_python.api.publications_pypi_api import PublicationsPypiApi
|
|
24
|
+
from pulpcore.client.pulp_python.api.pypi_api import PypiApi
|
|
25
|
+
from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi
|
|
26
|
+
from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
|
|
27
|
+
from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
|
|
28
|
+
from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
|
|
29
|
+
from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
|
|
30
|
+
from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
|
|
31
|
+
|
|
32
|
+
# import ApiClient
|
|
33
|
+
from pulpcore.client.pulp_python.api_response import ApiResponse
|
|
34
|
+
from pulpcore.client.pulp_python.api_client import ApiClient
|
|
35
|
+
from pulpcore.client.pulp_python.configuration import Configuration
|
|
36
|
+
from pulpcore.client.pulp_python.exceptions import OpenApiException
|
|
37
|
+
from pulpcore.client.pulp_python.exceptions import ApiTypeError
|
|
38
|
+
from pulpcore.client.pulp_python.exceptions import ApiValueError
|
|
39
|
+
from pulpcore.client.pulp_python.exceptions import ApiKeyError
|
|
40
|
+
from pulpcore.client.pulp_python.exceptions import ApiAttributeError
|
|
41
|
+
from pulpcore.client.pulp_python.exceptions import ApiException
|
|
42
|
+
|
|
43
|
+
# import models into sdk package
|
|
44
|
+
from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse
|
|
45
|
+
from pulpcore.client.pulp_python.models.content_summary_response import ContentSummaryResponse
|
|
46
|
+
from pulpcore.client.pulp_python.models.exclude_platforms_enum import ExcludePlatformsEnum
|
|
47
|
+
from pulpcore.client.pulp_python.models.my_permissions_response import MyPermissionsResponse
|
|
48
|
+
from pulpcore.client.pulp_python.models.nested_role import NestedRole
|
|
49
|
+
from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleResponse
|
|
50
|
+
from pulpcore.client.pulp_python.models.object_roles_response import ObjectRolesResponse
|
|
51
|
+
from pulpcore.client.pulp_python.models.package_metadata_response import PackageMetadataResponse
|
|
52
|
+
from pulpcore.client.pulp_python.models.package_types_enum import PackageTypesEnum
|
|
53
|
+
from pulpcore.client.pulp_python.models.package_upload_task_response import PackageUploadTaskResponse
|
|
54
|
+
from pulpcore.client.pulp_python.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
|
|
55
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_response_list import PaginatedpythonPythonDistributionResponseList
|
|
56
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_response_list import PaginatedpythonPythonPackageContentResponseList
|
|
57
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_publication_response_list import PaginatedpythonPythonPublicationResponseList
|
|
58
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_list import PaginatedpythonPythonRemoteResponseList
|
|
59
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_repository_response_list import PaginatedpythonPythonRepositoryResponseList
|
|
60
|
+
from pulpcore.client.pulp_python.models.patchedpython_python_distribution import PatchedpythonPythonDistribution
|
|
61
|
+
from pulpcore.client.pulp_python.models.patchedpython_python_remote import PatchedpythonPythonRemote
|
|
62
|
+
from pulpcore.client.pulp_python.models.patchedpython_python_repository import PatchedpythonPythonRepository
|
|
63
|
+
from pulpcore.client.pulp_python.models.policy_enum import PolicyEnum
|
|
64
|
+
from pulpcore.client.pulp_python.models.python_python_distribution import PythonPythonDistribution
|
|
65
|
+
from pulpcore.client.pulp_python.models.python_python_distribution_response import PythonPythonDistributionResponse
|
|
66
|
+
from pulpcore.client.pulp_python.models.python_python_package_content_response import PythonPythonPackageContentResponse
|
|
67
|
+
from pulpcore.client.pulp_python.models.python_python_publication import PythonPythonPublication
|
|
68
|
+
from pulpcore.client.pulp_python.models.python_python_publication_response import PythonPythonPublicationResponse
|
|
69
|
+
from pulpcore.client.pulp_python.models.python_python_remote import PythonPythonRemote
|
|
70
|
+
from pulpcore.client.pulp_python.models.python_python_remote_response import PythonPythonRemoteResponse
|
|
71
|
+
from pulpcore.client.pulp_python.models.python_python_remote_response_hidden_fields_inner import PythonPythonRemoteResponseHiddenFieldsInner
|
|
72
|
+
from pulpcore.client.pulp_python.models.python_python_repository import PythonPythonRepository
|
|
73
|
+
from pulpcore.client.pulp_python.models.python_python_repository_response import PythonPythonRepositoryResponse
|
|
74
|
+
from pulpcore.client.pulp_python.models.repair import Repair
|
|
75
|
+
from pulpcore.client.pulp_python.models.repository_add_remove_content import RepositoryAddRemoveContent
|
|
76
|
+
from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyncURL
|
|
77
|
+
from pulpcore.client.pulp_python.models.repository_version_response import RepositoryVersionResponse
|
|
78
|
+
from pulpcore.client.pulp_python.models.set_label import SetLabel
|
|
79
|
+
from pulpcore.client.pulp_python.models.set_label_response import SetLabelResponse
|
|
80
|
+
from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
|
|
81
|
+
from pulpcore.client.pulp_python.models.unset_label import UnsetLabel
|
|
82
|
+
from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelResponse
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# flake8: noqa
|
|
2
|
+
|
|
3
|
+
# import apis into api package
|
|
4
|
+
from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
|
|
5
|
+
from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
|
|
6
|
+
from pulpcore.client.pulp_python.api.publications_pypi_api import PublicationsPypiApi
|
|
7
|
+
from pulpcore.client.pulp_python.api.pypi_api import PypiApi
|
|
8
|
+
from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi
|
|
9
|
+
from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
|
|
10
|
+
from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
|
|
11
|
+
from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
|
|
12
|
+
from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
|
|
13
|
+
from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
|
|
14
|
+
|