Development Container for Rye.
The following command will download the .devcontainer
folder of this template to the current directory.
curl -sSL https://github.com/MtkN1/rye-devcontainer-template/releases/latest/download/artifact.tar.gz | tar -xz
- Build a container image that automatically installs Rye.
- Install Rye using Dev Container Features.
- Configure system Python for Rye.
- Setup bash completion.
- Setup
uv
backend. - Automatically initialize the project after opening Dev Container.
- Other features, configure extensions such as Ruff, specify appropriate Python interpreter paths, etc.
An Experimental Package Management Solution for Python
https://github.com/mitsuhiko/rye
Development Containers: Use a container as a full-featured development environment.