Base repo structure for a python3 project.
Go to file
dave 25b282c856 Base python project 2021-05-19 17:25:23 -07:00
package Base python project 2021-05-19 17:25:23 -07:00
.dockerignore Base python project 2021-05-19 17:25:23 -07:00
.gitignore Base python project 2021-05-19 17:25:23 -07:00
Dockerfile Base python project 2021-05-19 17:25:23 -07:00
Makefile Base python project 2021-05-19 17:25:23 -07:00
README.md Base python project 2021-05-19 17:25:23 -07:00
requirements.txt Base python project 2021-05-19 17:25:23 -07:00
setup.py Base python project 2021-05-19 17:25:23 -07:00

README.md

package

Base git repo for a python project

You'll want to edit:

  • Rename package directory
  • name, description, package module, and scripts in setup.py
  • docker image name in Makefile
  • entrypoint script name in Dockerfile