Skip to content

A starter repo, aimed at getting up and running on new projects, with less time spent setting things up.

Notifications You must be signed in to change notification settings

bjherger/Python-starter-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Starter Repo

A brief, snappy description of what this project does, and why the audience cares

Quick start

# Confirm python version (should be version 3.4+)
python --version

# Set up Python environment
pip install -r requirements.txt

# Run code
python bin/main.py

Repo structure

  • bin/main.py: Code entry point
  • conf/conf.py: Configuration file for project

Contact

Feel free to contact me at 13herger <at> gmail <dot> com

About

A starter repo, aimed at getting up and running on new projects, with less time spent setting things up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages