LICENSE
README.md
pyproject.toml
src/usegolib/__init__.py
src/usegolib/__main__.py
src/usegolib/abi.py
src/usegolib/artifact.py
src/usegolib/bindgen.py
src/usegolib/cli.py
src/usegolib/errors.py
src/usegolib/handle.py
src/usegolib/importer.py
src/usegolib/paths.py
src/usegolib/schema.py
src/usegolib/typed.py
src/usegolib.egg-info/PKG-INFO
src/usegolib.egg-info/SOURCES.txt
src/usegolib.egg-info/dependency_links.txt
src/usegolib.egg-info/entry_points.txt
src/usegolib.egg-info/requires.txt
src/usegolib.egg-info/top_level.txt
src/usegolib/builder/__init__.py
src/usegolib/builder/build.py
src/usegolib/builder/fingerprint.py
src/usegolib/builder/gobridge.py
src/usegolib/builder/lock.py
src/usegolib/builder/resolve.py
src/usegolib/builder/reuse.py
src/usegolib/builder/scan.py
src/usegolib/builder/symbols.py
src/usegolib/builder/zig.py
src/usegolib/packager/__init__.py
src/usegolib/packager/generate.py
src/usegolib/runtime/__init__.py
src/usegolib/runtime/cbridge.py
src/usegolib/runtime/platform.py
tests/test_abi.py
tests/test_artifact_delete.py
tests/test_artifact_index_cache.py
tests/test_artifact_manifest.py
tests/test_bindgen_docstrings.py
tests/test_bindgen_unit.py
tests/test_builder_missing_go_hint.py
tests/test_builder_network_resilience.py
tests/test_builder_resolve.py
tests/test_builder_reuse.py
tests/test_handle_package_vars.py
tests/test_import_resolution.py
tests/test_integration_build_and_call.py
tests/test_integration_generics.py
tests/test_integration_import_auto_build.py
tests/test_integration_import_build_if_missing.py
tests/test_integration_local_change_triggers_rebuild.py
tests/test_integration_multi_return.py
tests/test_integration_object_handles.py
tests/test_integration_package_project.py
tests/test_integration_package_vars.py
tests/test_integration_package_wheel_install.py
tests/test_library_sha256_verification.py
tests/test_manifest_load_validation.py
tests/test_packager.py
tests/test_runtime_docstrings.py
tests/test_schema_generics_mapping.py
tests/test_schema_methods_validation.py
tests/test_schema_validation.py
tests/test_schema_validation_unit.py
tests/test_schema_validation_uuid.py
tests/test_schema_vars.py
tests/test_typed_wrappers.py
tests/test_variadic_any_support.py
tests/test_version_conflict.py
tests/test_windows_subprocess_decoding.py
tests/test_zig_download_verification.py