polywrap_manifest.manifest module
This module contains the latest version of the wrap manifest and abi.
- polywrap_manifest.manifest.AnyWrapManifest
alias of
WrapManifest
- class polywrap_manifest.manifest.DeserializeManifestOptions(*, no_validate: bool | None = None)[source]
Bases:
objectOptions for deserializing a manifest from msgpack encoded bytes.
- Parameters:
no_validate – If true, do not validate the manifest.
- no_validate: bool | None
- class polywrap_manifest.manifest.WrapAbiVersions(value)[source]
Bases:
EnumThe versions of the Wrap abi.
- VERSION_0_1 = '0.1'
- class polywrap_manifest.manifest.WrapManifest(*, version: Version, type: Type, name: ConstrainedStrValue, abi: Abi)[source]
Bases:
BaseModelWrap Manifest that contains metadata for the WRAP package.
- name: str
- class polywrap_manifest.manifest.WrapManifestAbiVersions(value)[source]
Bases:
EnumThe versions of the abi for the given version of wrap manifest.
- VERSION_0_1 = '0.1'
- class polywrap_manifest.manifest.WrapManifestVersions(value)[source]
Bases:
EnumThe versions of the Wrap manifest.
- VERSION_0_1 = '0.1'
- polywrap_manifest.manifest.WrapManifest_0_1
alias of
WrapManifest