Skip to content

Getting started

Install the package for your language of choice.

remotes::install_git("https://codefloe.com/Alliance-SwissPass/r-containerio")
library("containerio")
# create a local virtualenv and sync based on `pyproject.toml` and `uv.lock`
setup_containerio_python(envname = ".venv")
# configure the project to use the local environment
use_containerio_python(envname = ".venv")
Terminal window
pip install git+https://codefloe.com/Alliance-SwissPass/py-containerio.git

containerio reads and writes to both the local filesystem and Azure Blob Storage.

Load your Azure configuration from a TOML file or set up your own configuration.

containerio.toml
[auth]
type = "device-code"