Add your description here
Project description
stden
spreadSheet To Data Exchange Methods
可以将 Excel 表格转化为有复杂层次结构的 json 的项目
可以转化为以下 json 文件
{
"Nyxra": {
"hp": 10000,
"attack": 200.0,
"skills": ["Shadowstep", "Twilight Veil", "Void Requiem"]
},
"Orin": {
"hp": 15000,
"attack": 100.0,
"skills": ["Mana Surge", "Celestial Wrath"]
}
}
开始使用
安装
使用 pip 安装。
pip install stdem
使用
stdem -dir EXCEL_PATH -o JSON_PATH
将 EXCEL_PATH 和 JSON_PATH 分别替换为具体的目录,即可开始使用。
注意:上述命令会清空 JSON_PATH 中的所有文件,并尝试转换EXCEL_PATH中的所有文件
许可证
本项目基于 MIT 许可证开源,详情请见 LICENSE 文件。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stdem-0.1.1.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
stdem-0.1.1-py3-none-any.whl
(6.1 kB
view details)
File details
Details for the file stdem-0.1.1.tar.gz.
File metadata
- Download URL: stdem-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
011095eea5740596b0d9a08c59edf43f96f066f3a6866d7e4122d51ac3407b94
|
|
| MD5 |
4a8e493deb89dfb7b0d12a5e57f103d7
|
|
| BLAKE2b-256 |
b42222957247ecc48ad30feb9a12ac96427a162a2519b7c60b1e4ee7d26cab09
|
File details
Details for the file stdem-0.1.1-py3-none-any.whl.
File metadata
- Download URL: stdem-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24b06626396da802935f350e15f806b1972e6d0d8b0a6ff0c61050b5a24815dc
|
|
| MD5 |
70216f26fbcd0dccd2bb492b768f889d
|
|
| BLAKE2b-256 |
8672997356a1233829b31a5b22d82f30c00fa3fab8f13b1941de33908eb37102
|