API
A CLI tool for quick tasks. |
|
Create a task from a function. |
|
Create a script from a function. |
|
Create a command task from a function. |
|
A wrapper for argparse arguments. |
|
Used to group tasks and modules under a shared path prefix. |
|
Create a task class from a function. |
|
Create a group task from a function. |
|
Create a thread group task from a function. |
|
Load environment variables from a |
|
The context for a task. |
|
Base class for all tasks. |
|
Base class for tasks that run a script. |
|
Base class for tasks that run a binary. |
|
Base class for tasks that run other tasks in sequence. |
|
Base class for tasks that run other tasks in threads. |
|
Completers for task arguments. |
|
Base class for completers. |
|
For auto-completing file paths. |
|
Python completers for quickie. |
|
For auto-completion of paths, but also adds python module completion. |
|
Useful check tasks. |
|
Decorator to create a condition from a function. |
|
Check if files have been not being modified. |
|
Check if the task is running for the first time. |
|
Check if the given paths exist. |
|
Contains the base classes for task conditions. |
|
Base class for all conditions. |
|
Settings for quickie. |
|
Represents the application configuration and other utilities available globally. |
|
Task context. |
|
The context for a task. |
|
Errors for quickie. |
|
Base class for quickie errors. |
|
Raised when execution should stop. |
|
Raised when a task is not found. |
|
Raised when a tasks module cannot be imported. |
|
Factories for creating tasks from functions. |
|
Create a command task from a function. |
|
Create a task class from a function. |
|
Create a group task from a function. |
|
Create a script from a function. |
|
Create a task from a function. |
|
Create a thread group task from a function. |
|
Useful stuff. |
|
Quickie argument parser utilities. |
|
A wrapper for argparse arguments. |
|
Console utilities for Quickie. |
|
Extends the rich console to add more utility methods. |
|
Utilities for importing modules. |
|
Import a module from a path. |