Skip to main content

('Where python script is running',)

Project description

Pywhereisrunning

Build Status

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.

Installation

pip install pywhereisrunning

Usage

Just

import pywhereisrunning

to make the function available.

when you're run the script, use

  • pywhereisrunning $(filename)

to show where the script is running.

After the command, will show

  File "src/preprocess.py", line 50, in <module>
    click_df,train_user,test_user=merge_files()
  File "src/preprocess.py", line 36, in merge_files
    click_df=click_df.fillna(-1)
  File "/home/sky/.conda/envs/py3.6/lib/python3.6/site-packages/pandas/core/frame.py", line 4153, in fillna
    downcast=downcast,
  File "/home/sky/.conda/envs/py3.6/lib/python3.6/site-packages/pandas/core/generic.py", line 6237, in fillna
    value=value, limit=limit, inplace=inplace, downcast=downcast

TODOS

[x] pywhereisrunning + $(filename)

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.2-py36-none-any.whl (4.0 kB view details)

Uploaded Python 3.6

File details

Details for the file pywhereisrunning-0.0.2-py36-none-any.whl.

File metadata

  • Download URL: pywhereisrunning-0.0.2-py36-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3.6
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191101 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7

File hashes

Hashes for pywhereisrunning-0.0.2-py36-none-any.whl
Algorithm Hash digest
SHA256 cc76fde3885caf4b6ed339da8c85db6d1e1e58d7feae40c16c5a6c63857b7050
MD5 aeddaf8f37adabe2596d51640bd03dd1
BLAKE2b-256 f52f3a375f2c31fe0b47f74c5d7a5c60a12e3e7052d86a45781d48a5860ae407

See more details on using hashes here.

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