Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 899 Bytes

File metadata and controls

39 lines (26 loc) · 899 Bytes

Curriculum analysis

A simple tool for analysing DMU module and programme specifications with respect to provided keywords.

Installation

Installation is via pip.

pip install curriculum_analysis

Usage

Basic usage is via the command line script curriculum-analysis.

curriculum-analysis <filename> [-c <optional configuration file>]

The tool will process the provided file according to the configuration given. If no configuration is given, then the default configuration will be used.

The default configuration file (config.cfg) is placed in the users home directory under a hidden folder ~/.curriculumAnalysis.

[curriculumAnalysis]
keywords_path = ~/.curriculumAnalysis/keywords.txt
outpath = ~/.curriculumAnalysis/output
format = js

Changing these values will influence the default settings.

Example usage

curriculum-analysis modules.txt