man-group / pkglib

Company-centric Python packaging and testing library
39 stars 22 forks source link

Add download cache #18

Open eeaston opened 11 years ago

eeaston commented 11 years ago

Need some sort of equivalent of the pip download cache when there's no local PyPI available. Best way to do this I think is to start adding in a hooks API, and add a 'post-egg-build' hook that will populate a directory that can be used in the same way that CONFIG.installer_search_path is.