('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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pywhereisrunning-0.0.2-py36-none-any.whl (4.0 kB) | File type Wheel | Python version py36 | Upload date | Hashes View |
Close
Hashes for pywhereisrunning-0.0.2-py36-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc76fde3885caf4b6ed339da8c85db6d1e1e58d7feae40c16c5a6c63857b7050 |
|
MD5 | aeddaf8f37adabe2596d51640bd03dd1 |
|
BLAKE2-256 | f52f3a375f2c31fe0b47f74c5d7a5c60a12e3e7052d86a45781d48a5860ae407 |