b2luigi 1.2.5


pip install b2luigi

  Latest version

Released: Jun 30, 2025


Meta
Author: Nils Braun, Michael Eliachevitch, The Belle II Collaboration
Requires Python: >=3.8, <3.12

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

Topic
  • Software Development :: Build Tools

License
  • OSI Approved :: GNU General Public License v3 or later (GPLv3+)

Programming Language
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
https://img.shields.io/badge/sphinx-latest-009682 https://img.shields.io/github/license/belle2/b2luigi https://img.shields.io/pypi/v/b2luigi?logo=pypi https://zenodo.org/badge/726161674.svg b2luigi logo

b2luigi is a helper package constructed around luigi that helps you schedule working packages (so-called tasks) locally or on a batch system. Apart from the very powerful dependency management system by luigi, b2luigi extends the user interface and has a built-in support for the queue systems, e.g. LSF and HTCondor.

You can find more information in the documentation. Please note that most of the core features are handled by luigi, which is described in the separate luigi documentation, where you can find a lot of useful information.

If you find any bugs or want to add a feature or improve the documentation, please send me a pull request! Check the development documentation on information how to contribute.

Contributors are listed here.

To get notified about new features, (potentially breaking) changes, bugs and their fixes, we recommend using the Watch button on GitHub to get notifications for new releases and/or issues or to subscribe the releases feed (requires no GitHub account, just a feed reader).

b2luigi is currently maintained by the Belle II Collaboration.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
luigi (>=3.0.2)
parse (>=1.8.4)
GitPython (>=2.1.11)
colorama (>=0.3.9)
cachetools (>=2.1.0)
jinja2
retry2 (>=0.9.3)