LICENSE
README.md
pyproject.toml
arkparser/__init__.py
arkparser/data_models.py
arkparser/export.py
arkparser.egg-info/PKG-INFO
arkparser.egg-info/SOURCES.txt
arkparser.egg-info/dependency_links.txt
arkparser.egg-info/requires.txt
arkparser.egg-info/top_level.txt
arkparser/common/__init__.py
arkparser/common/binary_reader.py
arkparser/common/exceptions.py
arkparser/common/map_config.py
arkparser/common/normalization.py
arkparser/common/types.py
arkparser/common/version_detection.py
arkparser/files/__init__.py
arkparser/files/base.py
arkparser/files/cloud_inventory.py
arkparser/files/profile.py
arkparser/files/tribe.py
arkparser/files/world_save.py
arkparser/game_objects/__init__.py
arkparser/game_objects/container.py
arkparser/game_objects/game_object.py
arkparser/game_objects/location.py
arkparser/properties/__init__.py
arkparser/properties/base.py
arkparser/properties/byte_property.py
arkparser/properties/compound.py
arkparser/properties/primitives.py
arkparser/properties/registry.py
arkparser/structs/__init__.py
arkparser/structs/base.py
arkparser/structs/colors.py
arkparser/structs/misc.py
arkparser/structs/property_list.py
arkparser/structs/registry.py
arkparser/structs/vectors.py
tests/test_asa_header_position.py
tests/test_binary_reader.py
tests/test_binary_reader_layouts.py
tests/test_cloud_inventory.py
tests/test_data_models.py
tests/test_export.py
tests/test_game_objects.py
tests/test_profile.py
tests/test_tribe.py
tests/test_v13_property_layouts.py
tests/test_version_detection.py
tests/test_world_save.py