Metadata-Version: 2.1
Name: brei
Version: 0.1.0
Summary: A minimal build system.
License: Apache 2
Author: Johan Hidding
Author-email: j.hidding@esciencecenter.nl
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: argh (>=0.30.2,<0.31.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Requires-Dist: rich-argparse (>=1.3.0,<2.0.0)
Description-Content-Type: text/markdown

# Brei
Minimal workflow system and alternative to Make.

- Read from TOML or JSON
- Only Python &ge; 3.11 required
- Runs task lazily and in parallel
- Supports variables, templates, includes and custom runners

Read more: [documentation](docs/index.md)

## License
Copyright Netherlands eScience Center, Apache License, see LICENSE.

