Skip to content

Brei v0.2.2

Pre-release
Pre-release

Choose a tag to compare

@jhidding jhidding released this 04 Nov 23:05
· 11 commits to main since this release

Fixes

Adds py.typed file to enable type checking in depending projects.

About Brei

Brei is a small workflow system in Python. The primary reason for creating Brei is to replace GNU Make, in order to be compatible on systems that are naturally deprived of this wonder of human ingenuity. In a nutshell:

  • No new syntax: programmable workflows in TOML or JSON files.
  • Efficient: Runs tasks lazily and in parallel.
  • Feature complete: Supports templates, variables, includes and configurable runners.
  • Few dependencies: Only needs Python ≥3.11.
  • Small codebase: Brei is around 1000 lines of Python.