---
mini-libraries. We joke about left-pad & pypi is full of unfinished crap but a small lib:
-doesn't need a long term maintainer
-doesn't have enough code to be buggy
-keeps non-domain code out of your codebase
-papers over things that "should" be in the standardlib
#python
Also, .net has solutions and projects. Python world doesn't really have any such concept, except libs in pypi, which encourages putting your 4 part app into 4 libs into pypi
♡ 0 ↻ 0Yeah you could have one package with multiple modules, but if they're separate packages, you guarantee there is no leaking of concerns of one lib into the other.
♡ 0 ↻ 0