Metadata-Version: 2.1
Name: TDebugger
Version: 0.2.3
Summary: A advanced python debugger with live tracing that outputs video logs of a program's execution.
Home-page: https://github.com/CCExtractor/TDebugger
Author: Jayesh Nirve
Author-email: nitinnirve@gmail.com
License: GPL-2.0
Description: # TDebugger
        A advanced python debugger with live tracing
        ## Installation
        Use the `pip` package manager to install TDebugger
        ```shell script
        pip install TDebugger
        ```
        Then, you can run it as a command-line tool:
        ```shell script
        TDebugger --help
        ```
        
        ## Output:
        ![video](https://github.com/CCExtractor/TDebugger/raw/master/assets/TDebugger.gif)
        ![output](https://github.com/CCExtractor/TDebugger/raw/master/assets/py6bubblesort.png)
        ![config](https://github.com/CCExtractor/TDebugger/raw/master/assets/py8config.png)
        
        ## Contributing:
        Please refer [here](https://github.com/CCExtractor/TDebugger/blob/master/CONTRIBUTING.md) for contributing guidelines.
        
        ## Code of Conduct:
        Please note we have a [code of conduct](https://github.com/CCExtractor/TDebugger/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
        
        ## License: 
        This project is licensed under the terms of the GPL-2.0 license
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
