Metadata-Version: 2.1
Name: vracer
Version: 0.2.2
Summary: creates a json data file after debugging the code
Home-page: https://github.com/Ki6an/vracer
Author: Kiran R
Author-email: kiranr8k@gmail.com
License: apache-2.0
Project-URL: Repo, https://github.com/Ki6an/vracer
Project-URL: Bug Tracker, https://github.com/Ki6an/vracer/issues
Description: ![](https://img.shields.io/pypi/dm/vracer)
        
        installation
        
        ```bash
        pip install vracer
        ```
        
        usage
        
        ```bash
        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.
        
Keywords: debug,python,create_debug_json
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
