Metadata-Version: 2.4
Name: LbAPCommon
Version: 0.14.16
Summary: Common utilities used by LHCb DPA WP2 related software
Author: LHCb
Project-URL: Homepage, https://gitlab.cern.ch/lhcb-dpa/analysis-productions/LbAPCommon
Project-URL: Bug Reports, https://gitlab.cern.ch/lhcb-dpa/analysis-productions/LbAPCommon/issues
Project-URL: Source, https://gitlab.cern.ch/lhcb-dpa/analysis-productions/LbAPCommon
Keywords: LHCb HEP CERN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: awkward>=2.1.1
Requires-Dist: boost-histogram
Requires-Dist: hist
Requires-Dist: jinja2
Requires-Dist: lxml
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: setuptools
Requires-Dist: uproot>=5.0.0
Requires-Dist: networkx
Requires-Dist: pydantic>2
Requires-Dist: lbdiracwrappers
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-timeout; extra == "testing"
Requires-Dist: flaky; extra == "testing"
Dynamic: license-file

# Common functionality for LHCb Analysis Productions packages

 [![pipeline status](https://gitlab.cern.ch/lhcb-dpa/analysis-productions/lbapcommon/badges/master/pipeline.svg)](https://gitlab.cern.ch/lhcb-dpa/analysis-productions/lbapcommon/-/commits/master)
 [![coverage report](https://gitlab.cern.ch/lhcb-dpa/analysis-productions/lbapcommon/badges/master/coverage.svg)](https://gitlab.cern.ch/lhcb-dpa/analysis-productions/lbapcommon/-/commits/master)

This repository contains the implementation of `LbAPCommon`, a Python package for shareing functionality between:

* [LbAnalysisProductions](https://gitlab.cern.ch/lhcb-dpa/analysis-productions/LbAnalysisProductions/)
* [LbAPLocal](https://gitlab.cern.ch/lhcb-dpa/analysis-productions/LbAPLocal/)

This package is currently unstable to allow it to be adapted for the needs of its dependent packages.
