dupeguru/hscommon
Andrew Senetar 13dd00c798
fix: Replace use of `imp` with `importlib`
Original PR and information found at #1187
2024-02-19 09:48:54 -08:00
..
gui Additional type hints in hscommon 2022-05-11 00:50:34 -05:00
jobprogress fix: Minor cleanups and fixes 2023-06-08 01:14:52 -05:00
tests Type hinting hscommon & cleanup 2022-05-09 23:36:39 -05:00
LICENSE chore: Apply whitespace fixes from hooks 2023-01-09 22:58:08 -06: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 Type hinting hscommon & cleanup 2022-05-09 23:36:39 -05:00
conflict.py Use errno.EISDIR and errno.EACCESS instead of hardcoding values (#1196) 2024-02-19 09:38:24 -06:00
desktop.py Add type hinting to desktop.py 2022-05-09 01:15:25 -05:00
loc.py Type hinting hscommon & cleanup 2022-05-09 23:36:39 -05:00
notify.py Type hinting hscommon & cleanup 2022-05-09 23:36:39 -05:00
path.py Apply pyupgrade changes 2022-04-27 20:53:12 -05:00
plat.py Format files with black 2019-12-31 20:16:27 -06:00
pygettext.py fix: Replace use of `imp` with `importlib` 2024-02-19 09:48:54 -08:00
sphinxgen.py Type hinting hscommon & cleanup 2022-05-09 23:36:39 -05:00
testutil.py Replace all relative imports 2022-05-09 01:40:08 -05:00
trans.py chore: Apply whitespace fixes from hooks 2023-01-09 22:58:08 -06:00
util.py Replace all relative imports 2022-05-09 01:40:08 -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.