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
+28-17Lines changed: 28 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@
6
6
## Summary
7
7
Oftentimes the initial setup of a Python repo can take a few minutes to a couple hours.
8
8
By laying the foundation to rapidly implement an idea, can focus on the good bits instead of
9
-
devops drudgery.
9
+
DevOps drudgery.
10
10
11
11
### Caveat Emptor
12
12
Very little of this gets tested on Windows hosts. Windows Subsystem for Linux (WSL) is used where necessary with the default Ubuntu LTS install. Moved bulk of document to the [markdown](markdown/) directory to opt-in vs. opt-out of documentation.
13
13
14
-
Be the change et al if Windows is your main and you wanna raise a PR with broad instructions on getting tooling working under Windows (e.g., docker, poetry, playwright.)
14
+
Be the change et al if Windows is your main and you wanna [raise a PR](CONTRIBUTING.md) with broad instructions on getting tooling working under Windows (e.g., docker, poetry, playwright.)
15
15
16
16
**Table of Contents**
17
17
*[python_template](#python_template)
@@ -37,21 +37,32 @@ Be the change et al if Windows is your main and you wanna raise a PR with broad
37
37
Development environments and tooling are first-class citizens on macOS and *nix. For Windows faithfuls, please setup [WSL](markdown/wsl.md).
38
38
39
39
## TODO
40
-
* Django
41
-
* Merge with [docker_python](https://github.com/pythoninthegrass/docker_python) and put the latter on an ice float
42
-
* Flask
43
-
* Bonus points for [Svelte](https://svelte.dev/blog/the-easiest-way-to-get-started) front-end ❤️
0 commit comments