zpz / docker-project-template-py

docker-project-template-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-project-template-py

This is a Python project template using my Docker workflow. (See docker for more info.)

The main things in the project (or "repo") is a Python package located in the directory src/ and test code in tests/. A top-level directory bin for scripts is often needed, although optional.

Pay attention to the config file setup.cfg and customize as needed.

The build script build-docker may need small adjustment per the need of the real project.

About

docker-project-template-py


Languages

Language:Python 68.6%Language:Shell 21.7%Language:Dockerfile 9.7%