-
create a python virtualenv
python -m venv ~/.venv
orvirtualenv ~/.venv
-
create empty files
Makefile
,requirements.txt
,main.py
,Dockerfile
,lib/__init__.py
-
populate
Makefile
-
setup continuous integration, i.e. check for issues like lint errors
-
build a cli using python fire library
./cli-fire.py --help
to test logic
-
Notifications
You must be signed in to change notification settings - Fork 0
twfksh/python-devops-walkthrough
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|