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 environmentuse_containerio_python(envname = ".venv")Python
Section titled “Python”pip install git+https://codefloe.com/Alliance-SwissPass/py-containerio.gitConfigure storage
Section titled “Configure storage”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.
[auth]type = "device-code"