Skip to content

cernopendata/cernopendata-client

Repository files navigation

cernopendata-client

image

image

image

image

image

image

About

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.

Installation

$ pip install cernopendata-client

Usage

The detailed information on how to install and use cernopendata-client can be found in cernopendata-client.readthedocs.io.

Development

If you would like to contribute code to the cernopendata-client, you can set up a local development environment as follows:

  1. Clone the repository:
$ git clone https://github.com/cernopendata/cernopendata-client
  1. Setup a virtual environment:
$ python3 -m venv env
$ source env/bin/activate
  1. Install cernopendata-client in editable mode:
$ pip install -e '.[tests]'