Devops in Python: Infrastructure as Python Zadka Moshe
Devops in Python: Infrastructure as Python Zadka Moshe Chapter 1 (Installing Python)Different ways to install Python:Compiling from sourceOS packagespyenvChapter 2 (Packaging) (31 pages - 11 new…
Specifikacia Devops in Python: Infrastructure as Python Zadka Moshe
Devops in Python: Infrastructure as Python Zadka Moshe
Chapter 1 (Installing Python)Different ways to install Python:Compiling from sourceOS packagespyenvChapter 2 (Packaging) (31 pages - 11 new pages)How pip works and how to build packages.The following sections need to changeSection about pip (adds 4 pages)Add explanation about how the resolver worksExplain pip-compilePoetry and pipenv (changes 2 pages, adds 2 pages)Needs to be separated into two sectionsPoetry section updated to reflect changes in PoetryPipenv section updated to reflect changes in Pipenv4setup.py and wheel (rewritten, changes 1 page, adds 2 pages)python -m build and setup.cfgAdd details about binary wheels and manylinuxShow a complete exampleChapter 3: Interactive usageHow to use the