cernopendata / cernopendata-client

CERN Open Data command-line client
http://cernopendata-client.readthedocs.io/
GNU General Public License v3.0
10 stars 9 forks source link

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

  1. Clone the repository:

    $ git clone https://github.com/cernopendata/cernopendata-client
  2. Setup a virtual environment:

    $ python3 -m venv env
    $ source env/bin/activate
  3. Install [cernopendata-client]{.title-ref} in editable mode:

    $ pip install -e '.[tests]'

Useful links