wq.build (fomerly wq.core) provides the core wq
command line application for use with wq.app and other modules in the wq framework.
Installation
# Recommended: create virtual environment
# python3 -m venv venv
# . venv/bin/activate
# Install entire wq suite (recommended)
python3 -m pip install wq
# Install only wq.build
python3 -m pip install wq.build
API
wq --help
See the documentation for more information.