A GUI tool for managing Gen2 data storage areas ("buckets").
ginga pyyaml psutil g2cam gen2
pip install .
The buckets are described by a YAML config file. The tool looks for it at
$CONFHOME/buckets/buckets.yaml
or you can point at one explicitly:
bucket_tool --config /path/to/buckets.yaml
The config defines one or more groups (at least one). Each group has a
label, a link (the symlink the tool re-points when you switch buckets),
and a list of buckets. Each bucket has a name, a mount point, and a
use flag (buckets with use: false are hidden in the GUI). Capacity and
usage are measured live from the filesystem. See examples/buckets.yaml
for an example.