LICENSE
README.md
pyproject.toml
setup.cfg
simc_support/__init__.py
simc_support/py.typed
simc_support.egg-info/PKG-INFO
simc_support.egg-info/SOURCES.txt
simc_support.egg-info/dependency_links.txt
simc_support.egg-info/top_level.txt
simc_support/game_data/Expansion.py
simc_support/game_data/Faction.py
simc_support/game_data/Instance.py
simc_support/game_data/ItemLevel.py
simc_support/game_data/Language.py
simc_support/game_data/Race.py
simc_support/game_data/RaidRole.py
simc_support/game_data/Role.py
simc_support/game_data/Season.py
simc_support/game_data/SimcObject.py
simc_support/game_data/Source.py
simc_support/game_data/Stat.py
simc_support/game_data/Talent.py
simc_support/game_data/Trinket.py
simc_support/game_data/WowClass.py
simc_support/game_data/WowSpec.py
simc_support/game_data/__init__.py
simc_support/game_data/data_files/trinkets.json
simc_support/game_data/data_files/wow_classes.json
simc_support/game_data/data_files/trees/death_knight_blood.json
simc_support/game_data/data_files/trees/death_knight_frost.json
simc_support/game_data/data_files/trees/death_knight_unholy.json
simc_support/game_data/data_files/trees/demon_hunter_havoc.json
simc_support/game_data/data_files/trees/demon_hunter_vengeance.json
simc_support/game_data/data_files/trees/druid_balance.json
simc_support/game_data/data_files/trees/druid_feral.json
simc_support/game_data/data_files/trees/druid_guardian.json
simc_support/game_data/data_files/trees/druid_restoration.json
simc_support/game_data/data_files/trees/evoker_devastation.json
simc_support/game_data/data_files/trees/evoker_preservation.json
simc_support/game_data/data_files/trees/hunter_beast_mastery.json
simc_support/game_data/data_files/trees/hunter_marksmanship.json
simc_support/game_data/data_files/trees/hunter_survival.json
simc_support/game_data/data_files/trees/mage_arcane.json
simc_support/game_data/data_files/trees/mage_fire.json
simc_support/game_data/data_files/trees/mage_frost.json
simc_support/game_data/data_files/trees/monk_brewmaster.json
simc_support/game_data/data_files/trees/monk_mistweaver.json
simc_support/game_data/data_files/trees/monk_windwalker.json
simc_support/game_data/data_files/trees/paladin_holy.json
simc_support/game_data/data_files/trees/paladin_protection.json
simc_support/game_data/data_files/trees/paladin_retribution.json
simc_support/game_data/data_files/trees/priest_discipline.json
simc_support/game_data/data_files/trees/priest_holy.json
simc_support/game_data/data_files/trees/priest_shadow.json
simc_support/game_data/data_files/trees/raw_raidbots_talent_information.json
simc_support/game_data/data_files/trees/rogue_assassination.json
simc_support/game_data/data_files/trees/rogue_outlaw.json
simc_support/game_data/data_files/trees/rogue_subtlety.json
simc_support/game_data/data_files/trees/shaman_elemental.json
simc_support/game_data/data_files/trees/shaman_enhancement.json
simc_support/game_data/data_files/trees/shaman_restoration.json
simc_support/game_data/data_files/trees/warlock_affliction.json
simc_support/game_data/data_files/trees/warlock_demonology.json
simc_support/game_data/data_files/trees/warlock_destruction.json
simc_support/game_data/data_files/trees/warrior_arms.json
simc_support/game_data/data_files/trees/warrior_fury.json
simc_support/game_data/data_files/trees/warrior_protection.json
simc_support/simc_data/FightStyle.py
simc_support/simc_data/Tier.py
simc_support/simc_data/__init__.py
simc_support/update/__init__.py
simc_support/update/extractor.py
simc_support/update/talents.py
simc_support/update/trinkets.py
simc_support/update/utils.py