sitecustomize
There are 6 repositories under sitecustomize topic.
libranet/conda-xdgpatch
Patch make conda more XDG-compliant
libranet/autoadd-bindir
Automatically add the bin-dir of your virtualenv to $PATH.
libranet/autoread-dotenv
Autoread the .env-file for in-project virtualenvs
Darsstar/sitecustomize-entrypoints
A very simple library that makes a python module called sitecustomize available. Python's site module gives it, and usercustomize, special treatment by importing it after it is done looking for and processing .pth files. What this package does is that is finds all sitecustomize entry points and, if they are callable, calls them.
libranet/sitecustomize-entrypoints
A very simple library that makes a python module called sitecustomize available and executes registered sitecustomize-entrypoints.
libranet/sitecustomize-hello
Demo-plugin for sitecustomize-entrypoints