nmk.model.keys ============== .. py:module:: nmk.model.keys .. autoapi-nested-parse:: nmk internal config item keys Classes ------- .. autoapisummary:: nmk.model.keys.NmkRootConfig Module Contents --------------- .. py:class:: NmkRootConfig Built-in config items keys .. py:attribute:: BASE_DIR :value: 'BASEDIR' Path to directory holding current project file .. py:attribute:: ROOT_DIR :value: 'ROOTDIR' Path to the **nmk** root directory (parent of the venv folder) .. py:attribute:: ROOT_NMK_DIR :value: 'ROOTDIR_NMK' Path to the **.nmk** directory relative to root folder .. py:attribute:: CACHE_DIR :value: 'CACHEDIR' Path to the **nmk** cache directory .. py:attribute:: PROJECT_DIR :value: 'PROJECTDIR' Path to the parent directory of the main project file .. py:attribute:: PROJECT_NMK_DIR :value: 'PROJECTDIR_NMK' Path to the **.nmk** directory relative to project folder .. py:attribute:: PROJECT_FILES :value: 'PROJECTFILES' List of all resolved project files (by following references from main project file) .. py:attribute:: ENV :value: 'ENV' Current **nmk** process environment variables