Skip to content

redcastle-resources/python-repo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-repo-template

A template Python repository for GTAC programmers. Please provide feedback if you are GTAC Python programmer!

Set up

Complete the following steps to start a new project (NEW-PROJECT-NAME):

  1. Clone this repository to your local machine git clone TEMPLATE-URL NEW-PROJECT-NAME
  2. cd into the cloned repository
  3. Make a fresh start of the git history for this project with rm -rf .git && git init
  4. Move the example Environment file to .env that will be ignored by git and read by your code mv example.env .env

Create your new repo in GitHub

  1. DESCRIBE THESE STEPS
  2. Create a new repository in GitHub making sure that the name matches the NEW-PROJECT-NAME specified in the setup.
  3. Copy the commands provide by GitHub to push an existing repository from the command line git remote add origin <GITHUB URL> git branch -M main git push -u origin main

Collaboration

  1. DESCRIBE THE GUIDELINES FOR COLLABORATION AND BEST PRACTICES

About

A template of a Python repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •