pulp_python_client 3.0.0b11.dev01596836520 → 3.0.0b11.dev01597268852

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e434a9a909b8826f780cfec319a1bfc99f1dd372bc5412c74c9f3cbdebbb67d
4
- data.tar.gz: 7942e2eb63b9fe2f1e1c588d4a541cd918c748dcebbd9c71e7b746039a0dbb25
3
+ metadata.gz: 5c7bf8d15b7b7ded94571fbfe7008414528d73a17d613a920488ef44b3d55ffe
4
+ data.tar.gz: 5009c268da3e9da45ffdbe91fc22694ce9ac1fed7750274981cfe48eac1a40ca
5
5
  SHA512:
6
- metadata.gz: 85030841f6669e1930dba1374bbdcfdb5776b56657ffb9a621e6e2385e0364b70f0d16f0cdb071901a5f20ad66b59dc247b8b28eb9c73933e48be6e858248822
7
- data.tar.gz: e68d81a17f92286268034ed45faea1a1ad6388bab6a4aabf1da3dba4bc10af81d406c6e967d654058703132afb0bdbf954adc067e8670b9f682374f2e0279f3a
6
+ metadata.gz: ec458d206820098205f1d770ec865b748ad7059dc034f68605679f119203a0606d7859e75a184209efdd5cd4a8d82d6258074195ed08c4b204a024335008bee3
7
+ data.tar.gz: dbca146468af99e1830025c035fbd28efdcb366073153d1a7507884645664622ea06f1d6a9476f1ab894f9939e12d842f2f12d91fb66f6488d9ebe9d8a1d72c6
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.0.0b11.dev01596836520
10
+ - Package version: 3.0.0b11.dev01597268852
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_python_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_python_client-3.0.0b11.dev01596836520.gem
27
+ gem install ./pulp_python_client-3.0.0b11.dev01597268852.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_python_client-3.0.0b11.dev01596836520.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_python_client-3.0.0b11.dev01597268852.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_python_client', '~> 3.0.0b11.dev01596836520'
36
+ gem 'pulp_python_client', '~> 3.0.0b11.dev01597268852'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
115
115
 
116
116
  List python package contents
117
117
 
118
- <!-- User-facing documentation, rendered as html--> PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a <i>Python Distribution</i>, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as <i>PythonPackageContent</i>. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
118
+ PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
119
119
 
120
120
  ### Example
121
121
 
@@ -206,7 +206,7 @@ Name | Type | Description | Notes
206
206
 
207
207
  Inspect a python package content
208
208
 
209
- <!-- User-facing documentation, rendered as html--> PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a <i>Python Distribution</i>, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as <i>PythonPackageContent</i>. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
209
+ PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
210
210
 
211
211
  ### Example
212
212
 
@@ -141,7 +141,7 @@ Name | Type | Description | Notes
141
141
 
142
142
  List python distributions
143
143
 
144
- <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
144
+ Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
145
145
 
146
146
  ### Example
147
147
 
@@ -287,7 +287,7 @@ Name | Type | Description | Notes
287
287
 
288
288
  Inspect a python distribution
289
289
 
290
- <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
290
+ Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
291
291
 
292
292
  ### Example
293
293
 
@@ -70,7 +70,7 @@ Name | Type | Description | Notes
70
70
 
71
71
  Delete a python publication
72
72
 
73
- <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
73
+ Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
74
74
 
75
75
  ### Example
76
76
 
@@ -122,7 +122,7 @@ nil (empty response body)
122
122
 
123
123
  List python publications
124
124
 
125
- <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
125
+ Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
126
126
 
127
127
  ### Example
128
128
 
@@ -199,7 +199,7 @@ Name | Type | Description | Notes
199
199
 
200
200
  Inspect a python publication
201
201
 
202
- <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
202
+ Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
203
203
 
204
204
  ### Example
205
205
 
@@ -20,7 +20,7 @@ Method | HTTP request | Description
20
20
 
21
21
  Create a python remote
22
22
 
23
- <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
23
+ Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
24
24
 
25
25
  ### Example
26
26
 
@@ -201,7 +201,7 @@ Name | Type | Description | Notes
201
201
 
202
202
  List python remotes
203
203
 
204
- <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
204
+ Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
205
205
 
206
206
  ### Example
207
207
 
@@ -355,7 +355,7 @@ Name | Type | Description | Notes
355
355
 
356
356
  Inspect a python remote
357
357
 
358
- <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
358
+ Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
359
359
 
360
360
  ### Example
361
361
 
@@ -151,7 +151,7 @@ module PulpPythonClient
151
151
  end
152
152
 
153
153
  # List python package contents
