Metadata-Version: 2.1
Name: automated-marking
Version: 0.1.2
Summary: Python script designed to clone Git repositories, detect programming languages, validate the code, and log the results to an Excel file.
Home-page: https://github.com/kawooky/CTA-automated-marking
Author: Youssef Kawook
Author-email: kawooky@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: pandas>=1.0
Requires-Dist: gitpython>=3.0
Requires-Dist: requests>=2.0
Requires-Dist: openpyxl>=3.0
Requires-Dist: sqlparse>=0.4
