The source for Crate is available at GitHub: https://github.com/crateio/crate-site/ Thanks for the link, Alec. I need to see if I can get it running locally.
We need some kind of local PyPI mirror too. Our home-grown build environment uses easy_install to install ~80 packages and eggs from a local directory, which is under source control. It's partly for speed, partly to control which version we get without having to encode version numbers into all of our setup.py's. We've recently grown a dependency on matplotlib and numpy, but I'm completely unwilling to check in ~100MB of matplotlib eggs and packages into our GitHub tree. -- /George V. Reilly [email protected] Twitter: @georgevreilly http://www.georgevreilly.com/blog http://blogs.cozi.com/tech On Fri, Feb 3, 2012 at 12:42 PM, James Cooper <[email protected]> wrote: > Great, thanks. I just perused the varnish docs -- looks like you can't > use it for client proxying, so I'm looking at squid instead. > > pip now supports proxy servers, so in theory this should be totally > possible. I'll post something to the list if I get it working. > > cheers > > -- James > > > On Fri, Feb 3, 2012 at 12:06 PM, Alec Koumjian <[email protected]>wrote: > >> We were recently discussing this on the djangoseattle list. I hadn't >> considered using Varnish to cache the packages. I'd be curious if you could >> get it to work. >> >> Be aware that there is a new and improved pypi mirror in town: >> http://crate.io/ >> >> Looks very interesting but haven't tested it. >> >> >> -- > > James Cooper > http://blog.bitmechanic.com/ >
