Setux Actions

Setux Actions

PyPI - Repo - Doc

Abstract

Action implementations.

Usage

REPL

List available actions

$ setux actions

Execute an action

$ setux ACTION ...

note : Setux REPL must be installed.

Python

from setux.actions.MODULE import ACTION

ACTION(...)

Installation

$ pip install setux-actions

note : This package is installed as a dependecy of Setux