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
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,19 @@ Snok is designed to leverage the best tools and packages that exist in the Pytho
42
42
## 🎉 Featuring
43
43
44
44
- Package generation
45
-
-Task management with `invoke`
45
+
-Built-in dependency management
46
46
- Packaging with `setuptools`
47
-
- Linting with `ruff` and `black`
47
+
- Linting and formatting with `ruff` and `black`
48
48
- Type checking with `mypy`
49
49
- Testing with `pytest`
50
50
51
51
## 🤩 Coming Soon
52
52
53
-
- Web application generation with `fastapi` and `htmx`
54
53
- Database integration with `pydantic` and `sqlmodel`
54
+
- Web application generation with `fastapi` and `htmx`
55
55
- Production ready deployment stacks with `nix`, `docker`, `skaffold` and `kustomize`
56
56
- AI framework integrations with `pytorch` and `langchain`
57
+
- Documentation site generation with `mkdocs`
57
58
58
59
Check out the latest [issues](https://github.com/anthonycorletti/snok/issues) and [pull requests](https://github.com/anthonycorletti/snok/pulls) to see what's coming soon!
59
60
@@ -78,22 +79,22 @@ Create a new package with:
78
79
snok new mypackage
79
80
```
80
81
81
-
Snok uses `invoke` to manage tasks, like installing dependencies, running tests, and more.
Copy file name to clipboardExpand all lines: docs/index.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,19 @@ Snok is designed to leverage the best tools and packages that exist in the Pytho
42
42
## 🎉 Featuring
43
43
44
44
- Package generation
45
-
-Task management with `invoke`
45
+
-Built-in dependency management
46
46
- Packaging with `setuptools`
47
-
- Linting with `ruff` and `black`
47
+
- Linting and formatting with `ruff` and `black`
48
48
- Type checking with `mypy`
49
49
- Testing with `pytest`
50
50
51
51
## 🤩 Coming Soon
52
52
53
-
- Web application generation with `fastapi` and `htmx`
54
53
- Database integration with `pydantic` and `sqlmodel`
54
+
- Web application generation with `fastapi` and `htmx`
55
55
- Production ready deployment stacks with `nix`, `docker`, `skaffold` and `kustomize`
56
56
- AI framework integrations with `pytorch` and `langchain`
57
+
- Documentation site generation with `mkdocs`
57
58
58
59
Check out the latest [issues](https://github.com/anthonycorletti/snok/issues) and [pull requests](https://github.com/anthonycorletti/snok/pulls) to see what's coming soon!
59
60
@@ -78,22 +79,22 @@ Create a new package with:
78
79
snok new mypackage
79
80
```
80
81
81
-
Snok uses `invoke` to manage tasks, like installing dependencies, running tests, and more.
0 commit comments