Concise Structure for Chainable Paths
Prepare list to be saved as config .yaml file
Create chainable path
Convert object of type path_chain to list
Access path_chain object
Create sample directory
Create temporary diectory and return its name
Construct path to file without doubled separators
Full path chain
Naming convention, which adds k prefix for each key, capitalizes and r...
Function called if path does not exists
Function called to validate path correctness
Get directory structure and create path_chain object
Get children nodes, i.e. all the suddiectories in the given directory
Creates a link of path chain - a directory or a file
path.chain: Concise Structure for Chainable Paths
Print path_chain object
Construct path to file in a temporary directory
Provides path_chain class and functions, which facilitates loading and saving directory structure in YAML configuration files via 'config' package. The file structure you created during exploration can be transformed into legible section in the config file, and then easily loaded for further usage.
Useful links