Python SDK for reading dataset files.
Project description
OpenDataLab Python SDK 0.0.4
Features:
- download dataset from offical website: https://opendatalab.com/
- preview dataset info online
Usage:
- install
pip install opendatalab-python-sdk==0.0.4
- download dataset into local path
script:
$ python -m opendatalab.download --help
Tool for download opendatalab public dataset.
Options:
--name TEXT Name of the public dataset.
--format TEXT Format, avaiable options: source, standard.
--root TEXT Data root path, default: current working path.
--thread INTEGER Number of thread for download, default: 10.
--limit_speed INTEGER Download limit speed: KB/s, 0 is unlimited, default: 0
example:
1). download dataset source compressed
$ python -m opendatalab.download --name coco --format source --root /home/XXX/coco
2). download standard format compressed
$ python -m opendatalab.download --name coco --format standard --root /home/XXX/coco --thread 8 --limit_speed 5000
Support
More see: https://opendatalab.com/docs/3
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
Close
Hashes for opendatalab-python-sdk-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ffba691587e68115b494f3ea4c5fc744f173570baa476cba059091543343157 |
|
MD5 | 3c7fbeea3e9d82e075b74d970457decc |
|
BLAKE2b-256 | a9da46f6989b0824af622bbe304cfdae4fca8a1b630a4bf4c643e978384b8834 |
Close
Hashes for opendatalab_python_sdk-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1d721f5f2e8239f397a165d5f426b11382a2a65ebc9efe1eaa365e999e86d16 |
|
MD5 | 96ac86a472f4e2e846af6258dc8f6aed |
|
BLAKE2b-256 | 802082f2613a5316993d02ec6fefc822bbfd4ca75e946c0f5b7f4cb53c17a237 |