diff --git a/README.rst b/README.rst index c67b7b340a4260bb2280d694b402629dfc7c5bb3..24deacca47b938460eec5da6ad877a2f244525bd 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,14 @@ Analysis Production Data ======================== -*EXPERIMENTAL* prototype of Python module to fulfill DPA's grand task https://gitlab.cern.ch/lhcb-dpa/project/-/issues/134. +Programmatic interface to the LHCb experiment Analysis Productions database, +which allows retrieving information about the samples produced. +It queries a REST endpoint provided by the web application, and caches the data locally. Usage ===== -The `apd` package is available in the ``lb-conda default`` environment. +The ``apd`` Python package is available in the ``lb-conda default`` environment. From Python -----------