fhelium.artifacts._catalog
Catalog-row and filesystem helpers for the local artifact store.
CATALOG_NAME
constant View source
python
CATALOG_NAME = 'catalog.sqlite3'1
OBJECTS_DIRECTORY_NAME
constant View source
python
OBJECTS_DIRECTORY_NAME = 'objects'1
TEMPORARY_DIRECTORY_NAME
constant View source
python
TEMPORARY_DIRECTORY_NAME = 'tmp'1
STORE_FORMAT
constant View source
python
STORE_FORMAT = 'fhelium-artifact-store'1
STORE_SCHEMA_VERSION
constant View source
python
STORE_SCHEMA_VERSION = 21
SUPPORTED_STORE_SCHEMA_VERSIONS
constant View source
python
SUPPORTED_STORE_SCHEMA_VERSIONS = (STORE_SCHEMA_VERSION,)1