dupeguru/hscommon
Virgil Dupras 25169cfc20 Create an empty site.py in collect_stdlib_dependencies()
Since we have Python 3.3 as a minimum requirement, we don't need to
patch our site.py with copy_sysconfig_files_for_embed() anymore, but we
still need a site.py file on startup. We create it when we collect
stdlib deps.
2013-12-22 12:13:39 -05:00
..
gui Improved hscommon docs 2013-11-30 16:13:12 -05:00
tests Merge branch 'regless' into develop 2013-12-07 10:19:31 -05:00
.gitignore Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
LICENSE Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
README Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
__init__.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
build.py Create an empty site.py in collect_stdlib_dependencies() 2013-12-22 12:13:39 -05:00
conflict.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
currency.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
debug.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
desktop.py Refactoring: Path API compatibility with pathlib 2013-11-16 12:06:16 -05:00
geometry.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
loc.py Added the --normpo build option 2013-08-03 17:13:24 -04:00
notify.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
path.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
plat.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
pygettext.py pygettext: explicitly open files as utf-8 2013-11-24 10:22:05 -05:00
reg.py Removed fairware 2013-11-30 17:54:40 -05:00
sphinxgen.py Call sphinx-build from withing Python instead of a subprocess 2013-08-19 17:43:32 -04:00
sqlite.py Reorganized hscommon documentation 2013-11-16 14:46:34 -05:00
testutil.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
trans.py Added the Vietnamese language 2013-08-03 17:36:53 -04:00
util.py Reorganized hscommon documentation 2013-11-16 14:46:34 -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.