contains-io/typet

Path validation objects should use pathlib.

dangle opened this issue · 0 comments

The path validation objects, File, Dir, Path, and ExistingPath should instantiate pathlib objects instead of strings. They should also accept pathlib objects.

A check to import pathlib2 will need to be added to setup.py.