Skip to content

Alotab/python-for-DevOps-2023

Repository files navigation

Python application test with Github Actions

python-for-DevOps-2023

This is a new repositiory for Python for DevOps and deloying of app on AWS Cloud

scaffold

  1. Create a Python Virtual Environment python3 -m venv ~./venv or virtualenv ~/.venv
  2. Creat empty files - requirement.txt, Dockerfile, Makefile mylib/__init__.py
  3. Populate Makefile
  4. Setup Continuous Integration, i.e check code for issues like lint errors
  5. Build cli using Python Fire library ./cli-fire.py --help to test the logic before we move to microservice

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published