From Zero Repository for doing python DevOps work
Create development environmemt that is cloud-based:
Build out python project scaffold:
- Makefile
- requirements.txt
- test_library.py
- python_library
- Command-line-tool
- Microservice
- Create a virtualenv:
virtualenv ~/.venv - edit my
~/.bashrcsource ~/.venv/bin/activate - clone project then run
make all