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-clientThe 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]'