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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • Shell 4.1%
  • Dockerfile 2.0%