Metadata-Version: 2.1
Name: coursebox
Version: 0.1.18.10
Summary: A course management system currently used at DTU
Home-page: https://lab.compute.dtu.dk/tuhe/coursebox
Author: Tue Herlau
Author-email: tuhe@dtu.dk
License: MIT
Project-URL: Bug Tracker, https://lab.compute.dtu.dk/tuhe/coursebox/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Coursebox DTU
DTU course management software.

## Installation
```terminal
pip install coursebox
```
## What it can do 
 - Single semester-dependent configuration file
 - Integrates with DTU Inside/DTU Learn
 - Distribution/evalauation of project reports in Learn-compatible format
 - Quiz-generation in DTU Learn/Beamer friendly format
 - Automatic website/syllabus generation 
 - Automatic generation of lectures handouts/exercises (you don't have to track dynamic content like dates/lecture titles; it is all in the configuration)
 - Easy compilation to 2/5 day formats (Continuous education)

## Usage
Coursebox requires a specific directory structure. It is easier to start with an existing course and adapt to your needs. Please contact me at tuhe@dtu.dk for more information.

## Citing
```bibtex
@online{coursebox,
	title={Coursebox (0.1.1): \texttt{pip install coursebox}},
	url={https://lab.compute.dtu.dk/tuhe/coursebox},
	urldate = {2021-09-07}, 
	month={9},
	publisher={Technical University of Denmark (DTU)},
	author={Tue Herlau},
	year={2021},
}
```