Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/darsstar/sitecustomize-entrypoints

python sitecustomize

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project