Example scripts and tools for the LucidLink Python SDK.
- Python 3.10+
- A LucidLink filespace with a service account token
pip install -r requirements.txtSet your credentials as environment variables:
export LUCIDLINK_SA_TOKEN="sa_live:your_key"
export LUCIDLINK_FILESPACE="my-filespace"
export LUCIDLINK_WORKSPACE="my-workspace"Start with the quickstart and work through the numbered tutorials:
python examples/01_quickstart.pyThe examples/ directory contains step-by-step tutorials.