pulp_python_client 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +4 -4
- data/docs/ContentPackagesApi.md +4 -0
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/lib/pulp_python_client/api/content_packages_api.rb +7 -1
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +1 -1
- data/lib/pulp_python_client/api/publications_pypi_api.rb +1 -1
- data/lib/pulp_python_client/api/pypi_api.rb +1 -1
- data/lib/pulp_python_client/api/pypi_legacy_api.rb +1 -1
- data/lib/pulp_python_client/api/pypi_metadata_api.rb +1 -1
- data/lib/pulp_python_client/api/pypi_simple_api.rb +1 -1
- data/lib/pulp_python_client/api/remotes_python_api.rb +1 -1
- data/lib/pulp_python_client/api/repositories_python_api.rb +1 -1
- data/lib/pulp_python_client/api/repositories_python_versions_api.rb +1 -1
- data/lib/pulp_python_client/api_client.rb +12 -8
- data/lib/pulp_python_client/api_error.rb +1 -1
- data/lib/pulp_python_client/configuration.rb +8 -1
- data/lib/pulp_python_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_python_client/models/content_summary.rb +1 -1
- data/lib/pulp_python_client/models/content_summary_response.rb +1 -1
- data/lib/pulp_python_client/models/exclude_platforms_enum.rb +1 -1
- data/lib/pulp_python_client/models/package_metadata_response.rb +1 -1
- data/lib/pulp_python_client/models/package_types_enum.rb +1 -1
- data/lib/pulp_python_client/models/package_upload.rb +1 -1
- data/lib/pulp_python_client/models/package_upload_task_response.rb +1 -1
- data/lib/pulp_python_client/models/paginated_repository_version_response_list.rb +1 -1
- data/lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb +1 -1
- data/lib/pulp_python_client/models/paginatedpython_python_package_content_response_list.rb +1 -1
- data/lib/pulp_python_client/models/paginatedpython_python_publication_response_list.rb +1 -1
- data/lib/pulp_python_client/models/paginatedpython_python_remote_response_list.rb +1 -1
- data/lib/pulp_python_client/models/paginatedpython_python_repository_response_list.rb +1 -1
- data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +1 -1
- data/lib/pulp_python_client/models/patchedpython_python_remote.rb +1 -1
- data/lib/pulp_python_client/models/patchedpython_python_repository.rb +1 -1
- data/lib/pulp_python_client/models/policy_enum.rb +1 -1
- data/lib/pulp_python_client/models/python_bander_remote.rb +1 -1
- data/lib/pulp_python_client/models/python_python_distribution.rb +1 -1
- data/lib/pulp_python_client/models/python_python_distribution_response.rb +1 -1
- data/lib/pulp_python_client/models/python_python_package_content.rb +1 -1
- data/lib/pulp_python_client/models/python_python_package_content_response.rb +1 -1
- data/lib/pulp_python_client/models/python_python_publication.rb +1 -1
- data/lib/pulp_python_client/models/python_python_publication_response.rb +1 -1
- data/lib/pulp_python_client/models/python_python_remote.rb +1 -1
- data/lib/pulp_python_client/models/python_python_remote_response.rb +1 -1
- data/lib/pulp_python_client/models/python_python_repository.rb +1 -1
- data/lib/pulp_python_client/models/python_python_repository_response.rb +1 -1
- data/lib/pulp_python_client/models/repository_add_remove_content.rb +3 -3
- data/lib/pulp_python_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_python_client/models/repository_version.rb +1 -1
- data/lib/pulp_python_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_python_client/models/summary_response.rb +1 -1
- data/lib/pulp_python_client/version.rb +2 -2
- data/lib/pulp_python_client.rb +1 -1
- data/pulp_python_client.gemspec +1 -1
- data/spec/api/content_packages_api_spec.rb +3 -1
- data/spec/api/distributions_pypi_api_spec.rb +1 -1
- data/spec/api/publications_pypi_api_spec.rb +1 -1
- data/spec/api/pypi_api_spec.rb +1 -1
- data/spec/api/pypi_legacy_api_spec.rb +1 -1
- data/spec/api/pypi_metadata_api_spec.rb +1 -1
- data/spec/api/pypi_simple_api_spec.rb +1 -1
- data/spec/api/remotes_python_api_spec.rb +1 -1
- data/spec/api/repositories_python_api_spec.rb +1 -1
- data/spec/api/repositories_python_versions_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/content_summary_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/exclude_platforms_enum_spec.rb +1 -1
- data/spec/models/package_metadata_response_spec.rb +1 -1
- data/spec/models/package_types_enum_spec.rb +1 -1
- data/spec/models/package_upload_spec.rb +1 -1
- data/spec/models/package_upload_task_response_spec.rb +1 -1
- data/spec/models/paginated_repository_version_response_list_spec.rb +1 -1
- data/spec/models/paginatedpython_python_distribution_response_list_spec.rb +1 -1
- data/spec/models/paginatedpython_python_package_content_response_list_spec.rb +1 -1
- data/spec/models/paginatedpython_python_publication_response_list_spec.rb +1 -1
- data/spec/models/paginatedpython_python_remote_response_list_spec.rb +1 -1
- data/spec/models/paginatedpython_python_repository_response_list_spec.rb +1 -1
- data/spec/models/patchedpython_python_distribution_spec.rb +1 -1
- data/spec/models/patchedpython_python_remote_spec.rb +1 -1
- data/spec/models/patchedpython_python_repository_spec.rb +1 -1
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/python_bander_remote_spec.rb +1 -1
- data/spec/models/python_python_distribution_response_spec.rb +1 -1
- data/spec/models/python_python_distribution_spec.rb +1 -1
- data/spec/models/python_python_package_content_response_spec.rb +1 -1
- data/spec/models/python_python_package_content_spec.rb +1 -1
- data/spec/models/python_python_publication_response_spec.rb +1 -1
- data/spec/models/python_python_publication_spec.rb +1 -1
- data/spec/models/python_python_remote_response_spec.rb +1 -1
- data/spec/models/python_python_remote_spec.rb +1 -1
- data/spec/models/python_python_repository_response_spec.rb +1 -1
- data/spec/models/python_python_repository_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/summary_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +33 -196
- data/build/lib/pulpcore/__init__.py +0 -2
- data/build/lib/pulpcore/client/__init__.py +0 -2
- data/build/lib/pulpcore/client/pulp_python/__init__.py +0 -75
- data/build/lib/pulpcore/client/pulp_python/api/__init__.py +0 -15
- data/build/lib/pulpcore/client/pulp_python/api/content_packages_api.py +0 -626
- data/build/lib/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -830
- data/build/lib/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -566
- data/build/lib/pulpcore/client/pulp_python/api/pypi_api.py +0 -162
- data/build/lib/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -185
- data/build/lib/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -171
- data/build/lib/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -434
- data/build/lib/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -972
- data/build/lib/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -1063
- data/build/lib/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -614
- data/build/lib/pulpcore/client/pulp_python/api_client.py +0 -667
- data/build/lib/pulpcore/client/pulp_python/configuration.py +0 -427
- data/build/lib/pulpcore/client/pulp_python/exceptions.py +0 -121
- data/build/lib/pulpcore/client/pulp_python/models/__init__.py +0 -51
- data/build/lib/pulpcore/client/pulp_python/models/async_operation_response.py +0 -124
- data/build/lib/pulpcore/client/pulp_python/models/content_summary.py +0 -176
- data/build/lib/pulpcore/client/pulp_python/models/content_summary_response.py +0 -176
- data/build/lib/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -103
- data/build/lib/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -209
- data/build/lib/pulpcore/client/pulp_python/models/package_types_enum.py +0 -107
- data/build/lib/pulpcore/client/pulp_python/models/package_upload.py +0 -187
- data/build/lib/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -176
- data/build/lib/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -197
- data/build/lib/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -286
- data/build/lib/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -823
- data/build/lib/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -259
- data/build/lib/pulpcore/client/pulp_python/models/policy_enum.py +0 -102
- data/build/lib/pulpcore/client/pulp_python/models/python_bander_remote.py +0 -181
- data/build/lib/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -288
- data/build/lib/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -368
- data/build/lib/pulpcore/client/pulp_python/models/python_python_package_content.py +0 -824
- data/build/lib/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -933
- data/build/lib/pulpcore/client/pulp_python/models/python_python_publication.py +0 -149
- data/build/lib/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -231
- data/build/lib/pulpcore/client/pulp_python/models/python_python_remote.py +0 -825
- data/build/lib/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -772
- data/build/lib/pulpcore/client/pulp_python/models/python_python_repository.py +0 -260
- data/build/lib/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -366
- data/build/lib/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -179
- data/build/lib/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -151
- data/build/lib/pulpcore/client/pulp_python/models/repository_version.py +0 -123
- data/build/lib/pulpcore/client/pulp_python/models/repository_version_response.py +0 -257
- data/build/lib/pulpcore/client/pulp_python/models/summary_response.py +0 -182
- data/build/lib/pulpcore/client/pulp_python/rest.py +0 -292
- data/dist/pulp_python-client-3.4.0.tar.gz +0 -0
- data/dist/pulp_python_client-3.4.0-py3-none-any.whl +0 -0
- data/pulp_python_client.egg-info/PKG-INFO +0 -15
- data/pulp_python_client.egg-info/SOURCES.txt +0 -105
- data/pulp_python_client.egg-info/dependency_links.txt +0 -1
- data/pulp_python_client.egg-info/requires.txt +0 -4
- data/pulp_python_client.egg-info/top_level.txt +0 -1
- data/pulpcore/__init__.py +0 -2
- data/pulpcore/client/__init__.py +0 -2
- data/pulpcore/client/pulp_python/__init__.py +0 -75
- data/pulpcore/client/pulp_python/api/__init__.py +0 -15
- data/pulpcore/client/pulp_python/api/content_packages_api.py +0 -626
- data/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -830
- data/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -566
- data/pulpcore/client/pulp_python/api/pypi_api.py +0 -162
- data/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -185
- data/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -171
- data/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -434
- data/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -972
- data/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -1063
- data/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -614
- data/pulpcore/client/pulp_python/api_client.py +0 -667
- data/pulpcore/client/pulp_python/configuration.py +0 -427
- data/pulpcore/client/pulp_python/exceptions.py +0 -121
- data/pulpcore/client/pulp_python/models/__init__.py +0 -51
- data/pulpcore/client/pulp_python/models/async_operation_response.py +0 -124
- data/pulpcore/client/pulp_python/models/content_summary.py +0 -176
- data/pulpcore/client/pulp_python/models/content_summary_response.py +0 -176
- data/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -103
- data/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -209
- data/pulpcore/client/pulp_python/models/package_types_enum.py +0 -107
- data/pulpcore/client/pulp_python/models/package_upload.py +0 -187
- data/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -176
- data/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -197
- data/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -197
- data/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -197
- data/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -197
- data/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -197
- data/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -197
- data/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -286
- data/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -823
- data/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -259
- data/pulpcore/client/pulp_python/models/policy_enum.py +0 -102
- data/pulpcore/client/pulp_python/models/python_bander_remote.py +0 -181
- data/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -288
- data/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -368
- data/pulpcore/client/pulp_python/models/python_python_package_content.py +0 -824
- data/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -933
- data/pulpcore/client/pulp_python/models/python_python_publication.py +0 -149
- data/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -231
- data/pulpcore/client/pulp_python/models/python_python_remote.py +0 -825
- data/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -772
- data/pulpcore/client/pulp_python/models/python_python_repository.py +0 -260
- data/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -366
- data/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -179
- data/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -151
- data/pulpcore/client/pulp_python/models/repository_version.py +0 -123
- data/pulpcore/client/pulp_python/models/repository_version_response.py +0 -257
- data/pulpcore/client/pulp_python/models/summary_response.py +0 -182
- data/pulpcore/client/pulp_python/rest.py +0 -292
- data/requirements.txt +0 -6
- data/setup.cfg +0 -2
- data/setup.py +0 -42
- data/test/__init__.py +0 -0
- data/test/test_async_operation_response.py +0 -54
- data/test/test_content_packages_api.py +0 -55
- data/test/test_content_summary.py +0 -70
- data/test/test_content_summary_response.py +0 -70
- data/test/test_distributions_pypi_api.py +0 -76
- data/test/test_exclude_platforms_enum.py +0 -52
- data/test/test_package_metadata_response.py +0 -60
- data/test/test_package_types_enum.py +0 -52
- data/test/test_package_upload.py +0 -57
- data/test/test_package_upload_task_response.py +0 -58
- data/test/test_paginated_repository_version_response_list.py +0 -64
- data/test/test_paginatedpython_python_distribution_response_list.py +0 -68
- data/test/test_paginatedpython_python_package_content_response_list.py +0 -88
- data/test/test_paginatedpython_python_publication_response_list.py +0 -65
- data/test/test_paginatedpython_python_remote_response_list.py +0 -88
- data/test/test_paginatedpython_python_repository_response_list.py +0 -68
- data/test/test_patchedpython_python_distribution.py +0 -59
- data/test/test_patchedpython_python_remote.py +0 -84
- data/test/test_patchedpython_python_repository.py +0 -58
- data/test/test_policy_enum.py +0 -52
- data/test/test_publications_pypi_api.py +0 -62
- data/test/test_pypi_api.py +0 -41
- data/test/test_pypi_legacy_api.py +0 -41
- data/test/test_pypi_metadata_api.py +0 -41
- data/test/test_pypi_simple_api.py +0 -55
- data/test/test_python_bander_remote.py +0 -57
- data/test/test_python_python_distribution.py +0 -61
- data/test/test_python_python_distribution_response.py +0 -64
- data/test/test_python_python_package_content.py +0 -79
- data/test/test_python_python_package_content_response.py +0 -82
- data/test/test_python_python_publication.py +0 -54
- data/test/test_python_python_publication_response.py +0 -59
- data/test/test_python_python_remote.py +0 -86
- data/test/test_python_python_remote_response.py +0 -84
- data/test/test_python_python_repository.py +0 -59
- data/test/test_python_python_repository_response.py +0 -63
- data/test/test_remotes_python_api.py +0 -83
- data/test/test_repositories_python_api.py +0 -90
- data/test/test_repositories_python_versions_api.py +0 -61
- data/test/test_repository_add_remove_content.py +0 -59
- data/test/test_repository_sync_url.py +0 -54
- data/test/test_repository_version.py +0 -53
- data/test/test_repository_version_response.py +0 -58
- data/test/test_summary_response.py +0 -58
- data/test-requirements.txt +0 -3
- data/tox.ini +0 -9
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_python_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -74,61 +74,6 @@ files:
|
|
74
74
|
- Gemfile
|
75
75
|
- README.md
|
76
76
|
- Rakefile
|
77
|
-
- build/lib/pulpcore/__init__.py
|
78
|
-
- build/lib/pulpcore/client/__init__.py
|
79
|
-
- build/lib/pulpcore/client/pulp_python/__init__.py
|
80
|
-
- build/lib/pulpcore/client/pulp_python/api/__init__.py
|
81
|
-
- build/lib/pulpcore/client/pulp_python/api/content_packages_api.py
|
82
|
-
- build/lib/pulpcore/client/pulp_python/api/distributions_pypi_api.py
|
83
|
-
- build/lib/pulpcore/client/pulp_python/api/publications_pypi_api.py
|
84
|
-
- build/lib/pulpcore/client/pulp_python/api/pypi_api.py
|
85
|
-
- build/lib/pulpcore/client/pulp_python/api/pypi_legacy_api.py
|
86
|
-
- build/lib/pulpcore/client/pulp_python/api/pypi_metadata_api.py
|
87
|
-
- build/lib/pulpcore/client/pulp_python/api/pypi_simple_api.py
|
88
|
-
- build/lib/pulpcore/client/pulp_python/api/remotes_python_api.py
|
89
|
-
- build/lib/pulpcore/client/pulp_python/api/repositories_python_api.py
|
90
|
-
- build/lib/pulpcore/client/pulp_python/api/repositories_python_versions_api.py
|
91
|
-
- build/lib/pulpcore/client/pulp_python/api_client.py
|
92
|
-
- build/lib/pulpcore/client/pulp_python/configuration.py
|
93
|
-
- build/lib/pulpcore/client/pulp_python/exceptions.py
|
94
|
-
- build/lib/pulpcore/client/pulp_python/models/__init__.py
|
95
|
-
- build/lib/pulpcore/client/pulp_python/models/async_operation_response.py
|
96
|
-
- build/lib/pulpcore/client/pulp_python/models/content_summary.py
|
97
|
-
- build/lib/pulpcore/client/pulp_python/models/content_summary_response.py
|
98
|
-
- build/lib/pulpcore/client/pulp_python/models/exclude_platforms_enum.py
|
99
|
-
- build/lib/pulpcore/client/pulp_python/models/package_metadata_response.py
|
100
|
-
- build/lib/pulpcore/client/pulp_python/models/package_types_enum.py
|
101
|
-
- build/lib/pulpcore/client/pulp_python/models/package_upload.py
|
102
|
-
- build/lib/pulpcore/client/pulp_python/models/package_upload_task_response.py
|
103
|
-
- build/lib/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py
|
104
|
-
- build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py
|
105
|
-
- build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py
|
106
|
-
- build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py
|
107
|
-
- build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py
|
108
|
-
- build/lib/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py
|
109
|
-
- build/lib/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py
|
110
|
-
- build/lib/pulpcore/client/pulp_python/models/patchedpython_python_remote.py
|
111
|
-
- build/lib/pulpcore/client/pulp_python/models/patchedpython_python_repository.py
|
112
|
-
- build/lib/pulpcore/client/pulp_python/models/policy_enum.py
|
113
|
-
- build/lib/pulpcore/client/pulp_python/models/python_bander_remote.py
|
114
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_distribution.py
|
115
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_distribution_response.py
|
116
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_package_content.py
|
117
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_package_content_response.py
|
118
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_publication.py
|
119
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_publication_response.py
|
120
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_remote.py
|
121
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_remote_response.py
|
122
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_repository.py
|
123
|
-
- build/lib/pulpcore/client/pulp_python/models/python_python_repository_response.py
|
124
|
-
- build/lib/pulpcore/client/pulp_python/models/repository_add_remove_content.py
|
125
|
-
- build/lib/pulpcore/client/pulp_python/models/repository_sync_url.py
|
126
|
-
- build/lib/pulpcore/client/pulp_python/models/repository_version.py
|
127
|
-
- build/lib/pulpcore/client/pulp_python/models/repository_version_response.py
|
128
|
-
- build/lib/pulpcore/client/pulp_python/models/summary_response.py
|
129
|
-
- build/lib/pulpcore/client/pulp_python/rest.py
|
130
|
-
- dist/pulp_python-client-3.4.0.tar.gz
|
131
|
-
- dist/pulp_python_client-3.4.0-py3-none-any.whl
|
132
77
|
- docs/AsyncOperationResponse.md
|
133
78
|
- docs/ContentPackagesApi.md
|
134
79
|
- docs/ContentSummary.md
|
@@ -223,68 +168,7 @@ files:
|
|
223
168
|
- lib/pulp_python_client/models/repository_version_response.rb
|
224
169
|
- lib/pulp_python_client/models/summary_response.rb
|
225
170
|
- lib/pulp_python_client/version.rb
|
226
|
-
- pulp_python_client.egg-info/PKG-INFO
|
227
|
-
- pulp_python_client.egg-info/SOURCES.txt
|
228
|
-
- pulp_python_client.egg-info/dependency_links.txt
|
229
|
-
- pulp_python_client.egg-info/requires.txt
|
230
|
-
- pulp_python_client.egg-info/top_level.txt
|
231
171
|
- pulp_python_client.gemspec
|
232
|
-
- pulpcore/__init__.py
|
233
|
-
- pulpcore/client/__init__.py
|
234
|
-
- pulpcore/client/pulp_python/__init__.py
|
235
|
-
- pulpcore/client/pulp_python/api/__init__.py
|
236
|
-
- pulpcore/client/pulp_python/api/content_packages_api.py
|
237
|
-
- pulpcore/client/pulp_python/api/distributions_pypi_api.py
|
238
|
-
- pulpcore/client/pulp_python/api/publications_pypi_api.py
|
239
|
-
- pulpcore/client/pulp_python/api/pypi_api.py
|
240
|
-
- pulpcore/client/pulp_python/api/pypi_legacy_api.py
|
241
|
-
- pulpcore/client/pulp_python/api/pypi_metadata_api.py
|
242
|
-
- pulpcore/client/pulp_python/api/pypi_simple_api.py
|
243
|
-
- pulpcore/client/pulp_python/api/remotes_python_api.py
|
244
|
-
- pulpcore/client/pulp_python/api/repositories_python_api.py
|
245
|
-
- pulpcore/client/pulp_python/api/repositories_python_versions_api.py
|
246
|
-
- pulpcore/client/pulp_python/api_client.py
|
247
|
-
- pulpcore/client/pulp_python/configuration.py
|
248
|
-
- pulpcore/client/pulp_python/exceptions.py
|
249
|
-
- pulpcore/client/pulp_python/models/__init__.py
|
250
|
-
- pulpcore/client/pulp_python/models/async_operation_response.py
|
251
|
-
- pulpcore/client/pulp_python/models/content_summary.py
|
252
|
-
- pulpcore/client/pulp_python/models/content_summary_response.py
|
253
|
-
- pulpcore/client/pulp_python/models/exclude_platforms_enum.py
|
254
|
-
- pulpcore/client/pulp_python/models/package_metadata_response.py
|
255
|
-
- pulpcore/client/pulp_python/models/package_types_enum.py
|
256
|
-
- pulpcore/client/pulp_python/models/package_upload.py
|
257
|
-
- pulpcore/client/pulp_python/models/package_upload_task_response.py
|
258
|
-
- pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py
|
259
|
-
- pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py
|
260
|
-
- pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py
|
261
|
-
- pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py
|
262
|
-
- pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py
|
263
|
-
- pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py
|
264
|
-
- pulpcore/client/pulp_python/models/patchedpython_python_distribution.py
|
265
|
-
- pulpcore/client/pulp_python/models/patchedpython_python_remote.py
|
266
|
-
- pulpcore/client/pulp_python/models/patchedpython_python_repository.py
|
267
|
-
- pulpcore/client/pulp_python/models/policy_enum.py
|
268
|
-
- pulpcore/client/pulp_python/models/python_bander_remote.py
|
269
|
-
- pulpcore/client/pulp_python/models/python_python_distribution.py
|
270
|
-
- pulpcore/client/pulp_python/models/python_python_distribution_response.py
|
271
|
-
- pulpcore/client/pulp_python/models/python_python_package_content.py
|
272
|
-
- pulpcore/client/pulp_python/models/python_python_package_content_response.py
|
273
|
-
- pulpcore/client/pulp_python/models/python_python_publication.py
|
274
|
-
- pulpcore/client/pulp_python/models/python_python_publication_response.py
|
275
|
-
- pulpcore/client/pulp_python/models/python_python_remote.py
|
276
|
-
- pulpcore/client/pulp_python/models/python_python_remote_response.py
|
277
|
-
- pulpcore/client/pulp_python/models/python_python_repository.py
|
278
|
-
- pulpcore/client/pulp_python/models/python_python_repository_response.py
|
279
|
-
- pulpcore/client/pulp_python/models/repository_add_remove_content.py
|
280
|
-
- pulpcore/client/pulp_python/models/repository_sync_url.py
|
281
|
-
- pulpcore/client/pulp_python/models/repository_version.py
|
282
|
-
- pulpcore/client/pulp_python/models/repository_version_response.py
|
283
|
-
- pulpcore/client/pulp_python/models/summary_response.py
|
284
|
-
- pulpcore/client/pulp_python/rest.py
|
285
|
-
- requirements.txt
|
286
|
-
- setup.cfg
|
287
|
-
- setup.py
|
288
172
|
- spec/api/content_packages_api_spec.rb
|
289
173
|
- spec/api/distributions_pypi_api_spec.rb
|
290
174
|
- spec/api/publications_pypi_api_spec.rb
|
@@ -332,53 +216,6 @@ files:
|
|
332
216
|
- spec/models/repository_version_spec.rb
|
333
217
|
- spec/models/summary_response_spec.rb
|
334
218
|
- spec/spec_helper.rb
|
335
|
-
- test-requirements.txt
|
336
|
-
- test/__init__.py
|
337
|
-
- test/test_async_operation_response.py
|
338
|
-
- test/test_content_packages_api.py
|
339
|
-
- test/test_content_summary.py
|
340
|
-
- test/test_content_summary_response.py
|
341
|
-
- test/test_distributions_pypi_api.py
|
342
|
-
- test/test_exclude_platforms_enum.py
|
343
|
-
- test/test_package_metadata_response.py
|
344
|
-
- test/test_package_types_enum.py
|
345
|
-
- test/test_package_upload.py
|
346
|
-
- test/test_package_upload_task_response.py
|
347
|
-
- test/test_paginated_repository_version_response_list.py
|
348
|
-
- test/test_paginatedpython_python_distribution_response_list.py
|
349
|
-
- test/test_paginatedpython_python_package_content_response_list.py
|
350
|
-
- test/test_paginatedpython_python_publication_response_list.py
|
351
|
-
- test/test_paginatedpython_python_remote_response_list.py
|
352
|
-
- test/test_paginatedpython_python_repository_response_list.py
|
353
|
-
- test/test_patchedpython_python_distribution.py
|
354
|
-
- test/test_patchedpython_python_remote.py
|
355
|
-
- test/test_patchedpython_python_repository.py
|
356
|
-
- test/test_policy_enum.py
|
357
|
-
- test/test_publications_pypi_api.py
|
358
|
-
- test/test_pypi_api.py
|
359
|
-
- test/test_pypi_legacy_api.py
|
360
|
-
- test/test_pypi_metadata_api.py
|
361
|
-
- test/test_pypi_simple_api.py
|
362
|
-
- test/test_python_bander_remote.py
|
363
|
-
- test/test_python_python_distribution.py
|
364
|
-
- test/test_python_python_distribution_response.py
|
365
|
-
- test/test_python_python_package_content.py
|
366
|
-
- test/test_python_python_package_content_response.py
|
367
|
-
- test/test_python_python_publication.py
|
368
|
-
- test/test_python_python_publication_response.py
|
369
|
-
- test/test_python_python_remote.py
|
370
|
-
- test/test_python_python_remote_response.py
|
371
|
-
- test/test_python_python_repository.py
|
372
|
-
- test/test_python_python_repository_response.py
|
373
|
-
- test/test_remotes_python_api.py
|
374
|
-
- test/test_repositories_python_api.py
|
375
|
-
- test/test_repositories_python_versions_api.py
|
376
|
-
- test/test_repository_add_remove_content.py
|
377
|
-
- test/test_repository_sync_url.py
|
378
|
-
- test/test_repository_version.py
|
379
|
-
- test/test_repository_version_response.py
|
380
|
-
- test/test_summary_response.py
|
381
|
-
- tox.ini
|
382
219
|
homepage: https://openapi-generator.tech
|
383
220
|
licenses:
|
384
221
|
- GPL-2.0+
|
@@ -403,50 +240,50 @@ signing_key:
|
|
403
240
|
specification_version: 4
|
404
241
|
summary: Pulp 3 API Ruby Gem
|
405
242
|
test_files:
|
243
|
+
- spec/api/pypi_metadata_api_spec.rb
|
406
244
|
- spec/api/distributions_pypi_api_spec.rb
|
407
|
-
- spec/api/repositories_python_api_spec.rb
|
408
|
-
- spec/api/publications_pypi_api_spec.rb
|
409
245
|
- spec/api/pypi_api_spec.rb
|
410
|
-
- spec/api/pypi_metadata_api_spec.rb
|
411
246
|
- spec/api/repositories_python_versions_api_spec.rb
|
412
|
-
- spec/api/remotes_python_api_spec.rb
|
413
|
-
- spec/api/content_packages_api_spec.rb
|
414
|
-
- spec/api/pypi_simple_api_spec.rb
|
415
247
|
- spec/api/pypi_legacy_api_spec.rb
|
248
|
+
- spec/api/publications_pypi_api_spec.rb
|
249
|
+
- spec/api/repositories_python_api_spec.rb
|
250
|
+
- spec/api/pypi_simple_api_spec.rb
|
251
|
+
- spec/api/content_packages_api_spec.rb
|
252
|
+
- spec/api/remotes_python_api_spec.rb
|
416
253
|
- spec/api_client_spec.rb
|
417
254
|
- spec/configuration_spec.rb
|
418
|
-
- spec/models/python_python_distribution_spec.rb
|
419
255
|
- spec/models/patchedpython_python_remote_spec.rb
|
420
|
-
- spec/models/content_summary_response_spec.rb
|
421
|
-
- spec/models/async_operation_response_spec.rb
|
422
|
-
- spec/models/python_python_remote_spec.rb
|
423
|
-
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
424
|
-
- spec/models/repository_sync_url_spec.rb
|
425
|
-
- spec/models/patchedpython_python_distribution_spec.rb
|
426
|
-
- spec/models/summary_response_spec.rb
|
427
|
-
- spec/models/python_python_package_content_response_spec.rb
|
428
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
429
|
-
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
430
|
-
- spec/models/python_python_publication_response_spec.rb
|
431
|
-
- spec/models/package_upload_task_response_spec.rb
|
432
|
-
- spec/models/repository_version_spec.rb
|
433
|
-
- spec/models/policy_enum_spec.rb
|
434
256
|
- spec/models/paginatedpython_python_distribution_response_list_spec.rb
|
435
|
-
- spec/models/python_python_distribution_response_spec.rb
|
436
|
-
- spec/models/python_python_package_content_spec.rb
|
437
257
|
- spec/models/paginatedpython_python_repository_response_list_spec.rb
|
438
|
-
- spec/models/package_upload_spec.rb
|
439
|
-
- spec/models/python_python_repository_response_spec.rb
|
440
258
|
- spec/models/package_types_enum_spec.rb
|
441
|
-
- spec/models/
|
259
|
+
- spec/models/package_upload_spec.rb
|
260
|
+
- spec/models/python_python_distribution_response_spec.rb
|
261
|
+
- spec/models/patchedpython_python_repository_spec.rb
|
262
|
+
- spec/models/repository_version_spec.rb
|
263
|
+
- spec/models/python_python_package_content_spec.rb
|
264
|
+
- spec/models/policy_enum_spec.rb
|
265
|
+
- spec/models/python_python_repository_spec.rb
|
442
266
|
- spec/models/repository_version_response_spec.rb
|
443
267
|
- spec/models/python_bander_remote_spec.rb
|
444
|
-
- spec/models/
|
445
|
-
- spec/models/python_python_publication_spec.rb
|
268
|
+
- spec/models/repository_sync_url_spec.rb
|
446
269
|
- spec/models/paginatedpython_python_package_content_response_list_spec.rb
|
447
|
-
- spec/models/
|
270
|
+
- spec/models/python_python_remote_spec.rb
|
271
|
+
- spec/models/summary_response_spec.rb
|
272
|
+
- spec/models/content_summary_response_spec.rb
|
273
|
+
- spec/models/async_operation_response_spec.rb
|
274
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
275
|
+
- spec/models/python_python_remote_response_spec.rb
|
276
|
+
- spec/models/patchedpython_python_distribution_spec.rb
|
277
|
+
- spec/models/package_upload_task_response_spec.rb
|
448
278
|
- spec/models/package_metadata_response_spec.rb
|
449
|
-
- spec/models/
|
279
|
+
- spec/models/content_summary_spec.rb
|
280
|
+
- spec/models/exclude_platforms_enum_spec.rb
|
281
|
+
- spec/models/python_python_publication_response_spec.rb
|
282
|
+
- spec/models/paginatedpython_python_publication_response_list_spec.rb
|
283
|
+
- spec/models/paginatedpython_python_remote_response_list_spec.rb
|
284
|
+
- spec/models/python_python_repository_response_spec.rb
|
450
285
|
- spec/models/repository_add_remove_content_spec.rb
|
451
|
-
- spec/models/
|
286
|
+
- spec/models/python_python_package_content_response_spec.rb
|
287
|
+
- spec/models/python_python_publication_spec.rb
|
288
|
+
- spec/models/python_python_distribution_spec.rb
|
452
289
|
- spec/spec_helper.rb
|