creates a json data file after debugging the code
Project description
installation
pip install vracer
usage
python -m vracer -f path_to_file_to_be_debugged.py -j path_to_output_debugged_json_file.json
# or
python -m vracer --filename some_python_file.py --jsonfilename output_file_path.json
this library is based on snoop debugger library.
it creates a trace of the code that is passed (python file) along with tracking the change of variables value. The tracked output is dumped as a json file.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vracer-0.2.2.tar.gz
(15.8 kB
view details)
File details
Details for the file vracer-0.2.2.tar.gz.
File metadata
- Download URL: vracer-0.2.2.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
315d69671130e060e0a6990020b191e3c99cc069491947fcf3c7d9c4b86e8e4c
|
|
| MD5 |
4efe40c745e5cce6880a7da25977fad1
|
|
| BLAKE2b-256 |
fbd1f0f5e106c0412edb716d07b8f5df86c3152ea9ecfb098dff21cf0151d3f9
|