参照 llmage 范式(llm主表无ppid + llm_api_map挂ppid + llmusage计费六件套): - 资源主表不带 ppid,定价挂在「资源×用法」映射表上 - 对外统一 resolve_ppid(resource_ref_id, ctx),load 时注册到产品层解析器注册表 - 含 models 四段式/json CRUD/i18n四语言/load_path/init 种子数据
18 lines
418 B
TOML
18 lines
418 B
TOML
[build-system]
|
||
requires = ["setuptools>=45", "wheel"]
|
||
build-backend = "setuptools.build_meta"
|
||
|
||
[project]
|
||
name = "storage-resource"
|
||
version = "1.0.0"
|
||
description = "存储资源模块 - 工作空间容量规格/采样/定价映射(spec×meter_mode→ppid)"
|
||
requires-python = ">=3.8"
|
||
dependencies = [
|
||
"sqlor",
|
||
"bricks_for_python",
|
||
]
|
||
|
||
[tool.setuptools.packages.find]
|
||
where = ["."]
|
||
include = ["storage_resource*"]
|