154
- # <!-- User-facing documentation, rendered as html--> PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a <i>Python Distribution</i>, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as <i>PythonPackageContent</i>. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
154
+ # PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
155
155
  # @param [Hash] opts the optional parameters
156
156
  # @option opts [String] :author author
157
157
  # @option opts [String] :author__in author__in
@@ -179,7 +179,7 @@ module PulpPythonClient
179
179
  end
180
180
 
181
181
  # List python package contents
182
- # &lt;!-- User-facing documentation, rendered as html--&gt; PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a &lt;i&gt;Python Distribution&lt;/i&gt;, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as &lt;i&gt;PythonPackageContent&lt;/i&gt;. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
182
+ # PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
183
183
  # @param [Hash] opts the optional parameters
184
184
  # @option opts [String] :author author
185
185
  # @option opts [String] :author__in author__in
@@ -268,7 +268,7 @@ module PulpPythonClient
268
268
  end
269
269
 
270
270
  # Inspect a python package content
271
- # <!-- User-facing documentation, rendered as html--> PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a <i>Python Distribution</i>, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as <i>PythonPackageContent</i>. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
271
+ # PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
272
272
  # @param python_python_package_content_href [String]
273
273
  # @param [Hash] opts the optional parameters
274
274
  # @option opts [String] :fields A list of fields to include in the response.
@@ -280,7 +280,7 @@ module PulpPythonClient
280
280
  end
281
281
 
282
282
  # Inspect a python package content
283
- # &lt;!-- User-facing documentation, rendered as html--&gt; PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a &lt;i&gt;Python Distribution&lt;/i&gt;, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as &lt;i&gt;PythonPackageContent&lt;/i&gt;. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
283
+ # PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
284
284
  # @param python_python_package_content_href [String]
285
285
  # @param [Hash] opts the optional parameters
286
286
  # @option opts [String] :fields A list of fields to include in the response.
@@ -167,7 +167,7 @@ module PulpPythonClient
167
167
  end
168
168
 
169
169
  # List python distributions
170
- # <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
170
+ # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
171
171
  # @param [Hash] opts the optional parameters
172
172
  # @option opts [String] :base_path base_path
173
173
  # @option opts [String] :base_path__contains base_path__contains
@@ -187,7 +187,7 @@ module PulpPythonClient
187
187
  end
188
188
 
189
189
  # List python distributions
190
- # &lt;!-- User-facing documentation, rendered as html--&gt; Pulp Python Distributions are used to distribute &lt;a href&#x3D;\&quot;../restapi.html#tag/publications\&quot;&gt;Python Publications.&lt;/a&gt; &lt;b&gt; Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community.&lt;/b&gt; In Pulp usage, Python content is refered to as &lt;a href&#x3D;\&quot;../restapi.html#tag/content\&quot;&gt;Python Package Content.&lt;/a&gt;
190
+ # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
191
191
  # @param [Hash] opts the optional parameters
192
192
  # @option opts [String] :base_path base_path
193
193
  # @option opts [String] :base_path__contains base_path__contains
@@ -347,7 +347,7 @@ module PulpPythonClient
347
347
  end
348
348
 
349
349
  # Inspect a python distribution
350
- # <!-- User-facing documentation, rendered as html--> Pulp Python Distributions are used to distribute <a href=\"../restapi.html#tag/publications\">Python Publications.</a> <b> Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community.</b> In Pulp usage, Python content is refered to as <a href=\"../restapi.html#tag/content\">Python Package Content.</a>
350
+ # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
351
351
  # @param python_python_distribution_href [String]
352
352
  # @param [Hash] opts the optional parameters
353
353
  # @option opts [String] :fields A list of fields to include in the response.
@@ -359,7 +359,7 @@ module PulpPythonClient
359
359
  end
360
360
 
361
361
  # Inspect a python distribution
362
- # &lt;!-- User-facing documentation, rendered as html--&gt; Pulp Python Distributions are used to distribute &lt;a href&#x3D;\&quot;../restapi.html#tag/publications\&quot;&gt;Python Publications.&lt;/a&gt; &lt;b&gt; Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community.&lt;/b&gt; In Pulp usage, Python content is refered to as &lt;a href&#x3D;\&quot;../restapi.html#tag/content\&quot;&gt;Python Package Content.&lt;/a&gt;
362
+ # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
363
363
  # @param python_python_distribution_href [String]
364
364
  # @param [Hash] opts the optional parameters
365
365
  # @option opts [String] :fields A list of fields to include in the response.
@@ -84,7 +84,7 @@ module PulpPythonClient
84
84
  end
85
85
 
86
86
  # Delete a python publication
87
- # <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
87
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
88
88
  # @param python_python_publication_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
90
  # @return [nil]
