Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 663 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 663 Bytes

Summon

codecov

Summon is a task runner, inspired by Invoke, but entirely type-hint compatible.

Summon is built upon Typer. Summon's tasks are Typer commands)!

Summon will run tasks from a tasks.py file, but also accepts plugins, powered by pluggy, meaning that shared tasks can be separated on a plugin package.