Skip to main content

No project description provided

Project description

flagdataset


flagdataset 是一个用于下载数据集的 Python 包。

示例

sdk

# pip install flagdataset

from flagdataset import new_downloader

if __name__ == "__main__":

    # 初始化, 传人AK,SK
    loader = new_downloader(ak="<Access Key>", sk="<Secret Key>")

    # 整体下载: 下载数据集全部内容
    loader.download(dataset_id="10372875450064908", target="/path/to/local/folder")

    # 文件夹下载: 下载数据集指定文件夹下内容
    loader.download(dataset_id="10372875450064908", path="/path/to/source/folder", target="/path/to/local/folder")

    # 单文件下载: 下载数据集指定文件
    loader.get(dataset_id="10372875450064908", path="/path/to/source/folder/example.txt", target="/path/to/local/folder")

cli

# 安装
pip install flagdataset

# 查看帮助
flagdataset -h

# 常用参数说明
#  -d 数据集ID: dataset-id
#  -p 数据集文件(夹)路径: path
#  -t 下载保存路径: target

# 使用AK,SK登录
flagdataset login

# 整体下载: 下载数据集全部内容
flagdataset download -d 10372875450064908 -t .

# 文件夹下载: 下载数据集指定文件夹下内容,需要指定 -p 参数
flagdataset download -d 10372875450064908 -t . -p "/path/to/source/folder"

# 单文件下载: 下载数据集指定文件,需要指定 -p 参数
flagdataset get -d 10372875450064908 -t . -p "/path/to/source/folder/example.json"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flagdataset-1.0.5.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flagdataset-1.0.5-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file flagdataset-1.0.5.tar.gz.

File metadata

  • Download URL: flagdataset-1.0.5.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.12.9 Darwin/24.4.0

File hashes

Hashes for flagdataset-1.0.5.tar.gz
Algorithm Hash digest
SHA256 e749455e49bf5c607819bd69188cfcf7011c81aa1e4374b0bbba722ed810969d
MD5 1d3e01fc378c47a81925a082e4bb927c
BLAKE2b-256 6ea17646cffc588aedfdc2f15c791afb1f4b4ce5841eaa0ef0b0f4f310bdfc96

See more details on using hashes here.

File details

Details for the file flagdataset-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: flagdataset-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.12.9 Darwin/24.4.0

File hashes

Hashes for flagdataset-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 723ecce33b6c6ad4c8b699bc5fa7fef70a27c5b63cc95a09a75d3093b8ef3a89
MD5 df56f9156e09d20a01b7064223f60506
BLAKE2b-256 fa12eee8b8fe45dc4a46f9d11a95b6068873c4b6109b63387ddc73e1255d518e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page