# 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/*
```
Raw data
{
"_id": null,
"home_page": "https://github.com/yiyitech/grademage",
"name": "oigrader",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Samuel Zhang",
"author_email": "qisamuelzhang@hotmail.com",
"download_url": null,
"platform": null,
"description": "# Grade Mage\n\nAuto grader for online quiz.\n\nUse the following command to ensure all the tests are passed:\n\n```\npytest\n```\n\nUse the following commands for development locally:\n\n```\npython3 setup.py develop\n```\n\n\nThen execute the following command t generate the wheel:\n\n```\n\npython3 setup.py sdist bdist_wheel\n```\n\nUpload the module to test server:\n\n```\npython3 -m pip install --upgrade twine\npython3 -m twine upload --repository testpypi dist/*\n```\n\nDistribute the module to production server:\n\n```\npython3 -m twine upload --repository pypi dist/*\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Module to grade online quiz.",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/yiyitech/grademage"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9d4e4bb60387cc00677d24d0d5b11f07f60686b4e51a2596c8869cc6b1c882d3",
"md5": "59be95a0669ee01961873ff9a3ba2beb",
"sha256": "d80cb1b4933e01cb648acb6b3e17fb45863eacaf32e7428c6c1ffe77a7a7e93f"
},
"downloads": -1,
"filename": "oigrader-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "59be95a0669ee01961873ff9a3ba2beb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3352,
"upload_time": "2024-08-06T02:22:05",
"upload_time_iso_8601": "2024-08-06T02:22:05.924096Z",
"url": "https://files.pythonhosted.org/packages/9d/4e/4bb60387cc00677d24d0d5b11f07f60686b4e51a2596c8869cc6b1c882d3/oigrader-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-06 02:22:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yiyitech",
"github_project": "grademage",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "oigrader"
}