We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d562ca commit b9cb860Copy full SHA for b9cb860
README.md
@@ -1,9 +1,21 @@
1
# README
2
3
-
+This project is a template UV project
4
5
- create project by UV, because UV is so fast
6
7
```sh
8
git clone https://github.com/fluent-qa/fluentqa-pytpl.git <project_name>
9
```
10
+
11
+## Commands to use
12
13
+- format
14
15
+```shell
16
17
+```
18
19
+## TODO
20
21
+- []Use Cookiecutter to generate different template project. python-uv project
pyproject.toml
@@ -19,6 +19,12 @@ keywords = [
"full-development-lifecycle",
"project-template",
"scaffold",
22
+ "python",
23
+ "template",
24
+ "project-generator",
25
+ "uv",
26
+ "cookiecutter",
27
+ "cli"
28
]
29
license = { text = "MIT" }
30
name = "{{prject_name}}"
0 commit comments