zerovm / zpm

ZeroVM Package Manager
Apache License 2.0
6 stars 11 forks source link

Split zpmlib.zpm into smaller modules #142

Open mgeisler opened 10 years ago

mgeisler commented 10 years ago

The zpmlib.zpm module was never meant to be a gigantic module handling everything. Instead, I suggest that we create separate zpmlib modules to group related functions and let the functions in zpmlib.commands import and call things from there.