Metadata-Version: 2.2
Name: cm_course_uos
Version: 2.3.2
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: summary

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.
