Metadata-Version: 2.4
Name: canvasctl
Version: 0.4.1
Summary: Compatibility package for CanvasCtrl
Author: CanvasCtrl contributors
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: canvasctrl==0.4.1
Provides-Extra: agent
Requires-Dist: canvasctrl[agent]==0.4.1; extra == "agent"
Provides-Extra: mcp
Requires-Dist: canvasctrl[mcp]==0.4.1; extra == "mcp"
Provides-Extra: all
Requires-Dist: canvasctrl[all]==0.4.1; extra == "all"
Provides-Extra: dev
Requires-Dist: canvasctrl[dev]==0.4.1; extra == "dev"

# canvasctl compatibility package

`canvasctl` has been renamed to **CanvasCtrl**. This compatibility package
installs the matching `canvasctrl` release, which retains the `canvasctl`
command and migrates existing local configuration non-destructively.
The former `agent`, `mcp`, `all`, and `dev` extras remain available and map to
their CanvasCtrl equivalents.

New installations should use
<https://canvasctrl.vivek-patel.com/install.sh>.
