ModelWhale Python SDK
Project description
mw-sdk-python
简介
mw-sdk-python
是一个用于与 Heywhale 平台交互的 Python SDK,旨在简化数据集的获取和管理。
安装
pip install mw-sdk-python
示例代码
以下是一个示例代码,展示了如何使用 mw-sdk-python
获取数据集的详细信息。
from mw_python_sdk import download_dir
download_dir("66b08ec9898e74a8232bb2d1")
环境变量
MW_TOKEN
: 用于身份验证的令牌。如果未提供 token 参数,SDK 将使用此环境变量。HEYWHALE_HOST
: Heywhale 平台的主机地址(可选)。默认值为https://www.heywhale.com
。
开发者
本地可编辑安装
pip install -e .
# 如果需要安装llm相关的功能,需要安装可选依赖。
pip install -e '.[llm]'
构建方式,如果是 0.1.0版本。
python -m build
python -m twine upload dist/mw_python_sdk-0.1.0*
兼容问题
目前支持python3.7,注意一下几点:
dataclass
在3.7引入,3.6用不了。|
操作符Union的语法糖在3.9中不支持,3.10支持,所以不要使用这个语法糖。/
切分位置参数和关键字参数是3.8的,也不要用。
管理于类型的问题,Python的计划是:
PEP 585—Type Hinting Generics In Standard Collections started a multiyear process to improve the usability of generic type hints. We can summarize that process in four steps:
- Introduce from future import annotations in Python 3.7 to enable the use of standard library classes as generics with list[str] notation.
- Make that behavior the default in Python 3.9: list[str] now works without the future import.
- Deprecate all the redundant generic types from the typing module.10 Depreca‐ tion warnings will not be issued by the Python interpreter because type checkers should flag the deprecated types when the checked program targets Python 3.9 or newer.
- Remove those redundant generic types in the first version of Python released five years after Python 3.9. At the current cadence, that could be Python 3.14, a.k.a Python Pi.
所以从3.14开始是没有这些类型的module了,这个在之后是要考虑的东西。
许可证
MIT
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
mw_python_sdk-0.0.56.tar.gz
(58.1 kB
view details)
Built Distribution
File details
Details for the file mw_python_sdk-0.0.56.tar.gz
.
File metadata
- Download URL: mw_python_sdk-0.0.56.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1ed88ff091b4629888f16cc657d92424e888006135e4d2e4e3c67cf161d9190 |
|
MD5 | 621cad4d165fa07cb04957a5bb003312 |
|
BLAKE2b-256 | 15f61f8b4e5e2e3f30050b65bf3e12bce9dfa77cd26c18138215b44310356c48 |
File details
Details for the file mw_python_sdk-0.0.56-py3-none-any.whl
.
File metadata
- Download URL: mw_python_sdk-0.0.56-py3-none-any.whl
- Upload date:
- Size: 57.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3e934dfcaf745422cc5c2c7bbae3065b94c5100c659cfddbeb625890a64692a |
|
MD5 | 1e8b195c51ab992c608f56a3b05de14d |
|
BLAKE2b-256 | 09d0a85c64eeb459a1881429369fc0749e6c8d10cd9a7515260ed23e717449ba |