[![Tests](https://github.com/VideojogosLusofona/egrader/actions/workflows/tests.yml/badge.svg)](https://github.com/VideojogosLusofona/egrader/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/VideojogosLusofona/egrader/graph/badge.svg?token=US7KSSBSX4)](https://codecov.io/gh/VideojogosLusofona/egrader)
[![PyPI](https://img.shields.io/pypi/v/egrader)](https://pypi.org/project/egrader/)
[![MIT](https://img.shields.io/badge/license-GPLv3-yellowgreen.svg)](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3)
# EGrader
Auto-grade simple programming exercises.
## How to use
```text
egrader --help
egrader fetch --help
egrader assess --help
egrader report --help
```
## How to install
### From source/GitHub
Install from PyPI:
```text
pip install egrader
```
Or each step at a time:
```text
pip install git+https://github.com/VideojogosLusofona/egrader.git#egg=egrader.
```
### Installing for development and/or improving the package
```text
git clone https://github.com/VideojogosLusofona/egrader.git
cd egrader
python -m venv env
source env/bin/activate
pip install -e .[dev]
```
<!-- On Windows replace `source env/bin/activate` with `. env\Scripts\activate`.-->
## License
[GPL v3](LICENSE)
Raw data
{
"_id": null,
"home_page": null,
"name": "egrader",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "aat, education, autograder, programming, computer science education",
"author": null,
"author_email": "Nuno Fachada <nuno.fachada@ulusofona.pt>",
"download_url": "https://files.pythonhosted.org/packages/cd/9d/a9afa286ae12bafb5cf46c77490e0359be8cc09f1f9ed65301bfbf392470/egrader-0.0.8.tar.gz",
"platform": null,
"description": "[![Tests](https://github.com/VideojogosLusofona/egrader/actions/workflows/tests.yml/badge.svg)](https://github.com/VideojogosLusofona/egrader/actions/workflows/tests.yml)\n[![codecov](https://codecov.io/gh/VideojogosLusofona/egrader/graph/badge.svg?token=US7KSSBSX4)](https://codecov.io/gh/VideojogosLusofona/egrader)\n[![PyPI](https://img.shields.io/pypi/v/egrader)](https://pypi.org/project/egrader/)\n[![MIT](https://img.shields.io/badge/license-GPLv3-yellowgreen.svg)](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3)\n\n# EGrader\n\nAuto-grade simple programming exercises.\n\n## How to use\n\n```text\negrader --help\negrader fetch --help\negrader assess --help\negrader report --help\n```\n\n## How to install\n\n### From source/GitHub\n\nInstall from PyPI:\n\n```text\npip install egrader\n```\n\nOr each step at a time:\n\n```text\npip install git+https://github.com/VideojogosLusofona/egrader.git#egg=egrader.\n```\n\n### Installing for development and/or improving the package\n\n```text\ngit clone https://github.com/VideojogosLusofona/egrader.git\ncd egrader\npython -m venv env\nsource env/bin/activate\npip install -e .[dev]\n```\n\n<!-- On Windows replace `source env/bin/activate` with `. env\\Scripts\\activate`.-->\n\n## License\n\n[GPL v3](LICENSE)\n",
"bugtrack_url": null,
"license": "GPL-3",
"summary": "Auto-grader for Git-based programming exercises",
"version": "0.0.8",
"project_urls": {
"Bug Reports": "https://github.com/VideojogosLusofona/egrader/issues",
"Documentation": "https://videojogoslusofona.github.io/egrader/",
"Source": "https://github.com/VideojogosLusofona/egrader"
},
"split_keywords": [
"aat",
" education",
" autograder",
" programming",
" computer science education"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f8a4cda1d7d04351b5c26fd77dee15ef9be997cced439cd4b5d30f9575e73aac",
"md5": "93c190ea4f1bb482b5db9a4319ca70ed",
"sha256": "b3033e0d2ab7f411ba48e7f3594ade71610fa143df4506efd95ce85b2db3d9a6"
},
"downloads": -1,
"filename": "egrader-0.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93c190ea4f1bb482b5db9a4319ca70ed",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 26623,
"upload_time": "2024-04-30T12:14:26",
"upload_time_iso_8601": "2024-04-30T12:14:26.077337Z",
"url": "https://files.pythonhosted.org/packages/f8/a4/cda1d7d04351b5c26fd77dee15ef9be997cced439cd4b5d30f9575e73aac/egrader-0.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd9da9afa286ae12bafb5cf46c77490e0359be8cc09f1f9ed65301bfbf392470",
"md5": "7603d581e360403bf37cb70a4d0fe847",
"sha256": "b2d72a19911b5fbda0344b616f3b8ce0267c0c86654b39cfc15609f21a124c69"
},
"downloads": -1,
"filename": "egrader-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "7603d581e360403bf37cb70a4d0fe847",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 25086,
"upload_time": "2024-04-30T12:14:30",
"upload_time_iso_8601": "2024-04-30T12:14:30.140224Z",
"url": "https://files.pythonhosted.org/packages/cd/9d/a9afa286ae12bafb5cf46c77490e0359be8cc09f1f9ed65301bfbf392470/egrader-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-30 12:14:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "VideojogosLusofona",
"github_project": "egrader",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "egrader"
}