Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.35 KB

Python application test with Github Actions [aws code build passing

microservices

Design

Screen Shot 2023-01-22 at 3 30 27 PM

Scaffold

  1. Create a Python Virtual Environment python3 -m venv ~/.venv or 'virtualenv ~/.venv`
  2. Create empty files: Makefile, requirements.txt, main.py, Dockerfile, mylib/__init__.py
  3. Populate Makefile
  4. Setup Continuous Integeration, i.e. check code for issues like lint errors

lint-failure

  1. Build cli using Python Fire libraray ' ./cli-fire.py --help` to test logic

Demo

demo.with.3.films.mp4