You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dupeguru/hscommon
Andrew Senetar 99ec4e0f27
fix: Minor cleanups and fixes
- Update NullJob to subclass Job
- Remove unnecessary size pre-read in _getMatches() as file sizes are
  already loaded during file scan via stat call
- Skip ref check if contents scan as the scan already prevents this from
  happening, some of the other scans do things differently and need to
  be reviewed before removing this post step completely
- Add guard on partial hashing to just hash the whole file if smaller
  than the offset and size and use the value for both the partial digest
  and digest
4 months ago
..
gui Additional type hints in hscommon 1 year ago
jobprogress fix: Minor cleanups and fixes 4 months ago
tests Type hinting hscommon & cleanup 1 year ago
LICENSE chore: Apply whitespace fixes from hooks 9 months ago
README Add files from hscommon and qtlib 4 years ago
__init__.py Add files from hscommon and qtlib 4 years ago
build.py Type hinting hscommon & cleanup 1 year ago
conflict.py Type hinting hscommon & cleanup 1 year ago
desktop.py Add type hinting to desktop.py 1 year ago
loc.py Type hinting hscommon & cleanup 1 year ago
notify.py Type hinting hscommon & cleanup 1 year ago
path.py Apply pyupgrade changes 1 year ago
plat.py Format files with black 4 years ago
pygettext.py Apply pyupgrade changes 1 year ago
sphinxgen.py Type hinting hscommon & cleanup 1 year ago
testutil.py Replace all relative imports 1 year ago
trans.py chore: Apply whitespace fixes from hooks 9 months ago
util.py Replace all relative imports 1 year ago

README

This module is common code used in all Hardcoded Software applications. It has no stable API so
it is not recommended to actually depend on it. But if you want to copy bits and pieces for your own
apps, be my guest.