Metadata-Version: 2.1
Name: LbExec
Version: 0.3.0
Summary: Used for configuring and running LHCb Applications
License: GPL-3.0-only
Project-URL: Homepage, https://gitlab.cern.ch/lhcb-core/LbExec
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click >=8.0
Requires-Dist: lbenv
Requires-Dist: pydantic >=2
Requires-Dist: typer[all] >=0.4.1
Requires-Dist: packaging
Requires-Dist: pyyaml >=6.0
Requires-Dist: uproot
Provides-Extra: testing
Requires-Dist: black ; extra == 'testing'
Requires-Dist: flake8 ; extra == 'testing'
Requires-Dist: flake8-bugbear ; extra == 'testing'
Requires-Dist: pylint ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: mypy ; extra == 'testing'
Requires-Dist: types-PyYAML ; extra == 'testing'
Requires-Dist: scikit-hep-testdata ; extra == 'testing'

# LbExec

This is currently only a shim which can be used in lb-conda environments to run user-specified code.
It is not at this time intended to be a replacement for the current implementation in the LHCb software stack, though it may evolve into one.
