Complete rewrite of my backupdb cli/server tool
Go to file
dave ec0b89039c working server builds 2021-11-08 22:04:21 -08:00
backupdb2 working server builds 2021-11-08 22:04:21 -08:00
.dockerignore working server builds 2021-11-08 22:04:21 -08:00
.gitignore Base python project 2021-05-19 17:25:23 -07:00
Dockerfile working server builds 2021-11-08 22:04:21 -08:00
Makefile working server builds 2021-11-08 22:04:21 -08: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