Skip to content

cjn-chen/python_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_template

A template for a Python project.

  • data: data file
  • example: example code
  • notes: some import notes of this project
  • project: some python or bash scripts
  • python_template: The folder where the source code is stored.
    • python_template/VERSION.txt: version info
  • test: unit test
  • tutorial: tutorial of this project
  • .gitignore: tell git which file to ignore
  • LICENSE: license of this project
  • requirements.txt: environment of this project
  • setup.py: The file used to install the Python package

how to use main.py

python ./python_template/main.py --echo_txt "hello template"

About

A template for a Python project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages