Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.pth file execution checker

This package is for checking if .pth files are automatically processed at startup by site.py.

Installation

pip install git+https://github.com/timrid/pth-execution-checker@main

Usage

After the whole interpreter is startet and the main script is running, you can check if the .pth file is processed like this:

import pth_execution_checker
if not pth_execution_checker.pth_executed:
    raise RuntimeError(".pth file not processed...")

About

.pth file execution checker

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages