I don't really know if this is a StackOverflow-type question or a Python-dev question. I'd like to host sprints at my place for converting python2.0 libraries to Python3 ; currently I am working on porting Distutils2.
Is there any place I could find a graph/log of the libraries(dependencies) which need to be ported to Python3 ranked by importance?(By importance, I mean that a distribution being used as a dependency for a lot of other distributions.)
Also, If you have a particular distribution that you are maintaining and would like to have some help porting it to Python3, please do feel free to mention it below.