Metadata-Version: 2.1
Name: pytracertool
Version: 1.0.1
Summary: A versatile tool for tracing code execution, capturing variable changes, and logging print statements.
Home-page: https://github.com/DarshanLakshman/PyTracerTool.git
Author: Darshan Lakshman
Author-email: darshan.lakshman@icloud.com
Keywords: trace,debugging,tracing,execution,visualisation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: tabulate
Requires-Dist: typing

# PyTracerTool Module

Welcome to the PyTracerTool Module! This module provides a versatile tool, PyTracerTool, for tracing the execution of Python code, capturing variable changes, and logging print statements. PyTracerTool helps you gain insights into the sequence of code execution, variable values, and output generated during runtime.

## Features

* Trace the execution order of Python code.
* Capture variable changes during code execution.
* Log print statements and associate them with line numbers.
* Generate a formatted trace table for analysis.

## Installation

You can install PyTracerTool via pip:

```bash
pip install pytracertool
```

## License

[Apache License 2.0](http://www.apache.org/licenses/)
