pulp-python-client 3.18.0__py3-none-any.whl → 3.19.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulp-python-client might be problematic. Click here for more details.
- pulp_python_client-3.19.0.dist-info/METADATA +287 -0
- {pulp_python_client-3.18.0.dist-info → pulp_python_client-3.19.0.dist-info}/RECORD +46 -46
- pulpcore/client/pulp_python/__init__.py +121 -59
- pulpcore/client/pulp_python/api/content_packages_api.py +748 -6
- pulpcore/client/pulp_python/api_client.py +6 -2
- pulpcore/client/pulp_python/configuration.py +10 -3
- pulpcore/client/pulp_python/exceptions.py +17 -0
- pulpcore/client/pulp_python/models/async_operation_response.py +8 -0
- pulpcore/client/pulp_python/models/content_summary_response.py +8 -0
- pulpcore/client/pulp_python/models/my_permissions_response.py +8 -0
- pulpcore/client/pulp_python/models/nested_role.py +8 -0
- pulpcore/client/pulp_python/models/nested_role_response.py +8 -0
- pulpcore/client/pulp_python/models/object_roles_response.py +8 -0
- pulpcore/client/pulp_python/models/package_metadata_response.py +8 -0
- pulpcore/client/pulp_python/models/package_upload_task_response.py +8 -0
- pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +8 -0
- pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +8 -0
- pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +8 -0
- pulpcore/client/pulp_python/models/patchedpython_python_remote.py +8 -0
- pulpcore/client/pulp_python/models/patchedpython_python_repository.py +8 -0
- pulpcore/client/pulp_python/models/python_python_distribution.py +8 -0
- pulpcore/client/pulp_python/models/python_python_distribution_response.py +8 -0
- pulpcore/client/pulp_python/models/python_python_package_content_response.py +9 -1
- pulpcore/client/pulp_python/models/python_python_publication.py +8 -0
- pulpcore/client/pulp_python/models/python_python_publication_response.py +8 -0
- pulpcore/client/pulp_python/models/python_python_remote.py +8 -0
- pulpcore/client/pulp_python/models/python_python_remote_response.py +8 -0
- pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +8 -0
- pulpcore/client/pulp_python/models/python_python_repository.py +8 -0
- pulpcore/client/pulp_python/models/python_python_repository_response.py +8 -0
- pulpcore/client/pulp_python/models/repair.py +8 -0
- pulpcore/client/pulp_python/models/repository_add_remove_content.py +8 -0
- pulpcore/client/pulp_python/models/repository_sync_url.py +8 -0
- pulpcore/client/pulp_python/models/repository_version_response.py +8 -0
- pulpcore/client/pulp_python/models/set_label.py +8 -0
- pulpcore/client/pulp_python/models/set_label_response.py +8 -0
- pulpcore/client/pulp_python/models/summary_response.py +8 -0
- pulpcore/client/pulp_python/models/unset_label.py +8 -0
- pulpcore/client/pulp_python/models/unset_label_response.py +8 -0
- pulpcore/client/pulp_python/rest.py +1 -0
- pulp_python_client-3.18.0.dist-info/METADATA +0 -17
- {pulp_python_client-3.18.0.dist-info → pulp_python_client-3.19.0.dist-info}/WHEEL +0 -0
- {pulp_python_client-3.18.0.dist-info → pulp_python_client-3.19.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: pulp-python-client
|
|
3
|
+
Version: 3.19.0
|
|
4
|
+
Summary: Pulp 3 API
|
|
5
|
+
Home-page:
|
|
6
|
+
Author: Pulp Team
|
|
7
|
+
Author-email: Pulp Team <pulp-list@redhat.com>
|
|
8
|
+
License: GPL-2.0-or-later
|
|
9
|
+
Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
|
|
10
|
+
Keywords: OpenAPI,OpenAPI-Generator,Pulp 3 API
|
|
11
|
+
Requires-Python: >= 3.9
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
Requires-Dist: urllib3<3.0.0,>=2.1.0
|
|
14
|
+
Requires-Dist: python-dateutil>=2.8.2
|
|
15
|
+
Requires-Dist: pydantic>=2
|
|
16
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
17
|
+
Requires-Dist: lazy-imports<2,>=1
|
|
18
|
+
|
|
19
|
+
# pulp_python-client
|
|
20
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
21
|
+
|
|
22
|
+
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
23
|
+
|
|
24
|
+
- API version: v3
|
|
25
|
+
- Package version: 3.19.0
|
|
26
|
+
- Generator version: 7.14.0
|
|
27
|
+
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
28
|
+
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
29
|
+
|
|
30
|
+
## Requirements.
|
|
31
|
+
|
|
32
|
+
Python 3.9+
|
|
33
|
+
|
|
34
|
+
## Installation & Usage
|
|
35
|
+
### pip install
|
|
36
|
+
|
|
37
|
+
If the python package is hosted on a repository, you can install directly using:
|
|
38
|
+
|
|
39
|
+
```sh
|
|
40
|
+
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
|
|
41
|
+
```
|
|
42
|
+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
|
|
43
|
+
|
|
44
|
+
Then import the package:
|
|
45
|
+
```python
|
|
46
|
+
import pulpcore.client.pulp_python
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### Setuptools
|
|
50
|
+
|
|
51
|
+
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
|
|
52
|
+
|
|
53
|
+
```sh
|
|
54
|
+
python setup.py install --user
|
|
55
|
+
```
|
|
56
|
+
(or `sudo python setup.py install` to install the package for all users)
|
|
57
|
+
|
|
58
|
+
Then import the package:
|
|
59
|
+
```python
|
|
60
|
+
import pulpcore.client.pulp_python
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Tests
|
|
64
|
+
|
|
65
|
+
Execute `pytest` to run the tests.
|
|
66
|
+
|
|
67
|
+
## Getting Started
|
|
68
|
+
|
|
69
|
+
Please follow the [installation procedure](#installation--usage) and then run the following:
|
|
70
|
+
|
|
71
|
+
```python
|
|
72
|
+
|
|
73
|
+
import pulpcore.client.pulp_python
|
|
74
|
+
from pulpcore.client.pulp_python.rest import ApiException
|
|
75
|
+
from pprint import pprint
|
|
76
|
+
|
|
77
|
+
# Defining the host is optional and defaults to http://localhost:24817
|
|
78
|
+
# See configuration.py for a list of all supported configuration parameters.
|
|
79
|
+
configuration = pulpcore.client.pulp_python.Configuration(
|
|
80
|
+
host = "http://localhost:24817"
|
|
81
|
+
)
|
|
82
|
+
|
|
83
|
+
# The client must configure the authentication and authorization parameters
|
|
84
|
+
# in accordance with the API server security policy.
|
|
85
|
+
# Examples for each auth method are provided below, use the example that
|
|
86
|
+
# satisfies your auth use case.
|
|
87
|
+
|
|
88
|
+
# Configure HTTP basic authorization: basicAuth
|
|
89
|
+
configuration = pulpcore.client.pulp_python.Configuration(
|
|
90
|
+
username = os.environ["USERNAME"],
|
|
91
|
+
password = os.environ["PASSWORD"]
|
|
92
|
+
)
|
|
93
|
+
|
|
94
|
+
# Configure API key authorization: cookieAuth
|
|
95
|
+
configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
|
|
96
|
+
|
|
97
|
+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
98
|
+
# configuration.api_key_prefix['cookieAuth'] = 'Bearer'
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
# Enter a context with an instance of the API client
|
|
102
|
+
with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
103
|
+
# Create an instance of the API class
|
|
104
|
+
api_instance = pulpcore.client.pulp_python.ContentPackagesApi(api_client)
|
|
105
|
+
relative_path = 'relative_path_example' # str | Path where the artifact is located relative to distributions base_path
|
|
106
|
+
x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
|
|
107
|
+
repository = 'repository_example' # str | A URI of a repository the new content unit should be associated with. (optional)
|
|
108
|
+
pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
|
|
109
|
+
artifact = 'artifact_example' # str | Artifact file representing the physical content (optional)
|
|
110
|
+
file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
|
|
111
|
+
upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
|
|
112
|
+
file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
|
|
113
|
+
author = 'author_example' # str | Text containing the author's name. Contact information can also be added, separated with newlines. (optional)
|
|
114
|
+
author_email = 'author_email_example' # str | The author's e-mail address. (optional)
|
|
115
|
+
description = 'description_example' # str | A longer description of the package that can run to several paragraphs. (optional)
|
|
116
|
+
home_page = 'home_page_example' # str | The URL for the package's home page. (optional)
|
|
117
|
+
keywords = 'keywords_example' # str | Additional keywords to be used to assist searching for the package in a larger catalog. (optional)
|
|
118
|
+
license = 'license_example' # str | Text indicating the license covering the distribution (optional)
|
|
119
|
+
platform = 'platform_example' # str | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. (optional)
|
|
120
|
+
summary = 'summary_example' # str | A one-line summary of what the package does. (optional)
|
|
121
|
+
classifiers = None # object | (optional)
|
|
122
|
+
download_url = 'download_url_example' # str | Legacy field denoting the URL from which this package can be downloaded. (optional)
|
|
123
|
+
supported_platform = 'supported_platform_example' # str | Field to specify the OS and CPU for which the binary package was compiled. (optional)
|
|
124
|
+
maintainer = 'maintainer_example' # str | The maintainer's name at a minimum; additional contact information may be provided. (optional)
|
|
125
|
+
maintainer_email = 'maintainer_email_example' # str | The maintainer's e-mail address. (optional)
|
|
126
|
+
obsoletes_dist = None # object | (optional)
|
|
127
|
+
project_url = 'project_url_example' # str | A browsable URL for the project and a label for it, separated by a comma. (optional)
|
|
128
|
+
project_urls = None # object | (optional)
|
|
129
|
+
provides_dist = None # object | (optional)
|
|
130
|
+
requires_external = None # object | (optional)
|
|
131
|
+
requires_dist = None # object | (optional)
|
|
132
|
+
requires_python = 'requires_python_example' # str | The Python version(s) that the distribution is guaranteed to be compatible with. (optional)
|
|
133
|
+
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)
|
|
134
|
+
provides_extras = None # object | (optional)
|
|
135
|
+
dynamic = None # object | (optional)
|
|
136
|
+
license_expression = 'license_expression_example' # str | Text string that is a valid SPDX license expression. (optional)
|
|
137
|
+
license_file = None # object | (optional)
|
|
138
|
+
sha256 = '' # str | The SHA256 digest of this package. (optional) (default to '')
|
|
139
|
+
|
|
140
|
+
try:
|
|
141
|
+
# Create a python package content
|
|
142
|
+
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)
|
|
143
|
+
print("The response of ContentPackagesApi->create:\n")
|
|
144
|
+
pprint(api_response)
|
|
145
|
+
except ApiException as e:
|
|
146
|
+
print("Exception when calling ContentPackagesApi->create: %s\n" % e)
|
|
147
|
+
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## Documentation for API Endpoints
|
|
151
|
+
|
|
152
|
+
All URIs are relative to *http://localhost:24817*
|
|
153
|
+
|
|
154
|
+
Class | Method | HTTP request | Description
|
|
155
|
+
------------ | ------------- | ------------- | -------------
|
|
156
|
+
*ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/python/packages/ | Create a python package content
|
|
157
|
+
*ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/python/packages/ | List python package contents
|
|
158
|
+
*ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {python_python_package_content_href} | Inspect a python package content
|
|
159
|
+
*ContentPackagesApi* | [**set_label**](docs/ContentPackagesApi.md#set_label) | **POST** {python_python_package_content_href}set_label/ | Set a label
|
|
160
|
+
*ContentPackagesApi* | [**unset_label**](docs/ContentPackagesApi.md#unset_label) | **POST** {python_python_package_content_href}unset_label/ | Unset a label
|
|
161
|
+
*ContentPackagesApi* | [**upload**](docs/ContentPackagesApi.md#upload) | **POST** /pulp/api/v3/content/python/packages/upload/ | Synchronous Python package upload
|
|
162
|
+
*DistributionsPypiApi* | [**add_role**](docs/DistributionsPypiApi.md#add_role) | **POST** {python_python_distribution_href}add_role/ | Add a role
|
|
163
|
+
*DistributionsPypiApi* | [**create**](docs/DistributionsPypiApi.md#create) | **POST** /pulp/api/v3/distributions/python/pypi/ | Create a python distribution
|
|
164
|
+
*DistributionsPypiApi* | [**delete**](docs/DistributionsPypiApi.md#delete) | **DELETE** {python_python_distribution_href} | Delete a python distribution
|
|
165
|
+
*DistributionsPypiApi* | [**list**](docs/DistributionsPypiApi.md#list) | **GET** /pulp/api/v3/distributions/python/pypi/ | List python distributions
|
|
166
|
+
*DistributionsPypiApi* | [**list_roles**](docs/DistributionsPypiApi.md#list_roles) | **GET** {python_python_distribution_href}list_roles/ | List roles
|
|
167
|
+
*DistributionsPypiApi* | [**my_permissions**](docs/DistributionsPypiApi.md#my_permissions) | **GET** {python_python_distribution_href}my_permissions/ | List user permissions
|
|
168
|
+
*DistributionsPypiApi* | [**partial_update**](docs/DistributionsPypiApi.md#partial_update) | **PATCH** {python_python_distribution_href} | Update a python distribution
|
|
169
|
+
*DistributionsPypiApi* | [**read**](docs/DistributionsPypiApi.md#read) | **GET** {python_python_distribution_href} | Inspect a python distribution
|
|
170
|
+
*DistributionsPypiApi* | [**remove_role**](docs/DistributionsPypiApi.md#remove_role) | **POST** {python_python_distribution_href}remove_role/ | Remove a role
|
|
171
|
+
*DistributionsPypiApi* | [**set_label**](docs/DistributionsPypiApi.md#set_label) | **POST** {python_python_distribution_href}set_label/ | Set a label
|
|
172
|
+
*DistributionsPypiApi* | [**unset_label**](docs/DistributionsPypiApi.md#unset_label) | **POST** {python_python_distribution_href}unset_label/ | Unset a label
|
|
173
|
+
*DistributionsPypiApi* | [**update**](docs/DistributionsPypiApi.md#update) | **PUT** {python_python_distribution_href} | Update a python distribution
|
|
174
|
+
*PublicationsPypiApi* | [**add_role**](docs/PublicationsPypiApi.md#add_role) | **POST** {python_python_publication_href}add_role/ | Add a role
|
|
175
|
+
*PublicationsPypiApi* | [**create**](docs/PublicationsPypiApi.md#create) | **POST** /pulp/api/v3/publications/python/pypi/ | Create a python publication
|
|
176
|
+
*PublicationsPypiApi* | [**delete**](docs/PublicationsPypiApi.md#delete) | **DELETE** {python_python_publication_href} | Delete a python publication
|
|
177
|
+
*PublicationsPypiApi* | [**list**](docs/PublicationsPypiApi.md#list) | **GET** /pulp/api/v3/publications/python/pypi/ | List python publications
|
|
178
|
+
*PublicationsPypiApi* | [**list_roles**](docs/PublicationsPypiApi.md#list_roles) | **GET** {python_python_publication_href}list_roles/ | List roles
|
|
179
|
+
*PublicationsPypiApi* | [**my_permissions**](docs/PublicationsPypiApi.md#my_permissions) | **GET** {python_python_publication_href}my_permissions/ | List user permissions
|
|
180
|
+
*PublicationsPypiApi* | [**read**](docs/PublicationsPypiApi.md#read) | **GET** {python_python_publication_href} | Inspect a python publication
|
|
181
|
+
*PublicationsPypiApi* | [**remove_role**](docs/PublicationsPypiApi.md#remove_role) | **POST** {python_python_publication_href}remove_role/ | Remove a role
|
|
182
|
+
*PypiApi* | [**read**](docs/PypiApi.md#read) | **GET** /pypi/{path}/ | Get index summary
|
|
183
|
+
*PypiLegacyApi* | [**create**](docs/PypiLegacyApi.md#create) | **POST** /pypi/{path}/legacy/ | Upload a package
|
|
184
|
+
*PypiMetadataApi* | [**read**](docs/PypiMetadataApi.md#read) | **GET** /pypi/{path}/pypi/{meta}/ | Get package metadata
|
|
185
|
+
*PypiSimpleApi* | [**create**](docs/PypiSimpleApi.md#create) | **POST** /pypi/{path}/simple/ | Upload a package
|
|
186
|
+
*PypiSimpleApi* | [**pypi_simple_package_read**](docs/PypiSimpleApi.md#pypi_simple_package_read) | **GET** /pypi/{path}/simple/{package}/ | Get package simple page
|
|
187
|
+
*PypiSimpleApi* | [**read**](docs/PypiSimpleApi.md#read) | **GET** /pypi/{path}/simple/ | Get index simple page
|
|
188
|
+
*RemotesPythonApi* | [**add_role**](docs/RemotesPythonApi.md#add_role) | **POST** {python_python_remote_href}add_role/ | Add a role
|
|
189
|
+
*RemotesPythonApi* | [**create**](docs/RemotesPythonApi.md#create) | **POST** /pulp/api/v3/remotes/python/python/ | Create a python remote
|
|
190
|
+
*RemotesPythonApi* | [**delete**](docs/RemotesPythonApi.md#delete) | **DELETE** {python_python_remote_href} | Delete a python remote
|
|
191
|
+
*RemotesPythonApi* | [**from_bandersnatch**](docs/RemotesPythonApi.md#from_bandersnatch) | **POST** /pulp/api/v3/remotes/python/python/from_bandersnatch/ | Create from Bandersnatch
|
|
192
|
+
*RemotesPythonApi* | [**list**](docs/RemotesPythonApi.md#list) | **GET** /pulp/api/v3/remotes/python/python/ | List python remotes
|
|
193
|
+
*RemotesPythonApi* | [**list_roles**](docs/RemotesPythonApi.md#list_roles) | **GET** {python_python_remote_href}list_roles/ | List roles
|
|
194
|
+
*RemotesPythonApi* | [**my_permissions**](docs/RemotesPythonApi.md#my_permissions) | **GET** {python_python_remote_href}my_permissions/ | List user permissions
|
|
195
|
+
*RemotesPythonApi* | [**partial_update**](docs/RemotesPythonApi.md#partial_update) | **PATCH** {python_python_remote_href} | Update a python remote
|
|
196
|
+
*RemotesPythonApi* | [**read**](docs/RemotesPythonApi.md#read) | **GET** {python_python_remote_href} | Inspect a python remote
|
|
197
|
+
*RemotesPythonApi* | [**remove_role**](docs/RemotesPythonApi.md#remove_role) | **POST** {python_python_remote_href}remove_role/ | Remove a role
|
|
198
|
+
*RemotesPythonApi* | [**set_label**](docs/RemotesPythonApi.md#set_label) | **POST** {python_python_remote_href}set_label/ | Set a label
|
|
199
|
+
*RemotesPythonApi* | [**unset_label**](docs/RemotesPythonApi.md#unset_label) | **POST** {python_python_remote_href}unset_label/ | Unset a label
|
|
200
|
+
*RemotesPythonApi* | [**update**](docs/RemotesPythonApi.md#update) | **PUT** {python_python_remote_href} | Update a python remote
|
|
201
|
+
*RepositoriesPythonApi* | [**add_role**](docs/RepositoriesPythonApi.md#add_role) | **POST** {python_python_repository_href}add_role/ | Add a role
|
|
202
|
+
*RepositoriesPythonApi* | [**create**](docs/RepositoriesPythonApi.md#create) | **POST** /pulp/api/v3/repositories/python/python/ | Create a python repository
|
|
203
|
+
*RepositoriesPythonApi* | [**delete**](docs/RepositoriesPythonApi.md#delete) | **DELETE** {python_python_repository_href} | Delete a python repository
|
|
204
|
+
*RepositoriesPythonApi* | [**list**](docs/RepositoriesPythonApi.md#list) | **GET** /pulp/api/v3/repositories/python/python/ | List python repositorys
|
|
205
|
+
*RepositoriesPythonApi* | [**list_roles**](docs/RepositoriesPythonApi.md#list_roles) | **GET** {python_python_repository_href}list_roles/ | List roles
|
|
206
|
+
*RepositoriesPythonApi* | [**modify**](docs/RepositoriesPythonApi.md#modify) | **POST** {python_python_repository_href}modify/ | Modify Repository Content
|
|
207
|
+
*RepositoriesPythonApi* | [**my_permissions**](docs/RepositoriesPythonApi.md#my_permissions) | **GET** {python_python_repository_href}my_permissions/ | List user permissions
|
|
208
|
+
*RepositoriesPythonApi* | [**partial_update**](docs/RepositoriesPythonApi.md#partial_update) | **PATCH** {python_python_repository_href} | Update a python repository
|
|
209
|
+
*RepositoriesPythonApi* | [**read**](docs/RepositoriesPythonApi.md#read) | **GET** {python_python_repository_href} | Inspect a python repository
|
|
210
|
+
*RepositoriesPythonApi* | [**remove_role**](docs/RepositoriesPythonApi.md#remove_role) | **POST** {python_python_repository_href}remove_role/ | Remove a role
|
|
211
|
+
*RepositoriesPythonApi* | [**repair_metadata**](docs/RepositoriesPythonApi.md#repair_metadata) | **POST** {python_python_repository_href}repair_metadata/ | Repair metadata
|
|
212
|
+
*RepositoriesPythonApi* | [**set_label**](docs/RepositoriesPythonApi.md#set_label) | **POST** {python_python_repository_href}set_label/ | Set a label
|
|
213
|
+
*RepositoriesPythonApi* | [**sync**](docs/RepositoriesPythonApi.md#sync) | **POST** {python_python_repository_href}sync/ | Sync from remote
|
|
214
|
+
*RepositoriesPythonApi* | [**unset_label**](docs/RepositoriesPythonApi.md#unset_label) | **POST** {python_python_repository_href}unset_label/ | Unset a label
|
|
215
|
+
*RepositoriesPythonApi* | [**update**](docs/RepositoriesPythonApi.md#update) | **PUT** {python_python_repository_href} | Update a python repository
|
|
216
|
+
*RepositoriesPythonVersionsApi* | [**delete**](docs/RepositoriesPythonVersionsApi.md#delete) | **DELETE** {python_python_repository_version_href} | Delete a repository version
|
|
217
|
+
*RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
|
|
218
|
+
*RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
|
|
219
|
+
*RepositoriesPythonVersionsApi* | [**repair**](docs/RepositoriesPythonVersionsApi.md#repair) | **POST** {python_python_repository_version_href}repair/ |
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## Documentation For Models
|
|
223
|
+
|
|
224
|
+
- [AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
225
|
+
- [ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
226
|
+
- [ExcludePlatformsEnum](docs/ExcludePlatformsEnum.md)
|
|
227
|
+
- [MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
|
228
|
+
- [NestedRole](docs/NestedRole.md)
|
|
229
|
+
- [NestedRoleResponse](docs/NestedRoleResponse.md)
|
|
230
|
+
- [ObjectRolesResponse](docs/ObjectRolesResponse.md)
|
|
231
|
+
- [PackageMetadataResponse](docs/PackageMetadataResponse.md)
|
|
232
|
+
- [PackageTypesEnum](docs/PackageTypesEnum.md)
|
|
233
|
+
- [PackageUploadTaskResponse](docs/PackageUploadTaskResponse.md)
|
|
234
|
+
- [PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
|
235
|
+
- [PaginatedpythonPythonDistributionResponseList](docs/PaginatedpythonPythonDistributionResponseList.md)
|
|
236
|
+
- [PaginatedpythonPythonPackageContentResponseList](docs/PaginatedpythonPythonPackageContentResponseList.md)
|
|
237
|
+
- [PaginatedpythonPythonPublicationResponseList](docs/PaginatedpythonPythonPublicationResponseList.md)
|
|
238
|
+
- [PaginatedpythonPythonRemoteResponseList](docs/PaginatedpythonPythonRemoteResponseList.md)
|
|
239
|
+
- [PaginatedpythonPythonRepositoryResponseList](docs/PaginatedpythonPythonRepositoryResponseList.md)
|
|
240
|
+
- [PatchedpythonPythonDistribution](docs/PatchedpythonPythonDistribution.md)
|
|
241
|
+
- [PatchedpythonPythonRemote](docs/PatchedpythonPythonRemote.md)
|
|
242
|
+
- [PatchedpythonPythonRepository](docs/PatchedpythonPythonRepository.md)
|
|
243
|
+
- [PolicyEnum](docs/PolicyEnum.md)
|
|
244
|
+
- [PythonPythonDistribution](docs/PythonPythonDistribution.md)
|
|
245
|
+
- [PythonPythonDistributionResponse](docs/PythonPythonDistributionResponse.md)
|
|
246
|
+
- [PythonPythonPackageContentResponse](docs/PythonPythonPackageContentResponse.md)
|
|
247
|
+
- [PythonPythonPublication](docs/PythonPythonPublication.md)
|
|
248
|
+
- [PythonPythonPublicationResponse](docs/PythonPythonPublicationResponse.md)
|
|
249
|
+
- [PythonPythonRemote](docs/PythonPythonRemote.md)
|
|
250
|
+
- [PythonPythonRemoteResponse](docs/PythonPythonRemoteResponse.md)
|
|
251
|
+
- [PythonPythonRemoteResponseHiddenFieldsInner](docs/PythonPythonRemoteResponseHiddenFieldsInner.md)
|
|
252
|
+
- [PythonPythonRepository](docs/PythonPythonRepository.md)
|
|
253
|
+
- [PythonPythonRepositoryResponse](docs/PythonPythonRepositoryResponse.md)
|
|
254
|
+
- [Repair](docs/Repair.md)
|
|
255
|
+
- [RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
256
|
+
- [RepositorySyncURL](docs/RepositorySyncURL.md)
|
|
257
|
+
- [RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
|
258
|
+
- [SetLabel](docs/SetLabel.md)
|
|
259
|
+
- [SetLabelResponse](docs/SetLabelResponse.md)
|
|
260
|
+
- [SummaryResponse](docs/SummaryResponse.md)
|
|
261
|
+
- [UnsetLabel](docs/UnsetLabel.md)
|
|
262
|
+
- [UnsetLabelResponse](docs/UnsetLabelResponse.md)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
<a id="documentation-for-authorization"></a>
|
|
266
|
+
## Documentation For Authorization
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
Authentication schemes defined for the API:
|
|
270
|
+
<a id="basicAuth"></a>
|
|
271
|
+
### basicAuth
|
|
272
|
+
|
|
273
|
+
- **Type**: HTTP basic authentication
|
|
274
|
+
|
|
275
|
+
<a id="cookieAuth"></a>
|
|
276
|
+
### cookieAuth
|
|
277
|
+
|
|
278
|
+
- **Type**: API key
|
|
279
|
+
- **API key parameter name**: sessionid
|
|
280
|
+
- **Location**:
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
## Author
|
|
284
|
+
|
|
285
|
+
pulp-list@redhat.com
|
|
286
|
+
|
|
287
|
+
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulp_python/__init__.py,sha256=
|
|
4
|
-
pulpcore/client/pulp_python/api_client.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_python/__init__.py,sha256=Hom7jBY7JaHYiqHo4LJZdjYj-SCeaWY5Z-8kzUpSjHE,9034
|
|
4
|
+
pulpcore/client/pulp_python/api_client.py,sha256=Hme2Yq7pUxE3-kQcoVh4Uu4A0NkpSD5rZZtAvnutPLI,27772
|
|
5
5
|
pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulp_python/configuration.py,sha256=
|
|
7
|
-
pulpcore/client/pulp_python/exceptions.py,sha256=
|
|
6
|
+
pulpcore/client/pulp_python/configuration.py,sha256=U21cPh7zrNRKFxth8iUiOCWzQk0Q-hbsGgQoyNmeNNY,19588
|
|
7
|
+
pulpcore/client/pulp_python/exceptions.py,sha256=UUQyfmHrA0wKpyniO8D6jgIOSee4k0dBIImRgs74ERw,6456
|
|
8
8
|
pulpcore/client/pulp_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
pulpcore/client/pulp_python/rest.py,sha256=
|
|
9
|
+
pulpcore/client/pulp_python/rest.py,sha256=6sLIAY0kZZoh8inygjKObUkLhf-icE4ljhyb00i8nZ0,9466
|
|
10
10
|
pulpcore/client/pulp_python/api/__init__.py,sha256=gQiZxpv7fnqBIwl4D4hIlxgTmAhabinAwhnQEkEASio,870
|
|
11
|
-
pulpcore/client/pulp_python/api/content_packages_api.py,sha256=
|
|
11
|
+
pulpcore/client/pulp_python/api/content_packages_api.py,sha256=05pPeTFAAHWhnw-A3-bf0NpKjapBYWDmDinuPJkH_60,190920
|
|
12
12
|
pulpcore/client/pulp_python/api/distributions_pypi_api.py,sha256=t4OGi4U8aZWyKNodX9bd2aWu1fMGh5KPETrQvl957Qc,183995
|
|
13
13
|
pulpcore/client/pulp_python/api/publications_pypi_api.py,sha256=U74CRJ5rmEFHPfJdeUOsa-If49bfbfIEBLLa3KjFtc0,127426
|
|
14
14
|
pulpcore/client/pulp_python/api/pypi_api.py,sha256=YV0qe3htsZrysNA8nyQwV-te9hxZgrZ89aMin8HQV70,13944
|
|
@@ -19,46 +19,46 @@ pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=Ty-se08bKV5Jpyxado_
|
|
|
19
19
|
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=RmIOS4Y1hb8bt7-FNFeHLTYqW3MlffPO3JaI6MvxLLk,226232
|
|
20
20
|
pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=7fp8_MitxSHXIewPgzjR-Qd9HcSlqup4E_hamP0d6p8,78775
|
|
21
21
|
pulpcore/client/pulp_python/models/__init__.py,sha256=vVhq0ydtc_OjdnPpmQVfQgqI3TeJ5RF5K9JDxc7bC34,4302
|
|
22
|
-
pulpcore/client/pulp_python/models/async_operation_response.py,sha256=
|
|
23
|
-
pulpcore/client/pulp_python/models/content_summary_response.py,sha256=
|
|
22
|
+
pulpcore/client/pulp_python/models/async_operation_response.py,sha256=2ciH8OgYeKl93wFyHQ7PBpt0y0FrxoxKta6FlebffvI,2724
|
|
23
|
+
pulpcore/client/pulp_python/models/content_summary_response.py,sha256=MnMrjStbtEGKlmHZEUG3SY0vuDLzQDEDe_bpJ3fILPI,2880
|
|
24
24
|
pulpcore/client/pulp_python/models/exclude_platforms_enum.py,sha256=04Ppg5ulYtQgbaOloDE-P8pyUDGjzpCoRWkk5DViO1g,861
|
|
25
|
-
pulpcore/client/pulp_python/models/my_permissions_response.py,sha256=
|
|
26
|
-
pulpcore/client/pulp_python/models/nested_role.py,sha256=
|
|
27
|
-
pulpcore/client/pulp_python/models/nested_role_response.py,sha256=
|
|
28
|
-
pulpcore/client/pulp_python/models/object_roles_response.py,sha256=
|
|
29
|
-
pulpcore/client/pulp_python/models/package_metadata_response.py,sha256=
|
|
25
|
+
pulpcore/client/pulp_python/models/my_permissions_response.py,sha256=KgWUi95Sdn0d-crIz2gbVrIXcXyvYOJXLwTSOmh0Cn0,2685
|
|
26
|
+
pulpcore/client/pulp_python/models/nested_role.py,sha256=GMCm-guXQHYZGP8MGaOD3m6yQtK-DfAMpYz_x6RnwfI,3169
|
|
27
|
+
pulpcore/client/pulp_python/models/nested_role_response.py,sha256=f9xTFRV-BYi5udHDevZFAZxexrCsLON2zlGinxuSdYE,3040
|
|
28
|
+
pulpcore/client/pulp_python/models/object_roles_response.py,sha256=duQaVdGpxywJi-BUx2CldpfI_-eqycJr_rgGQEzxJrg,3142
|
|
29
|
+
pulpcore/client/pulp_python/models/package_metadata_response.py,sha256=8h3Vvi4DpW5DEklUOFAuhl_jdaB6vBvDGi1CMMKQpVA,3610
|
|
30
30
|
pulpcore/client/pulp_python/models/package_types_enum.py,sha256=IxfhKcGOGO-63Uewkd9iYmgNVjD-pFctINtq2l7zwbE,1129
|
|
31
|
-
pulpcore/client/pulp_python/models/package_upload_task_response.py,sha256=
|
|
32
|
-
pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py,sha256=
|
|
33
|
-
pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py,sha256=
|
|
34
|
-
pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py,sha256=
|
|
35
|
-
pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=
|
|
36
|
-
pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=
|
|
37
|
-
pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py,sha256=
|
|
38
|
-
pulpcore/client/pulp_python/models/patchedpython_python_distribution.py,sha256=
|
|
39
|
-
pulpcore/client/pulp_python/models/patchedpython_python_remote.py,sha256=
|
|
40
|
-
pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=
|
|
31
|
+
pulpcore/client/pulp_python/models/package_upload_task_response.py,sha256=tXE9OExLj6svP_G0Bsjyg8iqyOTF2Cgkphv_TS6d1r0,3394
|
|
32
|
+
pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py,sha256=evkX-1ziUJXrfqbzhp-36lyw1gPj4ziRlvS66h0DwwY,3551
|
|
33
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py,sha256=YwArALV4k7_0gyKPSuvOezgtOo4giczTZ7NBhzNG2zE,3608
|
|
34
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py,sha256=VYO8qXFBgecb8_mkX4JcDkfmMv0CZ8IltyPN-VJ20p8,3625
|
|
35
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py,sha256=DcfYEpN2CaZ6CYS7CBU1tXxix8gl_nbm60UXQACofVU,3600
|
|
36
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py,sha256=5VvXmXhkgMvAiLJF0NIQ176mxqkOwV-mYMP4VTw6PdU,3560
|
|
37
|
+
pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py,sha256=U_wP4NGHx1xXr3y4dHOBpZ_0sn2ZhJ6-YBNXyOLyR2A,3592
|
|
38
|
+
pulpcore/client/pulp_python/models/patchedpython_python_distribution.py,sha256=qyIufyrf-VNorCstrdVnLH5I1Sx-_VZZWbzVx5p0Tfg,5481
|
|
39
|
+
pulpcore/client/pulp_python/models/patchedpython_python_remote.py,sha256=CzzXrLoAvHKv3dh9GZl2YPqOZsywfNzXMuEMaQtLe5I,13925
|
|
40
|
+
pulpcore/client/pulp_python/models/patchedpython_python_repository.py,sha256=sezOPHIAhmFSmNNB5eDu4k23DREDzJXAQY27Qzzuxvg,4673
|
|
41
41
|
pulpcore/client/pulp_python/models/policy_enum.py,sha256=alBNbWymx71uIJJLX3vvtlW-2wIql23bfXHM-DtgCww,1254
|
|
42
|
-
pulpcore/client/pulp_python/models/python_python_distribution.py,sha256=
|
|
43
|
-
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=
|
|
44
|
-
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=
|
|
45
|
-
pulpcore/client/pulp_python/models/python_python_publication.py,sha256=
|
|
46
|
-
pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=
|
|
47
|
-
pulpcore/client/pulp_python/models/python_python_remote.py,sha256=
|
|
48
|
-
pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=
|
|
49
|
-
pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py,sha256=
|
|
50
|
-
pulpcore/client/pulp_python/models/python_python_repository.py,sha256=
|
|
51
|
-
pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=
|
|
52
|
-
pulpcore/client/pulp_python/models/repair.py,sha256=
|
|
53
|
-
pulpcore/client/pulp_python/models/repository_add_remove_content.py,sha256=
|
|
54
|
-
pulpcore/client/pulp_python/models/repository_sync_url.py,sha256=
|
|
55
|
-
pulpcore/client/pulp_python/models/repository_version_response.py,sha256=
|
|
56
|
-
pulpcore/client/pulp_python/models/set_label.py,sha256=
|
|
57
|
-
pulpcore/client/pulp_python/models/set_label_response.py,sha256=
|
|
58
|
-
pulpcore/client/pulp_python/models/summary_response.py,sha256=
|
|
59
|
-
pulpcore/client/pulp_python/models/unset_label.py,sha256=
|
|
60
|
-
pulpcore/client/pulp_python/models/unset_label_response.py,sha256
|
|
61
|
-
pulp_python_client-3.
|
|
62
|
-
pulp_python_client-3.
|
|
63
|
-
pulp_python_client-3.
|
|
64
|
-
pulp_python_client-3.
|
|
42
|
+
pulpcore/client/pulp_python/models/python_python_distribution.py,sha256=MIkETcLe05LL9kHnjCdYXL51eUrw8nj3wBbJ7_AMyNw,5412
|
|
43
|
+
pulpcore/client/pulp_python/models/python_python_distribution_response.py,sha256=ck03TK750BBHNN83MMXEHpHvbbSkB5JqYzNB3ev5M4w,7028
|
|
44
|
+
pulpcore/client/pulp_python/models/python_python_package_content_response.py,sha256=bOStf8AlL_HGqvX3AO7jUhp1CDA22NpThx2zJKhN3ng,12796
|
|
45
|
+
pulpcore/client/pulp_python/models/python_python_publication.py,sha256=368ao0N3ojlEJsNgaa9dnH5bwt_xSRO8aZAEGK0MUhw,2938
|
|
46
|
+
pulpcore/client/pulp_python/models/python_python_publication_response.py,sha256=CEyky6eMQpw_GI56DTLRIg4ONv-ZOAB7VM7WXvoSzyw,4299
|
|
47
|
+
pulpcore/client/pulp_python/models/python_python_remote.py,sha256=MEJX92IvCkabGejarVk0xB5RLpM3ZyT2weQNuLazcfc,13856
|
|
48
|
+
pulpcore/client/pulp_python/models/python_python_remote_response.py,sha256=ioL5Ltgdb8yqnQdmuy7e8OF9Yvmg5Dh_wIBu9GsOK3g,13015
|
|
49
|
+
pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py,sha256=_det3KoZYyXBTl6dQpJUJhoX1MCZh5pF7DX0TFsVBJM,2825
|
|
50
|
+
pulpcore/client/pulp_python/models/python_python_repository.py,sha256=vpKzFcCmBQ5e4kkyPSjLba1mLUbKLnE7wNmGlOuCqGI,4628
|
|
51
|
+
pulpcore/client/pulp_python/models/python_python_repository_response.py,sha256=Yhj_0h5OoDycZWoBYgr6g8Mb5h0JCM9J3vRb_vCn_UA,6060
|
|
52
|
+
pulpcore/client/pulp_python/models/repair.py,sha256=GLqmKOeI2u41APdOTpIYpI5juYQPmEKzlPyywBpYWJ4,2922
|
|
53
|
+
pulpcore/client/pulp_python/models/repository_add_remove_content.py,sha256=gAf6DzRO6jo7rSFs9N5ntGJedgt33GyXI1YdHwQW3KU,3948
|
|
54
|
+
pulpcore/client/pulp_python/models/repository_sync_url.py,sha256=HwX2y-EUOKtehFqtbf97SJBoYYLxjIU6n4O1aL7MVKc,3130
|
|
55
|
+
pulpcore/client/pulp_python/models/repository_version_response.py,sha256=8GVh8M8CFwVoDc-i4zVc56KOiq9mOG_Gd6knpnXmoLc,5505
|
|
56
|
+
pulpcore/client/pulp_python/models/set_label.py,sha256=M2plaZH_yxps_VgcRzqO2bS85n2dMpzOeY7xuPn4z5E,3319
|
|
57
|
+
pulpcore/client/pulp_python/models/set_label_response.py,sha256=Ls8dBTKlrO8b9g75-iLXsDBpRlQyDL8A9XuBCfktsTY,3329
|
|
58
|
+
pulpcore/client/pulp_python/models/summary_response.py,sha256=cWsYc0z_7ZEaiViRIYXp9gDUTL2u2MZ2vKBAfbt9BUY,3033
|
|
59
|
+
pulpcore/client/pulp_python/models/unset_label.py,sha256=lk7qSclbVRbh2TReyEij4Xbw0Cz3NEtgxoWnNYhzEFw,3024
|
|
60
|
+
pulpcore/client/pulp_python/models/unset_label_response.py,sha256=y6LqvCKT6R5FSC3tkwekrA9pEj3TPet7cm5qwboUyMM,3212
|
|
61
|
+
pulp_python_client-3.19.0.dist-info/METADATA,sha256=9KO8tNbXBAysx0WJLfjDkic3nsJB9kRon-4bJAM4YHA,20534
|
|
62
|
+
pulp_python_client-3.19.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
63
|
+
pulp_python_client-3.19.0.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
64
|
+
pulp_python_client-3.19.0.dist-info/RECORD,,
|
|
@@ -15,68 +15,130 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "3.
|
|
18
|
+
__version__ = "3.19.0"
|
|
19
|
+
|
|
20
|
+
# Define package exports
|
|
21
|
+
__all__ = [
|
|
22
|
+
"ContentPackagesApi",
|
|
23
|
+
"DistributionsPypiApi",
|
|
24
|
+
"PublicationsPypiApi",
|
|
25
|
+
"PypiApi",
|
|
26
|
+
"PypiLegacyApi",
|
|
27
|
+
"PypiMetadataApi",
|
|
28
|
+
"PypiSimpleApi",
|
|
29
|
+
"RemotesPythonApi",
|
|
30
|
+
"RepositoriesPythonApi",
|
|
31
|
+
"RepositoriesPythonVersionsApi",
|
|
32
|
+
"ApiResponse",
|
|
33
|
+
"ApiClient",
|
|
34
|
+
"Configuration",
|
|
35
|
+
"OpenApiException",
|
|
36
|
+
"ApiTypeError",
|
|
37
|
+
"ApiValueError",
|
|
38
|
+
"ApiKeyError",
|
|
39
|
+
"ApiAttributeError",
|
|
40
|
+
"ApiException",
|
|
41
|
+
"AsyncOperationResponse",
|
|
42
|
+
"ContentSummaryResponse",
|
|
43
|
+
"ExcludePlatformsEnum",
|
|
44
|
+
"MyPermissionsResponse",
|
|
45
|
+
"NestedRole",
|
|
46
|
+
"NestedRoleResponse",
|
|
47
|
+
"ObjectRolesResponse",
|
|
48
|
+
"PackageMetadataResponse",
|
|
49
|
+
"PackageTypesEnum",
|
|
50
|
+
"PackageUploadTaskResponse",
|
|
51
|
+
"PaginatedRepositoryVersionResponseList",
|
|
52
|
+
"PaginatedpythonPythonDistributionResponseList",
|
|
53
|
+
"PaginatedpythonPythonPackageContentResponseList",
|
|
54
|
+
"PaginatedpythonPythonPublicationResponseList",
|
|
55
|
+
"PaginatedpythonPythonRemoteResponseList",
|
|
56
|
+
"PaginatedpythonPythonRepositoryResponseList",
|
|
57
|
+
"PatchedpythonPythonDistribution",
|
|
58
|
+
"PatchedpythonPythonRemote",
|
|
59
|
+
"PatchedpythonPythonRepository",
|
|
60
|
+
"PolicyEnum",
|
|
61
|
+
"PythonPythonDistribution",
|
|
62
|
+
"PythonPythonDistributionResponse",
|
|
63
|
+
"PythonPythonPackageContentResponse",
|
|
64
|
+
"PythonPythonPublication",
|
|
65
|
+
"PythonPythonPublicationResponse",
|
|
66
|
+
"PythonPythonRemote",
|
|
67
|
+
"PythonPythonRemoteResponse",
|
|
68
|
+
"PythonPythonRemoteResponseHiddenFieldsInner",
|
|
69
|
+
"PythonPythonRepository",
|
|
70
|
+
"PythonPythonRepositoryResponse",
|
|
71
|
+
"Repair",
|
|
72
|
+
"RepositoryAddRemoveContent",
|
|
73
|
+
"RepositorySyncURL",
|
|
74
|
+
"RepositoryVersionResponse",
|
|
75
|
+
"SetLabel",
|
|
76
|
+
"SetLabelResponse",
|
|
77
|
+
"SummaryResponse",
|
|
78
|
+
"UnsetLabel",
|
|
79
|
+
"UnsetLabelResponse",
|
|
80
|
+
]
|
|
19
81
|
|
|
20
82
|
# 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
|
|
83
|
+
from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi as ContentPackagesApi
|
|
84
|
+
from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi as DistributionsPypiApi
|
|
85
|
+
from pulpcore.client.pulp_python.api.publications_pypi_api import PublicationsPypiApi as PublicationsPypiApi
|
|
86
|
+
from pulpcore.client.pulp_python.api.pypi_api import PypiApi as PypiApi
|
|
87
|
+
from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi as PypiLegacyApi
|
|
88
|
+
from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi as PypiMetadataApi
|
|
89
|
+
from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi as PypiSimpleApi
|
|
90
|
+
from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi as RemotesPythonApi
|
|
91
|
+
from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi as RepositoriesPythonApi
|
|
92
|
+
from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi as RepositoriesPythonVersionsApi
|
|
31
93
|
|
|
32
94
|
# 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
|
|
95
|
+
from pulpcore.client.pulp_python.api_response import ApiResponse as ApiResponse
|
|
96
|
+
from pulpcore.client.pulp_python.api_client import ApiClient as ApiClient
|
|
97
|
+
from pulpcore.client.pulp_python.configuration import Configuration as Configuration
|
|
98
|
+
from pulpcore.client.pulp_python.exceptions import OpenApiException as OpenApiException
|
|
99
|
+
from pulpcore.client.pulp_python.exceptions import ApiTypeError as ApiTypeError
|
|
100
|
+
from pulpcore.client.pulp_python.exceptions import ApiValueError as ApiValueError
|
|
101
|
+
from pulpcore.client.pulp_python.exceptions import ApiKeyError as ApiKeyError
|
|
102
|
+
from pulpcore.client.pulp_python.exceptions import ApiAttributeError as ApiAttributeError
|
|
103
|
+
from pulpcore.client.pulp_python.exceptions import ApiException as ApiException
|
|
42
104
|
|
|
43
105
|
# 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
|
|
106
|
+
from pulpcore.client.pulp_python.models.async_operation_response import AsyncOperationResponse as AsyncOperationResponse
|
|
107
|
+
from pulpcore.client.pulp_python.models.content_summary_response import ContentSummaryResponse as ContentSummaryResponse
|
|
108
|
+
from pulpcore.client.pulp_python.models.exclude_platforms_enum import ExcludePlatformsEnum as ExcludePlatformsEnum
|
|
109
|
+
from pulpcore.client.pulp_python.models.my_permissions_response import MyPermissionsResponse as MyPermissionsResponse
|
|
110
|
+
from pulpcore.client.pulp_python.models.nested_role import NestedRole as NestedRole
|
|
111
|
+
from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleResponse as NestedRoleResponse
|
|
112
|
+
from pulpcore.client.pulp_python.models.object_roles_response import ObjectRolesResponse as ObjectRolesResponse
|
|
113
|
+
from pulpcore.client.pulp_python.models.package_metadata_response import PackageMetadataResponse as PackageMetadataResponse
|
|
114
|
+
from pulpcore.client.pulp_python.models.package_types_enum import PackageTypesEnum as PackageTypesEnum
|
|
115
|
+
from pulpcore.client.pulp_python.models.package_upload_task_response import PackageUploadTaskResponse as PackageUploadTaskResponse
|
|
116
|
+
from pulpcore.client.pulp_python.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList as PaginatedRepositoryVersionResponseList
|
|
117
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_response_list import PaginatedpythonPythonDistributionResponseList as PaginatedpythonPythonDistributionResponseList
|
|
118
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_response_list import PaginatedpythonPythonPackageContentResponseList as PaginatedpythonPythonPackageContentResponseList
|
|
119
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_publication_response_list import PaginatedpythonPythonPublicationResponseList as PaginatedpythonPythonPublicationResponseList
|
|
120
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_list import PaginatedpythonPythonRemoteResponseList as PaginatedpythonPythonRemoteResponseList
|
|
121
|
+
from pulpcore.client.pulp_python.models.paginatedpython_python_repository_response_list import PaginatedpythonPythonRepositoryResponseList as PaginatedpythonPythonRepositoryResponseList
|
|
122
|
+
from pulpcore.client.pulp_python.models.patchedpython_python_distribution import PatchedpythonPythonDistribution as PatchedpythonPythonDistribution
|
|
123
|
+
from pulpcore.client.pulp_python.models.patchedpython_python_remote import PatchedpythonPythonRemote as PatchedpythonPythonRemote
|
|
124
|
+
from pulpcore.client.pulp_python.models.patchedpython_python_repository import PatchedpythonPythonRepository as PatchedpythonPythonRepository
|
|
125
|
+
from pulpcore.client.pulp_python.models.policy_enum import PolicyEnum as PolicyEnum
|
|
126
|
+
from pulpcore.client.pulp_python.models.python_python_distribution import PythonPythonDistribution as PythonPythonDistribution
|
|
127
|
+
from pulpcore.client.pulp_python.models.python_python_distribution_response import PythonPythonDistributionResponse as PythonPythonDistributionResponse
|
|
128
|
+
from pulpcore.client.pulp_python.models.python_python_package_content_response import PythonPythonPackageContentResponse as PythonPythonPackageContentResponse
|
|
129
|
+
from pulpcore.client.pulp_python.models.python_python_publication import PythonPythonPublication as PythonPythonPublication
|
|
130
|
+
from pulpcore.client.pulp_python.models.python_python_publication_response import PythonPythonPublicationResponse as PythonPythonPublicationResponse
|
|
131
|
+
from pulpcore.client.pulp_python.models.python_python_remote import PythonPythonRemote as PythonPythonRemote
|
|
132
|
+
from pulpcore.client.pulp_python.models.python_python_remote_response import PythonPythonRemoteResponse as PythonPythonRemoteResponse
|
|
133
|
+
from pulpcore.client.pulp_python.models.python_python_remote_response_hidden_fields_inner import PythonPythonRemoteResponseHiddenFieldsInner as PythonPythonRemoteResponseHiddenFieldsInner
|
|
134
|
+
from pulpcore.client.pulp_python.models.python_python_repository import PythonPythonRepository as PythonPythonRepository
|
|
135
|
+
from pulpcore.client.pulp_python.models.python_python_repository_response import PythonPythonRepositoryResponse as PythonPythonRepositoryResponse
|
|
136
|
+
from pulpcore.client.pulp_python.models.repair import Repair as Repair
|
|
137
|
+
from pulpcore.client.pulp_python.models.repository_add_remove_content import RepositoryAddRemoveContent as RepositoryAddRemoveContent
|
|
138
|
+
from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyncURL as RepositorySyncURL
|
|
139
|
+
from pulpcore.client.pulp_python.models.repository_version_response import RepositoryVersionResponse as RepositoryVersionResponse
|
|
140
|
+
from pulpcore.client.pulp_python.models.set_label import SetLabel as SetLabel
|
|
141
|
+
from pulpcore.client.pulp_python.models.set_label_response import SetLabelResponse as SetLabelResponse
|
|
142
|
+
from pulpcore.client.pulp_python.models.summary_response import SummaryResponse as SummaryResponse
|
|
143
|
+
from pulpcore.client.pulp_python.models.unset_label import UnsetLabel as UnsetLabel
|
|
144
|
+
from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelResponse as UnsetLabelResponse
|