ocfl.Constants
Constants for OCFL package.
- ocfl.constants.DEFAULT_CONTENT_DIRECTORY = 'content'
default content directy name if none is specified.
- Type:
str
- ocfl.constants.DEFAULT_DIGEST_ALGORITHM = 'sha512'
default digest algorithm to use for content addressing.
- Type:
str
- ocfl.constants.DEFAULT_SPEC_VERSION = '1.1'
OCFL specification version number to assume if none specified.
- Type:
str
- ocfl.constants.INVENTORY_FILENAME = 'inventory.json'
filename of the inventory within OCFL object root and version directories.
- Type:
str
- ocfl.constants.SPEC_VERSIONS_SUPPORTED = ('1.0', '1.1')
OCFL specification version numbers supported by ocfl-py.
- Type:
tuple of str