.clang-format
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
development.txt
go.mod
go.sum
pyproject.toml
python_eval.go
python_exceptions.go
python_globals.go
python_object.go
python_print.go
python_to_starlark.go
setup.cfg
setup.py
starlark.c
starlark.h
starlark_to_python.go
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/build_wheels.yml
.github/workflows/bumpr.yml
.github/workflows/codeql-analysis.yml
.github/workflows/test.yml
.github/workflows/valgrind.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/index.md
docs/source/reference.md
docs/source/usage.md
scripts/install-go.sh
scripts/pytest-valgrind.sh
scripts/pytest-valgrind.supp
src/starlark_go/__init__.py
src/starlark_go/errors.py
src/starlark_go/py.typed
src/starlark_go/scmversion.py
src/starlark_go/starlark_go.pyi
src/starlark_go.egg-info/PKG-INFO
src/starlark_go.egg-info/SOURCES.txt
src/starlark_go.egg-info/dependency_links.txt
src/starlark_go.egg-info/top_level.txt
tests/__init__.py
tests/fibonacci.star
tests/test_configure.py
tests/test_evalerror.py
tests/test_fibonacci.py
tests/test_get_globals.py
tests/test_import_exceptions.py
tests/test_multi_exec.py
tests/test_pop_global.py
tests/test_print.py
tests/test_resolveerror.py
tests/test_set_globals.py
tests/test_syntaxerror.py
tests/test_values.py