Skip to content

Commit c8a9c82

Browse files
committed
Update
1 parent e722193 commit c8a9c82

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
11
# python-uv-devcontainer
22

3-
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/dunnkers/python-uv-devcontainer.git)
3+
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/dunnkers/python-uv-devcontainer.git)
44

55

66
Python project setup using a [Devcontainer](https://containers.dev) and [uv](https://github.com/astral-sh/uv).
77

88
## Features
99

1010
- [x] [Devcontainer](https://github.com/devcontainers/images/tree/main/src/python) running Python 3.13
11-
- [x] [uv](https://github.com/astral-sh/uv) for dependency management and virtual environment management [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
11+
- [x] [uv](https://github.com/astral-sh/uv) for dependency management and virtual environment management
1212
- [x] [ruff](https://github.com/astral-sh/ruff) for formatting and linting
1313
- [x] [pytest](https://docs.pytest.org/en/stable/) for testing
1414
- [x] [GitHub Actions](https://github.com/dunnkers/python-uv-devcontainer/actions) for CI/CD
1515
- [x] [Dockerfile](https://github.com/dunnkers/python-uv-devcontainer/blob/main/Dockerfile) for easy deployment
1616

1717
## Setup
1818

19-
Setup is easy. Follow these steps to setup using **VSCode**:
19+
Getting started is easy. Follow these steps:
2020

2121
1. **Use this template**
2222

2323
<a href="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><img src="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55" alt="Use this template and create new repository" width="250"/></a>
2424

2525
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
2626

27-
> Alternatively, you can also open the repository in a GitHub Codespace:
28-
> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/dunnkers/python-uv-devcontainer?quickstart=1)
29-
3027
2. **Clone repo**
3128

3229
<img src="https://github.com/user-attachments/assets/3aa1891b-d19b-4c8e-acad-b5e46eb18250" alt="Clone repository" width="375"/>
3330

34-
Open the repo in VSCode.
31+
Open the repo in **VSCode**.
3532

3633
3. **Reopen in Container**
3734

0 commit comments

Comments
 (0)