Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmaelicke/contres
ContRes command line interface - WIP
https://github.com/mmaelicke/contres
Last synced: about 2 months ago
JSON representation
ContRes command line interface - WIP
- Host: GitHub
- URL: https://github.com/mmaelicke/contres
- Owner: mmaelicke
- License: gpl-3.0
- Created: 2019-05-07T14:45:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T06:37:19.000Z (over 5 years ago)
- Last Synced: 2024-10-15T18:50:55.809Z (3 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contres
Contres command line interface - WIPContres is the command line interface for deploying a research
project in a Gitlab environment following the CR guidelines.
CR is short for continuous research (like contres), an outline
of how to utilize gitlab CI runners to make research scripts
reproducible and cloneable with one click.A paper or guide will be distributed with this CLI once it left
experimental stage.## Installation
Please not that this tool might heavily change as it is still work in progress.
Install contres using pip
```bash
pip install contres
```Then, there should be a cli available on your path called `contres`.
```bash
contres -h
```This guide will be extended with the next release.