Home

wq.core

wq.core provides the core wq command line application for use by wq.app and other modules in the wq framework.

Latest PyPI Release Release Notes Documentation License GitHub Stars GitHub Forks GitHub Issues

Travis Build Status

Getting Started

# Recommended: create virtual environment
# python3 -m venv venv
# . venv/bin/activate

# Install entire wq suite (recommended)
python3 -m pip install wq

# Install only wq.core
python3 -m pip install wq.core

Command Line Reference

wq --help

See the documentation for more information.