The Architecture of Open Source Applications: Python Packaging - 0 views
-
There are two schools of thought when it comes to installing applications
-
each application is its own standalone "appliance", and installing and removing them should not disturb the rest of the OS. If the application needs an uncommon library, that library is included in the application's distribution
-
a collection of small self-contained units called packages
- ...8 more annotations...