@@ -94,7 +94,7 @@ module PulpPythonClient
94
94
  end
95
95
 
96
96
  # Delete a python publication
97
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
97
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
98
98
  # @param python_python_publication_href [String]
99
99
  # @param [Hash] opts the optional parameters
100
100
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -144,7 +144,7 @@ module PulpPythonClient
144
144
  end
145
145
 
146
146
  # List python publications
147
- # <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
147
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
148
148
  # @param [Hash] opts the optional parameters
149
149
  # @option opts [Integer] :limit Number of results to return per page.
150
150
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -165,7 +165,7 @@ module PulpPythonClient
165
165
  end
166
166
 
167
167
  # List python publications
168
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
168
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
169
169
  # @param [Hash] opts the optional parameters
170
170
  # @option opts [Integer] :limit Number of results to return per page.
171
171
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -236,7 +236,7 @@ module PulpPythonClient
236
236
  end
237
237
 
238
238
  # Inspect a python publication
239
- # <!-- User-facing documentation, rendered as html--> Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
239
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
240
240
  # @param python_python_publication_href [String]
241
241
  # @param [Hash] opts the optional parameters
242
242
  # @option opts [String] :fields A list of fields to include in the response.
@@ -248,7 +248,7 @@ module PulpPythonClient
248
248
  end
249
249
 
250
250
  # Inspect a python publication
251
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
251
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
252
252
  # @param python_python_publication_href [String]
253
253
  # @param [Hash] opts the optional parameters
254
254
  # @option opts [String] :fields A list of fields to include in the response.
@@ -20,7 +20,7 @@ module PulpPythonClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # Create a python remote
23
- # <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
23
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
24
24
  # @param python_python_remote [PythonPythonRemote]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @return [PythonPythonRemoteResponse]
@@ -30,7 +30,7 @@ module PulpPythonClient
30
30
  end
31
31
 
32
32
  # Create a python remote
33
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Remotes are representations of an &lt;b&gt;external repository&lt;/b&gt; of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
33
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
34
34
  # @param python_python_remote [PythonPythonRemote]
35
35
  # @param [Hash] opts the optional parameters
36
36
  # @return [Array<(PythonPythonRemoteResponse, Integer, Hash)>] PythonPythonRemoteResponse data, response status code and response headers
@@ -245,7 +245,7 @@ module PulpPythonClient
245
245
  end
246
246
 
247
247
  # List python remotes
248
- # <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
248
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
249
249
  # @param [Hash] opts the optional parameters
250
250
  # @option opts [Integer] :limit Number of results to return per page.
251
251
  # @option opts [String] :name name
@@ -267,7 +267,7 @@ module PulpPythonClient
267
267
  end
268
268
 
269
269
  # List python remotes
270
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Remotes are representations of an &lt;b&gt;external repository&lt;/b&gt; of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
270
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
271
271
  # @param [Hash] opts the optional parameters
272
272
  # @option opts [Integer] :limit Number of results to return per page.
273
273
  # @option opts [String] :name name
@@ -437,7 +437,7 @@ module PulpPythonClient
437
437
  end
438
438
 
439
439
  # Inspect a python remote
440
- # <!-- User-facing documentation, rendered as html--> Python Remotes are representations of an <b>external repository</b> of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
440
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to `sync` from upstream repositories, and contains sync settings.
441
441
  # @param python_python_remote_href [String]
442
442
  # @param [Hash] opts the optional parameters
443
443
  # @option opts [String] :fields A list of fields to include in the response.
@@ -449,7 +449,7 @@ module PulpPythonClient
449
449
  end
450
450
 
451
451
  # Inspect a python remote
452
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Remotes are representations of an &lt;b&gt;external repository&lt;/b&gt; of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
452
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
453
453
  # @param python_python_remote_href [String]
454
454
  # @param [Hash] opts the optional parameters
455
455
  # @option opts [String] :fields A list of fields to include in the response.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpPythonClient
14
- VERSION = '3.0.0b11.dev01596836520'
14
+ VERSION = '3.0.0b11.dev01597268852'
15
15
  end
@@ -68,7 +68,7 @@ describe 'ContentPackagesApi' do
68
68
 
69
69
  # unit tests for list
70
70
  # List python package contents
71
- # &lt;!-- User-facing documentation, rendered as html--&gt; PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a &lt;i&gt;Python Distribution&lt;/i&gt;, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as &lt;i&gt;PythonPackageContent&lt;/i&gt;. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
71
+ # PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
72
72
  # @param [Hash] opts the optional parameters
73
73
  # @option opts [String] :author author
74
74
  # @option opts [String] :author__in author__in
@@ -98,7 +98,7 @@ describe 'ContentPackagesApi' do
98
98
 
