Command line interface client for SODAR REST API.
Project description
SODAR CLI
Command line interface for SODAR Server.
Getting Started
SODAR Repositories
- sodar-server
SODAR web server for meta and mass data management.
- sodar-taskflow
Helper component for running tasks with rollback functionality.
Installation
$ git clone git@github.com:bihealth/sodar-cli.git
$ cd sodar-cli
$ conda create -n sodar-cli python=3.7
$ conda activate sodar-cli
$ pip install -e .
$ cat >~/.sodarrc.toml <<EOF
[global]
# URL to SODAR server.
sodar_server_url = "https://sodar.example.com/"
# API token to use for SODAR API.
sodar_api_token = "XXX"
EOF
Releasing
$ $EDITOR HISTORY.rst
$ git tag ...
$ rm -rf dist
$ python setup.py sdist
$ twine upload dist/*.tar.gz
History
v0.1.0
everything is new
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sodar-cli-0.1.0.tar.gz
(39.3 kB
view details)
File details
Details for the file sodar-cli-0.1.0.tar.gz
.
File metadata
- Download URL: sodar-cli-0.1.0.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed4a82a37f1a874759daac7d9b422210b27441eb278edb6895bca34a43a10edd |
|
MD5 | 2eafd75aef28614a30b7d5d7d9741aaf |
|
BLAKE2b-256 | 641a89588c1893f201a627f39268aa46c0fbc28a8ee9fb698f4f8c8e1a92a347 |