Install

Requirements:

  • Libvips-dev 8.10.5-2
  • Python 3.9

Install Python Package:

pip install nautilus-librarian

Install system dependencies (ubuntu):

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y libvips-dev

Example commands:

nautilus-librarian [OPTIONS] COMMAND [ARGS]...
nautilus-librarian --help
nautilus-librarian namecodes --help
nautilus-librarian namecodes validate-filename 000000-32.600.2.tif

You can also use the docker image from the DockerHub registry:

docker run --rm -it nautiluscyberneering/librarian [OPTIONS] COMMAND [ARGS]...
docker run --rm -it nautiluscyberneering/librarian --help

Or the docker image from the GitHub registry:

docker run --rm -it ghcr.io/nautilus-cyberneering/librarian [OPTIONS] COMMAND [ARGS]...
docker run --rm -it ghcr.io/nautilus-cyberneering/librarian --help