Skip to content

Repository files navigation

Python-For-Devops

Python application test with Github Actions

This is Python for DevOps

Scaffold

  1. Create a Python Virtual Environment python3 -m venv ~/.venv or virtualenv ~/.venv # macOS/Linux # You may need to run sudo apt-get install python3-venv first python3 -m venv .venv
  2. Edit my ~/.bashrc `source ~/.venv/bin/activate
  3. Create empty files: Makefile, requirements.txt, main.py,Dockerfile, mylib/__init__.py
  4. Populate Makefile
  5. Build cli using Python ./cli-fire.py --help to test the logic.

About

This is Python for DevOps

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages