pytex/PyTeX/build/versioning/version_info/constants.py

25 lines
621 B
Python
Raw Normal View History

2022-02-04 11:39:15 +01:00
JSON_NAME = 'name'
JSON_BUILD_TIME = 'build time'
JSON_SOURCE_FILES = 'source files'
JSON_MD5_CHECKSUM = 'md5 checksum'
JSON_PYTEX = 'pytex'
JSON_REPOSITORY = 'repository'
JSON_VERSION = 'source version'
JSON_COMMIT_HASH = 'commit hash'
JSON_BRANCH = 'branch'
JSON_DIRTY = 'dirty'
DEFAULT_VERSION = '0.0.0'
DEFAULT_BRANCH = 'NO-BRANCH'
DEFAULT_HASH = '0000000000000000000000000000000000000000000000000000000000000000'
2022-02-07 22:24:14 +01:00
JSON_FILE_HASH = 'file_hash'
JSON_SOURCES_HASH = 'sources_hash'
JSON_RELATIVE_NAME = 'relative_name'
JSON_REPO_STATUS_INFO = 'repo_info'
NO_RELATIVE_NAME = 'NO_NAME'
NO_BUILD_TIME = 'no_build_time'