No project description provided
Project description
Wandb fsspec implementation
This repository implements the wandb fsspec protocol.
Getting started
Install the package by running:
pip install wandbfs
Then, you can open any file from your wandb runs as follows:
import fsspec
f = fsspec.open('wandb://{entity}/{project}/{run_name_or_run_id}/{path}')
You can also list the files and subdirectories by using the ls
command.
import fsspec
fs = fsspec.filesystem('wandb')
files = fs.ls('{entity}/{project}/{run_name_or_run_id}/{path}')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wandbfs-0.0.1.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file wandbfs-0.0.1.tar.gz
.
File metadata
- Download URL: wandbfs-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51410caa44cecd8cdb311a538b42b067095f7b3c1817069f6eddad914d4048f6 |
|
MD5 | cb6dde795c34e8f5963269291f5791bf |
|
BLAKE2b-256 | ca8afaf4992db05b91e585f8b9a6f8dc22683a03a6fe40890491e6756f931dd6 |
File details
Details for the file wandbfs-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: wandbfs-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf6fb5aaadc25ca064449daccb5d332b9577abca6e5b6715c9c8539dd4717258 |
|
MD5 | 1dd96176746e79535f9457f3ca8795a8 |
|
BLAKE2b-256 | 0ed096720ad216cdb2c3585f44c898311988f6a634082f6e64c3c1440ddb2b61 |