Skip to content

twfksh/python-devops-walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-devops-walkthrough

  1. create a python virtualenv python -m venv ~/.venv or virtualenv ~/.venv

  2. create empty files Makefile, requirements.txt, main.py, Dockerfile, lib/__init__.py

  3. populate Makefile

  4. setup continuous integration, i.e. check for issues like lint errors testing_lint_step

  5. build a cli using python fire library ./cli-fire.py --help to test logic

About

python devops setup and aws deploy walkthrough

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published