daniel55411 / ulearn-scoring

Scoring of statements in ulearn by weeks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ulearn-scoring

PyPI Changelog Tests License

Scoring of statements in ulearn by weeks

Installation

Install this tool using pip:

$ pip install ulearn-scoring

Usage

ulearn-scoring -c path/to/config.yaml -o path/to/result.csv

Example of config file is located at tests/resources/config.yaml

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd ulearn-scoring
python -m venv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

About

Scoring of statements in ulearn by weeks

License:Apache License 2.0


Languages

Language:Python 100.0%