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§
Enums§
- Checksum
Algorithm - Possible checksum algorithms for the encrypted data file.
- Compression
Algorithm - 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.