Skip to content

jr-do/oreilly-python-for-devops

Repository files navigation

Python application test with Github Actions

  1. Create a Python Virtual Enviroment pyhon3 -m venv ~/.venv or virtualenv ~/.venv
  2. Create empty files: Makefile, requirements.txt, main.py, Dockerfile. lib/__init__.py, lib/logic.py
  3. Populate Makefile
  4. Setup Continuos Integration, i.e. check code for issues like lint errors
  5. Build cli using python fire library ./cli-fire.py --help to test logic

About

from Noahgift lesson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published