syft-dataset (note: package name is syft-dataset, not syft-datasets) provides configuration utilities for managing SyftBox datasets and folder structures.
Installation
When to Use
Usesyft-dataset when you need to:
- Configure SyftBox folder paths
- Access private and public directories in your SyftBox
- Manage dataset locations in your datasite
- Build applications that need to know SyftBox folder structure
API Reference
Main Export
SyftBoxConfig
TheSyftBoxConfig class provides a structured way to access SyftBox directories.
Configuration Properties
syftbox_folder
The root path to your SyftBox folder on the local filesystem.private_dir
Path to your private directory where sensitive data is stored.public_dir
Path to your public directory where shared data is stored.Basic Usage
Accessing SyftBox Directories
Using with Applications
SyftBox Directory Structure
The package helps navigate the standard SyftBox structure:Dependencies
pyyaml>=6.0.3- YAML configuration parsingsyft-notebook-ui- UI utilities for notebookssyft-perm- Permission management
Related Packages
- syft-perm - Permission API for managing access
- syft-notebook-ui - UI components for Jupyter notebooks