HOWTO.md
LICENSE
README.md
do_build_wheel.bat
do_unit_tests.bat
do_unit_tests.py
do_utility_tests.bat
do_utility_tests.py
pyproject.toml
docs/array_property.md
docs/delegate_property.md
docs/engine_tools.md
docs/enum_property.md
docs/error.md
docs/field_path_property.md
docs/gvas_file.md
docs/gvas_overview.md
docs/gvas_utils.md
docs/map_property.md
docs/name_property.md
docs/numerical_properties.md
docs/object_property.md
docs/property_base.md
docs/set_property.md
docs/standard_structs.md
docs/str_property.md
docs/struct_property.md
docs/text_property.md
docs/utilities.md
pygvas/__init__.py
pygvas/detect_gvas_format.py
pygvas/engine_tools.py
pygvas/error.py
pygvas/gvas2json.py
pygvas/gvas_file.py
pygvas/gvas_types.py
pygvas/gvas_utils.py
pygvas/json2gvas.py
pygvas.egg-info/PKG-INFO
pygvas.egg-info/SOURCES.txt
pygvas.egg-info/dependency_links.txt
pygvas.egg-info/entry_points.txt
pygvas.egg-info/requires.txt
pygvas.egg-info/top_level.txt
pygvas/properties/__init__.py
pygvas/properties/aggregator_properties.py
pygvas/properties/delegate_property.py
pygvas/properties/enum_property.py
pygvas/properties/field_path_property.py
pygvas/properties/name_property.py
pygvas/properties/numerical_properties.py
pygvas/properties/object_property.py
pygvas/properties/property_base.py
pygvas/properties/standard_structs.py
pygvas/properties/str_property.py
pygvas/properties/text_property.py
resources/test/Delegate.json.rust
resources/test/Delegate.sav
resources/test/Delegate.sav.json
resources/test/Options.json.rust
resources/test/Options.sav
resources/test/Options.sav.json
resources/test/Profile_0.sav
resources/test/Profile_0.sav.json
resources/test/SaveSlot_03.sav
resources/test/SaveSlot_03.sav.json
resources/test/Slot1.json.rust
resources/test/Slot1.sav
resources/test/Slot1.sav.json
resources/test/Slot2.json.rust
resources/test/Slot2.sav
resources/test/Slot2.sav.json
resources/test/Slot3.json.rust
resources/test/Slot3.sav
resources/test/Slot3.sav.json
resources/test/assert_failed.json.rust
resources/test/assert_failed.sav
resources/test/assert_failed.sav.json
resources/test/component8.json.rust
resources/test/component8.sav
resources/test/component8.sav.json
resources/test/enum_array.json.rust
resources/test/enum_array.sav
resources/test/enum_array.sav.json.zip
resources/test/features_01.bin
resources/test/features_01.bin.json
resources/test/features_01.hints.json
resources/test/islands_of_insight.json.rust.zip
resources/test/islands_of_insight.sav
resources/test/islands_of_insight.sav.json.zip
resources/test/package_version_524.json.rust
resources/test/package_version_524.sav
resources/test/package_version_524.sav.json
resources/test/package_version_525.json.rust
resources/test/package_version_525.sav
resources/test/package_version_525.sav.json
resources/test/palworld_zlib.sav
resources/test/palworld_zlib.sav.json
resources/test/palworld_zlib_twice.hints.json
resources/test/palworld_zlib_twice.sav
resources/test/palworld_zlib_twice.sav.json.zip
resources/test/regression_01.bin
resources/test/regression_01.bin.json
resources/test/ro_64bit_fav.json.rust
resources/test/ro_64bit_fav.sav
resources/test/text_property_noarray.bin
resources/test/text_property_noarray.bin.json
resources/test/transform.json.rust
resources/test/transform.sav
resources/test/vector2d.json.rust
resources/test/vector2d.sav
resources/test/vector2d.sav.json
tests/__init__.py
tests/test_gvas_examples.py
tests/common/__init__.py
tests/common/test_utils.py
tests/gvas_core/__init__.py
tests/gvas_core/test_errors.py
tests/gvas_core/test_file.py
tests/gvas_core/test_guid.py
tests/gvas_core/test_property.py
tests/gvas_core/test_standard_types.py
tests/gvas_core/test_struct_property.py
tests/gvas_core/test_text_property.py