crc-pulp-npm-client 20251023.2__tar.gz → 20251023.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crc-pulp-npm-client might be problematic. Click here for more details.
- crc_pulp_npm_client-20251023.3/PKG-INFO +25 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/README.md +4 -4
- crc_pulp_npm_client-20251023.3/crc_pulp_npm_client.egg-info/PKG-INFO +25 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/__init__.py +1 -1
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/configuration.py +3 -3
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pyproject.toml +1 -1
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/setup.py +4 -5
- crc_pulp_npm_client-20251023.2/PKG-INFO +0 -4561
- crc_pulp_npm_client-20251023.2/crc_pulp_npm_client.egg-info/PKG-INFO +0 -4561
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/crc_pulp_npm_client.egg-info/SOURCES.txt +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/crc_pulp_npm_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/crc_pulp_npm_client.egg-info/requires.txt +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/crc_pulp_npm_client.egg-info/top_level.txt +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/__init__.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api/__init__.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api/content_packages_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api/distributions_npm_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api/remotes_npm_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api/repositories_npm_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api/repositories_npm_versions_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api_client.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/api_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/exceptions.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/__init__.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/async_operation_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/content_summary_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_npm_distribution_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_npm_remote_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_npm_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_npm_repository_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/npm_package_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/paginatednpm_npm_distribution_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/paginatednpm_npm_remote_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/paginatednpm_npm_repository_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/paginatednpm_package_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/patchednpm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/patchednpm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/patchednpm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/policy_enum.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/repair.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/repository_add_remove_content.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/repository_sync_url.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/repository_version_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/set_label.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/set_label_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/unset_label.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/models/unset_label_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/py.typed +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/pulpcore/client/pulp_npm/rest.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/setup.cfg +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_async_operation_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_content_packages_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_content_summary_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_distributions_npm_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_npm_distribution_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_npm_remote_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_npm_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_npm_repository_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_npm_package_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_paginatednpm_npm_distribution_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_paginatednpm_npm_remote_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_paginatednpm_npm_repository_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_paginatednpm_package_response_list.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_patchednpm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_patchednpm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_patchednpm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_policy_enum.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_remotes_npm_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_repair.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_repositories_npm_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_repositories_npm_versions_api.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_repository_sync_url.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_repository_version_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_set_label.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_set_label_response.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_unset_label.py +0 -0
- {crc_pulp_npm_client-20251023.2 → crc_pulp_npm_client-20251023.3}/test/test_unset_label_response.py +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: crc-pulp_npm-client
|
|
3
|
+
Version: 20251023.3
|
|
4
|
+
Summary: Pulp 3 API
|
|
5
|
+
Home-page:
|
|
6
|
+
Author: Pulp Team
|
|
7
|
+
Author-email: pulp-list@redhat.com
|
|
8
|
+
License: GPLv2+
|
|
9
|
+
Keywords: pulp,pulpcore,client,Pulp 3 API
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
12
|
+
Requires-Dist: python-dateutil<2.10.0,>=2.8.1
|
|
13
|
+
Requires-Dist: pydantic>=2
|
|
14
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: author-email
|
|
17
|
+
Dynamic: description
|
|
18
|
+
Dynamic: description-content-type
|
|
19
|
+
Dynamic: keywords
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: summary
|
|
23
|
+
|
|
24
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
25
|
+
|
|
@@ -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: 20251023.
|
|
7
|
+
- Package version: 20251023.3
|
|
8
8
|
- Generator version: 7.10.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -56,10 +56,10 @@ import pulpcore.client.pulp_npm
|
|
|
56
56
|
from pulpcore.client.pulp_npm.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-98lceh.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
60
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
61
61
|
configuration = pulpcore.client.pulp_npm.Configuration(
|
|
62
|
-
host = "https://env-ephemeral-
|
|
62
|
+
host = "https://env-ephemeral-98lceh.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
63
63
|
)
|
|
64
64
|
|
|
65
65
|
# The client must configure the authentication and authorization parameters
|
|
@@ -110,7 +110,7 @@ with pulpcore.client.pulp_npm.ApiClient(configuration) as api_client:
|
|
|
110
110
|
|
|
111
111
|
## Documentation for API Endpoints
|
|
112
112
|
|
|
113
|
-
All URIs are relative to *https://env-ephemeral-
|
|
113
|
+
All URIs are relative to *https://env-ephemeral-98lceh.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
114
114
|
|
|
115
115
|
Class | Method | HTTP request | Description
|
|
116
116
|
------------ | ------------- | ------------- | -------------
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: crc-pulp_npm-client
|
|
3
|
+
Version: 20251023.3
|
|
4
|
+
Summary: Pulp 3 API
|
|
5
|
+
Home-page:
|
|
6
|
+
Author: Pulp Team
|
|
7
|
+
Author-email: pulp-list@redhat.com
|
|
8
|
+
License: GPLv2+
|
|
9
|
+
Keywords: pulp,pulpcore,client,Pulp 3 API
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
12
|
+
Requires-Dist: python-dateutil<2.10.0,>=2.8.1
|
|
13
|
+
Requires-Dist: pydantic>=2
|
|
14
|
+
Requires-Dist: typing-extensions>=4.7.1
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: author-email
|
|
17
|
+
Dynamic: description
|
|
18
|
+
Dynamic: description-content-type
|
|
19
|
+
Dynamic: keywords
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: summary
|
|
23
|
+
|
|
24
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
25
|
+
|
|
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_npm.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-98lceh.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
|
|
229
229
|
"""Default Base url
|
|
230
230
|
"""
|
|
231
231
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_npm.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version: 20251023.
|
|
560
|
+
"SDK Package Version: 20251023.3".\
|
|
561
561
|
format(env=sys.platform, pyversion=sys.version)
|
|
562
562
|
|
|
563
563
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulp_npm.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-98lceh.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
""" # noqa: E501
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
from pathlib import Path
|
|
17
16
|
from setuptools import setup, find_packages # noqa: H301
|
|
18
17
|
|
|
19
18
|
# To install the library, run the following
|
|
@@ -23,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
23
22
|
# prerequisite: setuptools
|
|
24
23
|
# http://pypi.python.org/pypi/setuptools
|
|
25
24
|
NAME = "crc-pulp_npm-client"
|
|
26
|
-
VERSION = "20251023.
|
|
25
|
+
VERSION = "20251023.3"
|
|
27
26
|
PYTHON_REQUIRES = ">= 3.8"
|
|
28
27
|
REQUIRES = [
|
|
29
28
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -32,8 +31,6 @@ REQUIRES = [
|
|
|
32
31
|
"typing-extensions >= 4.7.1",
|
|
33
32
|
]
|
|
34
33
|
|
|
35
|
-
docs_file = Path('/workspace/bindings/pulp_npm/crc-pulp_npm-client.md')
|
|
36
|
-
docs = (docs_file).read_text()
|
|
37
34
|
setup(
|
|
38
35
|
name=NAME,
|
|
39
36
|
version=VERSION,
|
|
@@ -48,6 +45,8 @@ setup(
|
|
|
48
45
|
include_package_data=True,
|
|
49
46
|
license="GPLv2+",
|
|
50
47
|
long_description_content_type='text/markdown',
|
|
51
|
-
long_description=
|
|
48
|
+
long_description="""\
|
|
49
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
50
|
+
""", # noqa: E501
|
|
52
51
|
package_data={"pulpcore.client.pulp_npm": ["py.typed"]},
|
|
53
52
|
)
|