StarRailRes parse package
Project description
StarRailRes-Python
A python library for StarRailRes.
Installation
pip install starrailres
Usage
from pathlib import Path
from starrailres import CharacterBasicInfo, Index, LevelInfo
# replace with index folder
index = Index(Path("index") / "en")
basic = CharacterBasicInfo(
id="1102",
rank=0,
level=70,
promotion=5,
skill_tree_levels=[
LevelInfo(id="1102001", level=2),
LevelInfo(id="1102002", level=5),
LevelInfo(id="1102003", level=6),
LevelInfo(id="1102004", level=5),
LevelInfo(id="1102007", level=1),
LevelInfo(id="1102101", level=1),
LevelInfo(id="1102102", level=1),
LevelInfo(id="1102201", level=1),
LevelInfo(id="1102202", level=1),
],
)
character = index.get_character_info(basic)
print(character)
For more examples, see examples
.
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
starrailres-1.3.0.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file starrailres-1.3.0.tar.gz
.
File metadata
- Download URL: starrailres-1.3.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.10 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6197306c49ef2680863af7af1004174a7d1a422d71deca5ba9d694ec7823e8b9 |
|
MD5 | 0f6f9e9f5b7ded4c609df9a0517938a1 |
|
BLAKE2b-256 | e4deecc638033ca53df81721f07575f3303df96ea66997a24533dc308ed24d46 |
Provenance
File details
Details for the file starrailres-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: starrailres-1.3.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.10 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84fb77693bcced676436162dbd52045022a4a52eb2548af23d293c5b07c064b0 |
|
MD5 | 30d5e2e40b26d235556210ee727b6f30 |
|
BLAKE2b-256 | ade66e87fad7f19e93eefab823d1dccdff2af0e92bfb47ad9c6440986604f846 |