[Python-Dev] Unipath package (original) (raw)

Mike Orr sluggoster at gmail.com
Sun Jan 28 11:53:35 CET 2007


I finally finished my path package (Unipath) and put it in the Cheeseshop. http://sluggo.scrapping.cc/python/unipath/

There's a Path class for pathname calculations, and a FSPath subclass for filesystem calls. I'm hoping Path -- or something resembling it -- will find its way into os.path in Python 2.6 or 3.0. FSPath is full of convenience methods so it may not be everybody's cup of tea, but perhaps something similar can go into Python in the farther future

Unipath is an early alpha release so the API may change as it gets more real-world use. There's an extensive unittest suite, which passes on Python 2.5 and 2.4.4 on Linux. Windows and Macintosh testers are needed.

Following are highlights from the python-3000 discussion and deviations from it:

Enjoy! and please provide feedback.

--Mike Orr <sluggoster at gmail.com>



More information about the Python-Dev mailing list