Onyx-client¶
Introduction¶
This site documents Onyx-client, a program that provides a command-line interface and Python API for interacting with the Onyx database.
Onyx is being developed as part of the CLIMB-TRE project.
Installation¶
Install from conda-forge (recommended)¶
This installs the latest version of the Onyx-Client from conda-forge.
Install from PyPI¶
This installs the latest version of the Onyx-Client from PyPI.
Build from source¶
Download the source code from Github:
Run installation from within the source code directory:
Accessibility¶
Enable/disable colours in the command-line interface¶
Colours are enabled by default in the output of the command-line interface. To disable them, create an environment variable ONYX_COLOURS
with the value NONE
:
To re-enable colours, unset the environment variable: