Commits on Source (13)
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
* Also the command line options should now work as expected * Added an identity converter that just outputs .json output. This allows to postprocess files that have already been created. * Breaking changes to the data format: students is now a list * Bump python version to 3.5 to support typing
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
from 'key previous identifier fullname' to 'key;previous identifier;fullname'
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
Changed output format of anonymization mapping to csv See merge request !1
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
The function `do_anonymous` in `hektor.py` was dependant upon the iteration order of a dictionary being the same as the insertion order. This is an implementation detail of CPython3.6 and should not be relied upon.
-
robinwilliam.hundt authored
Fixed bug in anonymisation function See merge request !2
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 12 additions, 5 deletions.gitlab-ci.yml
- Makefile 17 additions, 0 deletionsMakefile
- bin/hektor 3 additions, 2 deletionsbin/hektor
- hektor.py 241 additions, 60 deletionshektor.py
- lib/__init__.py 1 addition, 0 deletionslib/__init__.py
- lib/generic.py 2 additions, 1 deletionlib/generic.py
- lib/identity.py 15 additions, 0 deletionslib/identity.py
- lib/qti.py 13 additions, 13 deletionslib/qti.py
- lib/xls.py 30 additions, 39 deletionslib/xls.py
- setup.py 3 additions, 2 deletionssetup.py
Makefile
0 → 100644
bin/hektor
100644 → 100755
lib/identity.py
0 → 100644