Skip to content

Commit dab086d

Browse files
committed
docs: add python documentation
1 parent f392d4e commit dab086d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/features/python.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Python
2+
3+
Python is the main programming language for this project.
4+
5+
---
6+
7+
## What is it used for here?
8+
!!! question "!"
9+
- All application code, tests, and tools are written in `python`
10+
- Supports type hints, modern syntax, async features, and tooling
11+
- Project requires **`python 3.10+`**
12+
13+
---
14+
15+
## How is it configured and used?
16+
17+
- The minimum required `python` version is specified in [pyproject.toml](https://github.com/python-boilerplate/uv-template/blob/main/pyproject.toml) and in Dockerfiles.
18+
- All dependencies are managed using [uv](./uv.md).
19+
- You can use any `python` 3.10+ interpreter (locally, in Docker, or in a devcontainer).

0 commit comments

Comments
 (0)