libranet / sitecustomize-entrypoints

A very simple library that makes a python module called sitecustomize available and executes registered sitecustomize-entrypoints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A very simple library that makes a python module called sitecustomize available and executes registered sitecustomize-entrypoints.


Languages

Language:Python 100.0%