99
99
  # unit tests for read
100
100
  # Inspect a python package content
101
- # &lt;!-- User-facing documentation, rendered as html--&gt; PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a &lt;i&gt;Python Distribution&lt;/i&gt;, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as &lt;i&gt;PythonPackageContent&lt;/i&gt;. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
101
+ # PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example &#x60;pulpcore-3.0.0rc1-py3-none-any.whl&#x60; or &#x60;pulpcore-3.0.0rc1.tar.gz&#x60;.
102
102
  # @param python_python_package_content_href
103
103
  # @param [Hash] opts the optional parameters
104
104
  # @option opts [String] :fields A list of fields to include in the response.
@@ -65,7 +65,7 @@ describe 'DistributionsPypiApi' do
65
65
 
66
66
  # unit tests for list
67
67
  # List python distributions
68
- # &lt;!-- User-facing documentation, rendered as html--&gt; Pulp Python Distributions are used to distribute &lt;a href&#x3D;\&quot;../restapi.html#tag/publications\&quot;&gt;Python Publications.&lt;/a&gt; &lt;b&gt; Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community.&lt;/b&gt; In Pulp usage, Python content is refered to as &lt;a href&#x3D;\&quot;../restapi.html#tag/content\&quot;&gt;Python Package Content.&lt;/a&gt;
68
+ # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
69
69
  # @param [Hash] opts the optional parameters
70
70
  # @option opts [String] :base_path base_path
71
71
  # @option opts [String] :base_path__contains base_path__contains
@@ -107,7 +107,7 @@ describe 'DistributionsPypiApi' do
107
107
 
108
108
  # unit tests for read
109
109
  # Inspect a python distribution
110
- # &lt;!-- User-facing documentation, rendered as html--&gt; Pulp Python Distributions are used to distribute &lt;a href&#x3D;\&quot;../restapi.html#tag/publications\&quot;&gt;Python Publications.&lt;/a&gt; &lt;b&gt; Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community.&lt;/b&gt; In Pulp usage, Python content is refered to as &lt;a href&#x3D;\&quot;../restapi.html#tag/content\&quot;&gt;Python Package Content.&lt;/a&gt;
110
+ # Pulp Python Distributions are used to distribute Python Publications. Pulp Python Distributions should not be confused with \&quot;Python Distribution\&quot; as defined by the Python community. In Pulp usage, Python content is refered to as Python Package Content.
111
111
  # @param python_python_distribution_href
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @option opts [String] :fields A list of fields to include in the response.
@@ -46,7 +46,7 @@ describe 'PublicationsPypiApi' do
46
46
 
47
47
  # unit tests for delete
48
48
  # Delete a python publication
49
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
49
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
50
50
  # @param python_python_publication_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
@@ -58,7 +58,7 @@ describe 'PublicationsPypiApi' do
58
58
 
59
59
  # unit tests for list
60
60
  # List python publications
61
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
61
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -81,7 +81,7 @@ describe 'PublicationsPypiApi' do
81
81
 
82
82
  # unit tests for read
83
83
  # Inspect a python publication
84
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
84
+ # Python Publications refer to the Python Package content in a repository version, and include metadata about that content.
85
85
  # @param python_python_publication_href
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @option opts [String] :fields A list of fields to include in the response.
@@ -34,7 +34,7 @@ describe 'RemotesPythonApi' do
34
34
 
35
35
  # unit tests for create
36
36
  # Create a python remote
37
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Remotes are representations of an &lt;b&gt;external repository&lt;/b&gt; of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
37
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
38
38
  # @param python_python_remote
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [PythonPythonRemoteResponse]
@@ -80,7 +80,7 @@ describe 'RemotesPythonApi' do
80
80
 
81
81
  # unit tests for list
82
82
  # List python remotes
83
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Remotes are representations of an &lt;b&gt;external repository&lt;/b&gt; of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
83
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
84
84
  # @param [Hash] opts the optional parameters
85
85
  # @option opts [Integer] :limit Number of results to return per page.
86
86
  # @option opts [String] :name name
@@ -126,7 +126,7 @@ describe 'RemotesPythonApi' do
126
126
 
127
127
  # unit tests for read
128
128
  # Inspect a python remote
129
- # &lt;!-- User-facing documentation, rendered as html--&gt; Python Remotes are representations of an &lt;b&gt;external repository&lt;/b&gt; of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
129
+ # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
130
130
  # @param python_python_remote_href
131
131
  # @param [Hash] opts the optional parameters
132
132
  # @option opts [String] :fields A list of fields to include in the response.
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.0.0b11.dev01596836520
4
+ version: 3.0.0b11.dev01597268852
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-07 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday