Skip to content

d0leh/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

  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

About

CERN Open Data command-line client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • Shell 2.8%
  • Dockerfile 2.2%