Command line utility to be used along with dnres python package.
$ dnres config.ini
$ dnres config.ini cat --help
For files, the following filetypes are supported for printing:
.csv
.tsv
.xls
.xlsx
For python objects, the following classes are supported:
dict
list
tuple
set
str
If filetype or class is not supported, the filepath of the stored data gets printed.
$ dnres config.ini ls --help
The following dnres
methods are exposed as cli commands:
info
tag
remove-from-db
remove-tag
Information on these commands/methods can be found here.
To get help on these commands run:
$ dnres config.ini COMMAND --help
pip install dnres-cli
BSD 3