Project And Store#
A project is one folder (or cloud bucket path) holding config.yaml,
receptors.csv, and simulations/by-id/. Every output’s location is
given relative to that folder, and a simulation is finished when its outputs
exist there (see How PYSTILT Tracks Finished Work). Most users never use
these classes directly; stilt.Model does.
Project#
One STILT project root plus its store. |
|
Return the store key prefix for one simulation's outputs. |
|
Derive a DNS-safe / filename-safe slug from a project path or URI. |
Store backends#
Byte storage addressed by canonical output keys. |
|
Store backed by a local directory. |
|
Store backed by an |
|
Return a |