Metadata-Version: 2.1
Name: cm-course-uos
Version: 1.2.7
Summary: This package hosts code required to run the colab notebooks which host the course assignemnts.
Home-page: https://github.com/denizmgun/cm-course-uos
Author: smusslick,denizmgun,melisaaltinyelek,pelinito,rbastian
Author-email: dguen@uos.de
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

The package is separated into submodules "ps1","ps2".. which respectively host the code for each problem set. The main reasons this package was created were hiding unnecessary complexity from the students and enabling us to perform automating testing, grading and task aids while discouraging cheating. Cheating is still possible by installing the package and reverse engineering the functions but the effort would be better spent on solving the task.
