dev_tool.constants
PLATFORM = {'win32': 'windows', 'linux': 'ubuntu', 'linux2': 'ubuntu', 'darwin': 'macos'}
module-attribute
SYSTEM_DRIVE = os.environ.get('SYSTEMDRIVE', 'C:')
module-attribute
USERNAME = os.environ.get('USERNAME', '')
module-attribute
BASE = Path(BASE or '')
module-attribute
DEV = Path(BASE or '')
module-attribute
HOME = Path.home()
module-attribute
STRATUS = HOME / 'stratus'
module-attribute
DEVELOPMENT_ENV = BASE / 'development.env'
module-attribute
PYPROJECT = BASE / 'pyproject.toml'
module-attribute
VENV = BASE / '.venv'
module-attribute
VENV_PYTHON = VENV / 'Scripts' / 'python.exe'
module-attribute
DEV_TOOL_TOKEN = STRATUS / 'dev_tool_github_pat'
module-attribute
DEVELOPER_TOKEN = STRATUS / 'stratus_developer_api_token'
module-attribute