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
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
# Python Project Template
1
+
# Python Python Template
2
2
3
3
This is a template for creating Python projects. It includes a basic project structure, configuration files, and setup scripts to help you get started quickly.
4
4
5
5
## Features
6
6
7
-
- π Pre-configured with `poetry` for dependency management
8
-
- πͺ Linting with `ruff`
9
-
- π§ Type checking with `mypy`
10
-
- π§ͺ Testing with `pytest`
11
-
- π Pre-commit hooks for code quality
12
-
- π¦ Uses `dev container` for development setup
7
+
- π Pre-configured with [uv](https://docs.astral.sh/uv/) for dependency management
8
+
- πͺ Linting with [ruff](https://docs.astral.sh/ruff/)
9
+
- π§ Type checking with [mypy](https://mypy-lang.org/)
10
+
- π§ͺ Testing with [pytest](https://docs.pytest.org/en/stable/)
11
+
- π [Pre-commit](https://pre-commit.com/) hooks for code quality
12
+
- π¦ Uses [dev container](https://containers.dev/) development setup
13
+
- π Easy documentation with [MkDocs](https://containers.dev/)
13
14
14
15
## Getting Started
15
16
@@ -31,3 +32,7 @@ This is a template for creating Python projects. It includes a basic project str
31
32
- Press `F1` to open the command palette.
32
33
- Type `Remote-Containers: Reopen in Container` and selectit.
33
34
- VS Code will build the Docker container defined in the `.devcontainer` folder and open the project inside the container.
0 commit comments