This is a generic question, but for example, I found pyxser and I want to know if it's going to work with Python 3 or not. I wasted 15-20 minutes earlier today finding out the 'Gnosis' was not.
I see the date on this particular package is March 2011, so I'm guessing it's not.
Is everything on pypi.org ancient? Is there a better site to use?
Basically, we all do a Google search for something like "xml serializer for Python" and we get a mix of Python 2 and 3 libraries.
Here is a similar question with no answer: Determining for which python version a library is designed
But the point is we need have a technique to find out for any library what releases it is compatible with.