Provides helper class for working with file paths.
The path_helpers.path
class provides an object-oriented approach to file-path
operations, as opposed to using the procedural os.path
API.
This package is forked from Jason Orendorff's path.py
2.2 package.
Note There are several other forks of path.py
that have likely added
more functionality.