pathtools
pathtools copied to clipboard
Python 3 compatible?
Does this project work with Python 3?
According to https://caniusepython3.com/project/pathtools it does not, but that looks at the meta data / categories from setup.py only (via the caniusepython
package/binary).
Pathtools is used as a dependency for watchdog, which itself appears to be Python 3 compatible ("Programming Language :: Python :: 3").
I'm able to import this package in Python 3.4 so with a bit of testing I think this package can be marked as Python 3 compatible.
@gorakhargosh Are you still maintaining this library? This is one of the remaining few packages in the top 360 on PyPi that are missing trove tags for Python 3.
I bet nobody interested in it. some people started to replace this library for something else. There'll be small changes here and there, and most of functions are already in the standard library done better than in this one.