Complete rewrite of my backupdb cli/server tool
Go to file
dave a0ca18863b Fix links and such 2021-06-29 21:19:31 -07:00
backupdb2 Fix links and such 2021-06-29 21:19:31 -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 basic uploading 2021-05-27 19:04:49 -07:00
setup.py move version tag 2021-06-21 22:04:50 -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