1 Star 0 Fork 0

浙江智臾科技有限公司/python-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
SHENAMAO 提交于 2025-03-07 11:10 +08:00 . release 3.0.2.4
[build-system]
requires = ["setuptools>=42", "wheel", "pybind11==2.12.1"]
build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
archs = ["auto"]
build-frontend = "default"
config-settings = {}
dependency-versions = "pinned"
environment = {}
environment-pass = []
build-verbosity = "3"
skip = ["*-win32", "*-manylinux_i686", "pp*", "*-musllinux*", "*cp313*"]
before-all = ""
before-build = [
"python --version",
"python -m pip install --upgrade pip"
]
repair-wheel-command = ""
test-command = ""
before-test = ""
test-requires = []
test-extras = []
container-engine = "docker"
manylinux-x86_64-image = "manylinux2014_x86_64:dolphindb"
manylinux-aarch64-image = "manylinux2014_aarch64:dolphindb"
[tool.cibuildwheel.linux]
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
before-all = "rm -rf build"
before-build = [
"python --version",
"python -m pip config set global.index-url --site http://mirrors.aliyun.com/pypi/simple/",
"python -m pip config set global.trusted-host mirrors.aliyun.com",
"python -m pip install --upgrade pip --trusted-host mirrors.aliyun.com"
]
[[tool.cibuildwheel.overrides]]
select = "*-aarch64*"
before-build = [
"python --version",
"python -m pip config set global.index-url --site http://mirrors.aliyun.com/pypi/simple/",
"python -m pip config set global.trusted-host mirrors.aliyun.com",
"python -m pip install --upgrade pip --trusted-host mirrors.aliyun.com"
]
[tool.cibuildwheel.macos]
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
archs = ["x86_64", "arm64"]
before-all = "rm -rf build"
before-build = [
"python --version",
"python -m pip config set global.trusted-host --site pypi.python.org",
"python -m pip config set global.trusted-host --site pypi.org",
"python -m pip install --upgrade pip",
"python -m pip install --upgrade certifi"
]
[tool.cibuildwheel.windows]
before-all = [
"(if exist build rmdir /s /q build)",
]
before-build = [
"python --version",
"python -m pip config set global.index-url --site http://mirrors.aliyun.com/pypi/simple/",
"python -m pip config set global.trusted-host mirrors.aliyun.com",
"python -m pip install --upgrade pip --trusted-host mirrors.aliyun.com"
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/dolphindb/python-sdk.git
git@gitee.com:dolphindb/python-sdk.git
dolphindb
python-sdk
python-sdk
main

搜索帮助

371d5123 14472233 46e8bd33 14472233