From 1d4cbd27762a6b625c6c4abd9ee63aefda7b1493 Mon Sep 17 00:00:00 2001
From: Eduardo Rodrigues <eduardo.rodrigues@cern.ch>
Date: Wed, 25 Oct 2023 12:29:29 +0200
Subject: [PATCH] Update README.rst

---
 README.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index c67b7b3..24deacc 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
 -----------
-- 
GitLab