Skip to content

d0leh/cernopendata-client

 
 

Repository files navigation

cernopendata-client

https://readthedocs.org/projects/cernopendata-client/badge/?version=latest

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

Useful links

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Shell 1.6%
  • Dockerfile 1.4%