Skip to content

A dummy python repo with .devcontainer feature to quickly get started a new python project

License

Notifications You must be signed in to change notification settings

renn0xtek9/python-template-repo

Repository files navigation

Readme

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:

  1. Template repository feature: Simply use the template repository feature of github. See also

  2. 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.

About

A dummy python repo with .devcontainer feature to quickly get started a new python project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published