Weasel

1.0.0 · active · verified Wed Apr 08

Weasel is a small and easy workflow system. The current version is 1.0.0, and it requires Python 3.7 or higher. Weasel is actively maintained, with a recent release cadence of several updates per year.

Warnings

Install

Imports

Quickstart

Create a new Weasel instance and run it

from weasel import Weasel
weasel = Weasel()
weasel.run()

view raw JSON →