A very simple library that makes a python module called usercustomize
available. Python's site
module gives sitecustomize
and usercustomize
, special treatment by importing
it after it is done looking for and processing .pth files.
What this package does, is finding all registered usercustomize
entry-points and,
if they are callable, calls them.