config¶
Configuration settings for prompt decorators package.
Module Variables¶
OUTPUT_PATH
¶
Type: PosixPath
Value: PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/decorators')
PATHS
¶
Type: dict
Value: {'registry': {'core': PosixPath('/Users/danielbentes/prompt-decorators/registry/core'), 'extensions': PosixPath('/Users/danielbentes/prompt-decorators/registry/extensions')}, 'output': {'code': {'core': PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/decorators/core'), 'extensions': PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/decorators/extensions')}, 'tests': {'core': PosixPath('/Users/danielbentes/prompt-decorators/tests/auto/core'), 'extensions': PosixPath('/Users/danielbentes/prompt-decorators/tests/auto/extensions')}}, 'templates': PosixPath('/Users/danielbentes/prompt-decorators/prompt_decorators/generator/templates')}
REGISTRY_PATH
¶
Type: PosixPath
Value: PosixPath('/Users/danielbentes/prompt-decorators/registry')
REPO_ROOT
¶
Type: PosixPath
Value: PosixPath('/Users/danielbentes/prompt-decorators')
TEST_PATH
¶
Type: PosixPath
Value: PosixPath('/Users/danielbentes/prompt-decorators/tests')
Functions¶
ensure_paths_exist
¶
Ensure all required paths exist.
Signature: ensure_paths_exist() -> None