dupeguru/core
Virgil Dupras 10dbfa9b38 Refactoring: Path API compatibility with pathlib
Refactored dupeGuru to make hscommon.path's API a bit close to pathlib's
API. It's not 100% compatible yet, but it's much better than before.

This is more of a hscommon refactoring than a dupeguru one, but since
duepGuru is the main user of Path, it was the driver behind the
refactoring.

This refactoring also see the introduction of @pathify, which ensure
Path arguments. Previously, we were often unsure of whether the caller
of a function was passing a Path or a str. This problem is now solved
and this allows us to remove hscommon.io, an ill-conceived attempt to
solve that same ambiguity problem.

Fixes #235.
2013-11-16 12:06:16 -05:00
..
gui Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
tests Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
__init__.py Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
app.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
directories.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
engine.py Fixed core.engine.Match docstring 2013-10-20 13:33:27 -04:00
export.py Updated copyright year to 2013. 2013-04-28 10:35:51 -04:00
fs.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
ignore.py Updated copyright year to 2013. 2013-04-28 10:35:51 -04:00
markable.py Updated copyright year to 2013. 2013-04-28 10:35:51 -04:00
prioritize.py Updated copyright year to 2013. 2013-04-28 10:35:51 -04:00
results.py Improved dev docs 2013-08-20 22:52:43 -04:00
scanner.py Updated copyright year to 2013. 2013-04-28 10:35:51 -04:00