cernopendata-client
is a command-line tool to facilitate downloading files
from the CERN Open Data portal. The tool enables to
query datasets hosted on the CERN Open Data portal and to download and verify
the individual data set files.
$ pip install cernopendata-client
The detailed information on how to install and use cernopendata-client
can be
found in
cernopendata-client.readthedocs.io.
Clone the repository:
$ git clone https://github.com/cernopendata/cernopendata-client
Setup a virtual environment:
$ python3 -m venv env
$ source env/bin/activate
Install [cernopendata-client]{.title-ref} in editable mode:
$ pip install -e '.[tests]'