Skip to main content

Module to grade online quiz.

Project description

Grade Mage

Auto grader for online quiz.

Use the following command to ensure all the tests are passed:

pytest

Use the following commands for development locally:

python3 setup.py develop

Then execute the following command t generate the wheel:


python3 setup.py sdist bdist_wheel

Upload the module to test server:

python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*

Distribute the module to production server:

python3 -m twine upload --repository pypi dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grademage-0.1.6.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

grademage-0.1.6-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page