('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.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc76fde3885caf4b6ed339da8c85db6d1e1e58d7feae40c16c5a6c63857b7050
|
|
| MD5 |
aeddaf8f37adabe2596d51640bd03dd1
|
|
| BLAKE2b-256 |
f52f3a375f2c31fe0b47f74c5d7a5c60a12e3e7052d86a45781d48a5860ae407
|