Skip to main content

A minimal build system.

Project description

Brei

Minimal workflow system and alternative to Make.

  • Read from TOML or JSON (also pyproject.toml in [tool.brei] section)
  • Only Python ≥ 3.11 required
  • Runs task lazily and in parallel
  • Supports variables, templates, includes and custom runners

Read more: documentation

Why (yet another workflow tool)

This tool was developed as part of the Entangled project, but can be used on its own. Brei is meant to perform small scale automisations for literate programming in Entangled, like generating figures, and performing computations locally. It requires no setup to work with and workflows are easy to understand by novice users. If you have any more serious needs than that, we'd recommend to use a more tried and proven system, of which there are too many to count.

When to use

You're running a project, there's lots of odds and ends that need automisation. You'd use a Makefile but your friend is on Windows and doesn't have GNU Make installed. You try to ship a product that needs this, but don't want to confront people trying it for the first time with a tonne of stuff they've never heard of.

Install

To install, you may:

pip install brei

Or you use a tool for virtual environments, we recommend Poetry, after creating a new project with poetry init:

poetry add brei

Development

To run unit tests and type checker:

poetry install
poetry shell
brei test

To build the documentation, run the brei weave workflow:

# poetry shell
brei weave

Some parts of Brei are literate. Run the entangled watch daemon while editing code,

entangled watch

or else, as a batch job, stitch changes before committing:

entangled stitch

License

Copyright Netherlands eScience Center, Apache License, see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brei-0.2.0.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

brei-0.2.0-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file brei-0.2.0.tar.gz.

File metadata

  • Download URL: brei-0.2.0.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for brei-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6e99d4c7f65f5653dd21b776b23a32e80d0bcc86bba065ef26373041f7056e56
MD5 b0a16b7a24af73b2ad24f80d34adfb5e
BLAKE2b-256 031050b638fca375f4abcf82780bf3e6cf82b90805da6da03e77820f7d6e4164

See more details on using hashes here.

File details

Details for the file brei-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: brei-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for brei-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a2ddb7f95deb51116b571faa98c95ddfa73c36acc3dff6d2842db24e6eae719a
MD5 ad2e98704da5cfab6dd0ea3290231509
BLAKE2b-256 1bffb44981c9f6fd07307a3f65a50c91946cb04eedff1d4c91d93d951344c37a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page