This is the EDOL monorepo. The source code is mainly Python. pyproject.toml has details about some dependencies.
This project uses devbox to manage its development environment. Devbox is an alternative to devcontainers that doesn't require Docker.
Install devbox:
curl -fsSL https://get.jetpack.io/devbox | bash
Start the devbox shell:
devbox shell
Run a script in the devbox environment:
devbox run <script>
For scripts and packages see devbox.json