Metadata-Version: 2.1
Name: autotracer
Version: 0.0.1
Summary: Runs a code tracer in simple Python scripts for educational purposes
Home-page: https://github.com/toshikurauchi/autotracer
Author: Andrew Kurauchi
Author-email: andrewtnk@insper.edu.br
License: MIT
Description: # Auto Tracer
        
        Automatic tracing of Python code.
        
        ## Purpose
        
        We developed this module for educational purposes. The output of this module is
        used to verify code tracings performed by students who are learning to code.
        
        ## Usage
        
        To use this program, run:
        
        `python auto_tracer.py FILENAME.py`
        
        Where `FILENAME.py` is the name of the Python file that you wish be checked.
        
        ## Disclaimer
        
        This module is in VERY early stage and I don't know how it behaves with larger
        pieces of software.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
