dupeguru/hscommon
Andrew Senetar da9f8b2b9d
Squashed commit of the following:
commit 8b15fe9a502ebf4841c6529e7098cef03a6a5e6f
Author: Andrew Senetar <arsenetar@gmail.com>
Date:   Sun Mar 27 23:48:15 2022 -0500

    Finish up changes to copy_or_move

commit 21f6a32cf3186a400af8f30e67ad2743dc9a49bd
Author: Andrew Senetar <arsenetar@gmail.com>
Date:   Thu Mar 17 23:56:52 2022 -0500

    Migrate from hscommon.path to pathlib
    - Part one, this gets all hscommon and core tests passing
    - App appears to be able to load directories and complete scans, need further testing
    - app.py copy_or_move needs some additional work
2022-03-27 23:50:03 -05:00
..
gui Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
jobprogress Provide more feedback during scans 2021-08-28 04:05:07 -05:00
tests Squashed commit of the following: 2022-03-27 23:50:03 -05:00
.gitignore Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
LICENSE Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
README Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
__init__.py Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
build.py Code cleanups in hscommon & external effects 2021-08-21 16:56:27 -05:00
build_ext.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
conflict.py Squashed commit of the following: 2022-03-27 23:50:03 -05:00
debug.py Code cleanups in hscommon & external effects 2021-08-21 16:56:27 -05:00
desktop.py Black formatting changes 2022-02-09 21:49:51 -06:00
geometry.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
loc.py Code cleanups in hscommon & external effects 2021-08-21 16:56:27 -05:00
notify.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
path.py Squashed commit of the following: 2022-03-27 23:50:03 -05:00
plat.py Format files with black 2019-12-31 20:16:27 -06:00
pygettext.py Code cleanups in hscommon & external effects 2021-08-21 16:56:27 -05:00
sphinxgen.py Minor Updates 2021-08-26 03:29:24 -05:00
sqlite.py Fix deprecation warning from sqlite 2022-03-19 17:01:53 -05:00
testutil.py More cleanup and fixed a flake8 build issue 2021-08-25 01:11:24 -05:00
trans.py Default to English on unsupported system language Fix #976 2022-03-12 04:36:13 -06:00
util.py Squashed commit of the following: 2022-03-27 23:50:03 -05:00

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.