simc-support 11.1.0.6
pip install simc-support
Latest version
Released:
Data to support simulations for World of Warcraft with SimulationCraft.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GNU GENERAL PUBLIC LICENSE)
- Author: Bloodmallet(EU)
- Requires: Python >=3.8
Classifiers
- License
- Operating System
- Programming Language
Project description
simc_support 
Data to support simulations for World of Warcraft with SimulationCraft for each current expansion. First three versioning numbers match World of Warcrafts' build version.
Installation
pip install simc-support
Usage
Get a list of all trinkets
from simc_support.game_data.Trinket import TRINKETS
for trinket in TRINKETS:
print(f"{trinket.item_id} {trinket.name}")
Get a list of all trinkets available to a specific spec
from simc_support.game_data.WowSpec import get_wow_spec
from simc_support.game_data.Trinket import get_trinkets_for_spec
elemental_shaman = get_wow_spec("shaman", "elemental")
trinkets = get_trinkets_for_spec(elemental_shaman)
for trinket in TRINKETS:
print(f"{trinket.item_id} {trinket.name}")
Data Origin
- Data in
.py
files was written by hand. - Data in
.json
files is automatically generated with the help of SimulationCrafts casc and dbc scripts. See./simc_support/self_update.py
in the repository for more informtion.
Exception: Dragonflight Talent data (also .json
files) is being prepared by raidbots.com. Permission was granted to use it here.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GNU GENERAL PUBLIC LICENSE)
- Author: Bloodmallet(EU)
- Requires: Python >=3.8
Classifiers
- License
- Operating System
- Programming Language
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
Built Distribution
File details
Details for the file simc_support-11.1.0.6.tar.gz
.
File metadata
- Download URL: simc_support-11.1.0.6.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 080e81b9cf903e8ef9180bcd11b6cc36164a05c9140a20a9fcc7ea3ed471550c |
|
MD5 | faa92bbc0fa9e816c013da33d06d5cb4 |
|
BLAKE2b-256 | 30c4231610e3ede7ffe12dac3b2c009df2c4d7eef8170e028fb45a5406a070c7 |
File details
Details for the file simc_support-11.1.0.6-py3-none-any.whl
.
File metadata
- Download URL: simc_support-11.1.0.6-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dde617937d04e2c9bad84884ca944a4deded85994d8ce774b251e5010f8d38f |
|
MD5 | 863ee0ece4f70a0c507b290b0f2ecc18 |
|
BLAKE2b-256 | 5929980adce12acea01dcf3e917960929547cd317981dd6357821ca46217c4c9 |