python - Is there somewhere an index of Py3k-only libraries? -


i'm curious if there important libraries support python 3, since appears many libraries support it, happen support python 2.

no, there no such index, create 1 classifier data on pypi.

you make list of packages has "programming language :: python :: 3" or programming language :: python :: 3.0" or "programming language :: python 3.1", none of python 2 classifiers.

http://pypi.python.org/pypi?:action=browse&c=214

possibly xml interface can useful:

http://wiki.python.org/moin/pypixmlrpc


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -