Metadata-Version: 2.1
Name: ds20kdb
Version: 0.0.3
Summary: DarkSide 20K Database User Interface
Home-page: https://baltig.infn.it/ds20k/dbi-cli
Author: Carmelo Pellegrino
Author-email: carmelo.pellegrino@centrofermi.it
License: EUPL 1.2
Platform: Linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.25)
Requires-Dist: requests (>=2.22)

# DS20KDB command line interface
This library aims to provide a simplified base for accessing the
construction database.

It is a Python 3-based code meant to be run interactively or to be
integrated in Python scripts.

It uses the [pandas](https://pandas.pydata.org/) framework.


