Skip to main content

Where python script is running

Project description

Pywhereisrunning

To see where the python script is running when the script is running.

Basically, it uses SIGUSR1 to send the signal to the python script, the script get the signal and use the frame to display where the script is running.

Usage

Just

import pywhereisrunning

to make the function available.

when you're run the script, use

  • kill -SIGUSR1 $(PID)
  • pywhereisrunning $(filename)

to show where the script is running.

After the command, will show main.py func=main line=9:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pywhereisrunning-0.0.1-py36-none-any.whl (2.9 kB view hashes)

Uploaded Python 3.6

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page