You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-23Lines changed: 36 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# python-uv-devcontainer
2
2
3
+
[](https://github.com/astral-sh/uv)[](https://github.com/astral-sh/ruff)[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/dunnkers/python-uv-devcontainer.git)
4
+
5
+
3
6
Python project setup using a [Devcontainer](https://containers.dev) and [uv](https://github.com/astral-sh/uv).
4
7
5
8
## Features
@@ -13,45 +16,53 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
13
16
14
17
## Setup
15
18
16
-
1.**Use this template**
19
+
Setup is easy. Open this repo in a [GitHub Codespace](https://github.com/features/codespaces) or in a [VSCode Devcontainer](https://code.visualstudio.com/docs/devcontainers/create-dev-container).
17
20
18
-
<ahref="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><imgsrc="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55"alt="Use this template and create new repository"width="250"/></a>
19
-
20
-
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
21
+
1.**GitHub Codespace**
21
22
22
-
2.**Clone repo**
23
+
[](https://codespaces.new/dunnkers/python-uv-devcontainer?quickstart=1)
> This Devcontainer can also be directly used with a GitHub Codespace.
30
-
> [](https://codespaces.new/dunnkers/python-uv-devcontainer?quickstart=1)
29
+
<ahref="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><imgsrc="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55"alt="Use this template and create new repository"width="250"/></a>
30
+
31
+
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
31
32
32
-
3.**Reopen in Container**
33
+
2.**Clone repo**
33
34
34
-
Click the button in the popup upon opening the repo:
35
-
36
-
<imgsrc="https://github.com/user-attachments/assets/c89c6643-768b-427d-b10f-a51ddbe76282"alt="Dev Containers: Reopen in Container"width="475"/>
You now have a fully configured Python development environment!
57
68
@@ -87,6 +98,8 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
87
98
88
99
A [Dockerfile](https://github.com/dunnkers/python-uv-devcontainer/blob/main/Dockerfile) is provided for easy deployment. This Dockerfile uses the same base image as the Devcontainer, so you can be sure it will work in production.
0 commit comments