Skip to content

Program used to automatically download files from the CERN Open Data portal.

License

Notifications You must be signed in to change notification settings

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

About

Program used to automatically download files from the CERN Open Data portal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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