Metadata-Version: 2.1
Name: py_output_compare
Version: 2.2.22
Summary: a script that help compare output of 2 python script, I apply this to help grading student code compare to teacher
Home-page: https://github.com/meangpu/py_output_compare
Author: meangpu
License: MIT
Description-Content-Type: text/markdown
License-File: license

# py_output_compare

a python package that create to help compare output of 2 python script, I apply this to help grading student code compare to teacher

# note to myself

## to make it auto login to twine

create `credential.txt` file then add this content to file

```
username=__token__
password=pypi-xxxxx
```
