Client program for interacting with Onyx.
Project description
onyx-client
Setup
Install from conda-forge
$ conda create --name onyx --channel conda-forge climb-onyx-client
Install from PyPI
$ pip install climb-onyx-client
Build from source
Download and install the client into a Python virtual environment:
$ git clone https://github.com/CLIMB-COVID/onyx-client.git
$ cd onyx-client/
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install .
Check it works:
$ onyx
Usage: onyx [OPTIONS] COMMAND [ARGS]...
API for pathogen metadata.
╭─ Options ─────────────────────────────────────────────────────────────────────────────────╮
│ --domain -d TEXT Domain name for connecting to Onyx. [env var: ONYX_DOMAIN] │
│ [default: None] │
│ --token -t TEXT Token for authenticating with Onyx. [env var: ONYX_TOKEN] │
│ [default: None] │
│ --username -u TEXT Username for authenticating with Onyx. [env var: ONYX_USERNAME] │
│ [default: None] │
│ --password -p TEXT Password for authenticating with Onyx. [env var: ONYX_PASSWORD] │
│ [default: None] │
│ --version -v Show the client version number and exit. │
│ --help -h Show this message and exit. │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────────────╮
│ projects View available projects. │
│ fields View the field specification for a project. │
│ choices View options for a choice field. │
│ get Get a record from a project. │
│ filter Filter multiple records from a project. │
│ identify Get the anonymised identifier for a value on a field. │
│ profile View profile information. │
│ siteusers View users from the same site. │
│ auth Authentication commands. │
│ admin Admin commands. │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
For more information, check out the documentation.
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
climb-onyx-client-4.1.0.tar.gz
(38.0 kB
view details)
Built Distribution
File details
Details for the file climb-onyx-client-4.1.0.tar.gz
.
File metadata
- Download URL: climb-onyx-client-4.1.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a12868a8c0f52795c6f3728de194328b44d61cc48e87d896f61e4d3a4f1f9f4 |
|
MD5 | 6aa5963689f8d24572c843add897e8ce |
|
BLAKE2b-256 | f63050a243e106d5ad2eff14c2870360a077adbb040f883c2eb9ac03368b3b42 |
File details
Details for the file climb_onyx_client-4.1.0-py3-none-any.whl
.
File metadata
- Download URL: climb_onyx_client-4.1.0-py3-none-any.whl
- Upload date:
- Size: 35.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b6231666ffbc3a669e48d50eb423a16bd6ed7c5562dd3309e504638ae0504ae |
|
MD5 | 78e4f118c318770ad620613c371dec28 |
|
BLAKE2b-256 | 9452c947cf33b135fddfd5de2ba037d0bb768bae257ceac5a4c15427993006f2 |