[07:55:25] <pombreda> would anyone know if there would be a generic fork of https://github.com/pypa/pip/blob/7cea748d0fb2e8980c2676304607426585550b41/pip/utils/outdated.py to check if an installed package is out of date beyond pip?
[07:55:45] <pombreda> this is simple enough to borrow, I am lazy :)
[21:29:59] <lclark> Good point, though. I'll skip pip for now.
[21:30:09] <xafer> Isn't it sweet ? ^^ but if your setup.py already uses setuptools you shouldn't need the wrapper
[21:32:18] <xafer> and the two main options are --single-version-externally-managed and --record some_path/installed-files.txt
[21:34:36] <lclark> It occurs to me I'll probably need to modify the source, so pip isn't an option anyways
[22:09:21] <tdsmith> the best part is that setuptools is forced with that wrapper so that there's always a consistent command line API for forcing distutils to do the install