quickie.context

Task context.

Functions

load_env_file(path)

Load environment variables from a .env file and return them as a dict.

resolve_wd(wd)

Resolve a working directory value to an absolute path.

Classes

Context(*, wd, env[, inherit_env])

The context for a task.