.gitignore
CONTRIBUTING.md
EASYCLA_CHANGEME.md
LICENSE
LICENSE.spdx
NOTICE
README.md
build_wheel.sh
dev_clean_setup.sh
netlify.toml
pyproject.toml
renovate.json
safety-policy.yml
.github/CODE_OF_CONDUCT.md
.github/ISSUE_TEMPLATE/Bug_report.md
.github/ISSUE_TEMPLATE/Feature_request.md
.github/ISSUE_TEMPLATE/Support_question.md
.github/ISSUE_TEMPLATE/meeting-minutes.md
.github/workflows/build-python-package.yml
.github/workflows/cve-scanning-python.yml
.github/workflows/license-scanning-python.yml
.github/workflows/release.yml
.github/workflows/run-tests.yml
.vscode/settings.json
docs/home.md
src/rune/runtime/__init__.py
src/rune/runtime/base_data_class.py
src/rune/runtime/conditions.py
src/rune/runtime/cow.py
src/rune/runtime/func_proxy.py
src/rune/runtime/metadata.py
src/rune/runtime/native_registry.py
src/rune/runtime/object_builder.py
src/rune/runtime/object_registry.py
src/rune/runtime/py.typed
src/rune/runtime/utils.py
src/rune/runtime/version.py
src/rune_runtime.egg-info/PKG-INFO
src/rune_runtime.egg-info/SOURCES.txt
src/rune_runtime.egg-info/dependency_links.txt
src/rune_runtime.egg-info/requires.txt
src/rune_runtime.egg-info/top_level.txt
test/__init__.py
test/run_runtime_tests.sh
test/test_basic_types_with_meta.py
test/test_complex_types_with_meta.py
test/test_cow.py
test/test_deep_keys_and_references.py
test/test_func_proxy.py
test/test_keys_and_references.py
test/test_namespace_prefix.py
test/test_object_builder.py
test/test_operations.py
test/test_parametrized_basic_types.py
test/test_rune_parent.py
test/test_rune_str.py
test/test_utils.py
test/test_zoned_date_time.py
test/cdm/EUR-Vanilla-account.json
test/cdm/test_create_irs.py
test/cdm/test_trade_creation.py
test/cdm/test_validation.py
test/functions/specs/test_native_registry.py
test/functions/specs/test_simple.py
test/functions/specs/cdm/_bundle.py
test/functions/specs/cdm/base/math/Abs.py
test/functions/specs/cdm/base/math/RoundToNearest.py
test/functions/specs/cdm/base/math/RoundingModeEnum.py
test/serializer-round-trip/test_basic.py
test/serializer-round-trip/test_conditions.py
test/serializer-round-trip/test_enumtype.py
test/serializer-round-trip/test_extension.py
test/serializer-round-trip/test_metakey.py
test/serializer-round-trip/test_metalocation.py
test/serializer-round-trip/test_metascheme.py