Metadata-Version: 2.4
Name: codediag
Version: 0.1.3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

Python debugging library consisting of decorator trace functions to write code flow in diagram. Supports exporting to Pdf, Markdown, Drawio, Mermaid. It records function calls with arguments, return values, and elapsed time, then generates an HTML page with interactive buttons for exporting the trace. You can use it for your python projects by installing with `pip install codediag`. 
