File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/pages/02-development-environments Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,16 @@ developers.
131131 been fixed to make building and installing application dependencies so
132132 much better.
133133
134+ * [ Python's New Package Landscape] ( http://andrewsforge.com/article/python-new-package-landscape/ )
135+ covers the history of Python packaging tools and examines the
136+ problems with dependency isolation and the dependency graphs that
137+ newer tools such as
138+ [ Pipenv] ( https://pipenv.readthedocs.io/en/latest/ ) ,
139+ [ Poetry] ( https://poetry.eustace.io/ ) ,
140+ [ Hatch] ( https://github.com/ofek/hatch ) and
141+ [ pipsi] ( https://github.com/mitsuhiko/pipsi )
142+ aim to solve.
143+
134144* [ Python Packaging User Guide] ( https://packaging.python.org/ )
135145 provides a collection of resources to understand how to package and
136146 distribute Python code libraries.
You can’t perform that action at this time.
0 commit comments