[go: up one dir, main page]

Module package

Module package 

Source
Expand description

Types and constants related to the data package format

Modules§

error
Error namespace
source
Abstractions of what a package source must provide to be processable by sett.
state
Data package verification state.

Structs§

Metadata
Package Metadata struct
Package
A type for securely working with the data package format.

Enums§

ChecksumAlgorithm
Possible checksum algorithms for the encrypted data file.
CompressionAlgorithm
Possible compression algorithms for data.
Purpose
Data package purpose determines if data is meant for testing or production.

Constants§

CHECKSUM_FILE
File containing checksums of individual input files.
CONTENT_FOLDER
Directory where decrypted and decompressed files are stored.
DATA_FILE
Archive file containing all input files.
DATA_FILE_ENCRYPTED
Encrypted archive file.
DATETIME_FORMAT
Date format used for generating the default data package file name.
METADATA_FILE
File containing package metadata.
METADATA_SIG_FILE
Detached signature of the metadata file.

Functions§

default_version
Returns the current default metadata version.