Metadata-Version: 2.1
Name: yuDebug
Version: 1.0.0
Summary: The package provides a more direct way to help students ask their questions about the errors in their codes by combining the codes and the errors to one file.
Home-page: https://github.com/pkmq24/yuDebug
Author: puluterYu
Author-email: pkmq24@qq.com
License: UNKNOWN
Description: # Description
        To help students to upload their codes along with errors, this module comes up. Based on the work of cgitb, it provides more functionalities to simply gather the code and the errors for teachers to have a clean view on where the bug might be.
        # Usage
        Simply <code>import yuDebug</code>. When an error pops up, there will be guide in the console.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
