Sha256: d4e88e44d98d0bb9b2242f34e746666e854463ee330547f17172fc4ae99ed636
Contents?: true
Size: 963 Bytes
Versions: 1
Compression:
Stored size: 963 Bytes
Contents
# PulpPythonClient::ProjectSpecifier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | A python project name. | **version_specifier** | **String** | A version specifier accepts standard python versions syntax: `>=`, `<=`, `==`, `~=`, `>`, `<`, `!` and can be used in conjunction with other specifiers i.e. `>1`,`<=3`,`!=3.0.2`. Note that the specifiers treat pre-released versions as `<` released versions, so 3.0.0a1 < 3.0.0. Not setting the version_specifier will sync all the pre-released and released versions. | [optional] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::ProjectSpecifier.new(name: null, version_specifier: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_python_client-3.0.0b9 | docs/ProjectSpecifier.md |