[Python-Dev] Porting Ideas

Sridhar Ratnakumar sridharr at activestate.com
Thu Dec 2 20:24:36 CET 2010


On 2010-12-01, at 11:02 AM, Brian Curtin wrote:

> http://onpython3yet.com/ might be helpful to you. It orders the projects on PyPI with the most dependencies which are not yet ported to 3.x.
> 
> Note that there are a number of false positives, e.g., the first result -- NumPy, since people don't seem to keep their classifiers up-to-date.

Also note that the dependency information is incomplete. For instance, onpython3yet.com shows just 14 packages depending on "Twisted",

  http://onpython3yet.com/packages/show/Twisted

while, in reality, there are 68 of them,

  http://code.activestate.com/pypm/twisted/#requiredby
  (see the right sidebar)

-srid

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20101202/926b2c67/attachment.html>


More information about the Python-Dev mailing list