This is a template of repository with dev container for VSCode and development utilities like pylint, black etc. pre-installed to help developer get going.
When you want to start a new project you have two options:
-
Template repository feature: Simply use the template repository feature of github. See also
-
Manually: Just pull this git repository, then remove the git reposotiory using:
rm -rf .git
Then, recreate a new git repository
git init
Add all files and then push the repository to your github project.
In both cases!: Don't forget to change the "package_foobar" name by the name you want for you python package. Use the Ctrl+Shift+R feature of VSCode to make sure you won't forget any occurrence.