Add your description here
Project description
braintoken-downloader
Command-line download tool for braintoken.
Install
pip install braintoken-downloader
CLI
# Login
braintoken login --ak <access_key> --sk <secret_key>
# Download
braintoken download -d <dataset_id> [-s <save_path>] [-p <prefix>] [-k <key>] [-j <jobs>] [--debug] [--proxy <proxy>]
SDK
from braintoken_downloader import sdk
# Login
sdk.login("access_key", "secret_key")
# Download
sdk.download("dataset_id", "save_path")
Development
# Install uv
make setup
# Install dependencies
uv sync
# Lint
make lint
# Test
make test
# Build
make build
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file braintoken_downloader-0.1.0.tar.gz.
File metadata
- Download URL: braintoken_downloader-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a60ac5c1fffd3c5e47b9cfbf8caeaff1d6260c7ed32774a6e811be8d4bcf04ca
|
|
| MD5 |
984e59a65c665d80d994a09d3e56b5af
|
|
| BLAKE2b-256 |
72386f21c419580892ff730d4a2e0a26a4ac0672df208856224a9eeb78d8bbeb
|
File details
Details for the file braintoken_downloader-0.1.0-py3-none-any.whl.
File metadata
- Download URL: braintoken_downloader-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a05e3473d4191117f02193c590eb0cd89a135f30fb5d8eb257c84f228a2f4303
|
|
| MD5 |
337a9ea6b69e16097fd2b9f259a90021
|
|
| BLAKE2b-256 |
a8995e070afd9a5e0d89cf212db310074f8003e2ae2dd0c4be3c5d8dd69611a4
|