A test package for openi pypi
Project description
OpenI PyPi
PYPI package for 启智AI协作平台。
启智平台提供的Python工具包,使用户能在本地上传数据集。
安装
适配python3.6及以上版本
pip install openi
使用说明
- 使用前请在平台个人设置中获取token:点击跳转token获取界面
- 当前版本为了解决用户上传数据集的需求,建议在本地使用。后续版本将适配代码仓配置、隐藏token及云脑任务。
本地上传数据集示例
dataset.upload_file(file, username, repository, token, cluster = "NPU")
上传本地单个文件到启智平台数据集,支持断点续传
file
str, 必填:文件路径(包含文件名,支持linux与mac路径,也支持windows文件路径如d:\xxx)username
str, 必填:上传数据集所属项目owner用户名,可以是用户或组织repository
str, 必填:数据集所属项目路径,此为仓库地址中的名字,更改过名称的项目需填写仓库地址中的路径token
str, 必填:用户启智上获取的令牌token,并对该数据集有权限cluster
str, 选填, 默认"NPU":可填入GPU或NPU,上传至不同的存储集群
from openi.dataset import upload_file
upload_file(
file = "",
username = "",
repository = "",
token = "",
cluster = ""
)
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
openi-1.0.1.tar.gz
(7.3 kB
view details)
Built Distribution
openi-1.0.1-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file openi-1.0.1.tar.gz
.
File metadata
- Download URL: openi-1.0.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3e42b42bed9af1c4104b7566224d9de94befb2f2f99922fd44fc025a7d3ce2a |
|
MD5 | b252c0004ebd31641f06f9d35835f23a |
|
BLAKE2b-256 | 24acea1fe025da29e034741f951e182f907fdcc063fbf25fe6d31ff9b9adcacf |
File details
Details for the file openi-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: openi-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13587660edb13ba5d0030616b82fecfa5a1c3a4271a5ea9ad5463b099ec910b1 |
|
MD5 | 7aeca5ac95328fb154419751d2df2c3d |
|
BLAKE2b-256 | 5bf6e5d5d078e30f54388307280d7e81a73f04b6b5d03d52d78e2f8baf1efca8 |