egrader


Nameegrader JSON
Version 0.0.7 PyPI version JSON
download
home_page
SummaryAuto-grader for Git-based programming exercises
upload_time2024-03-08 18:14:13
maintainer
docs_urlNone
author
requires_python>=3.10
licenseGPL-3
keywords aat education autograder programming computer science education
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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": "",
    "name": "egrader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "aat,education,autograder,programming,computer science education",
    "author": "",
    "author_email": "Nuno Fachada <nuno.fachada@ulusofona.pt>",
    "download_url": "https://files.pythonhosted.org/packages/f1/a2/07368d901915c05e0aee8fc5bd795280dcb4ebac94be4234bc64af504d54/egrader-0.0.7.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.7",
    "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": "e64c7c67a53d6e076894459df01f72a3ba9b512a7563e23d53085d2fcabc5730",
                "md5": "60013347c498c76559cfe71457f30d4b",
                "sha256": "475ffb9fe590173acd7bf6560c575049868ccfda959e7ef1d2498d35bf0f66e4"
            },
            "downloads": -1,
            "filename": "egrader-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "60013347c498c76559cfe71457f30d4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 26621,
            "upload_time": "2024-03-08T18:14:11",
            "upload_time_iso_8601": "2024-03-08T18:14:11.383251Z",
            "url": "https://files.pythonhosted.org/packages/e6/4c/7c67a53d6e076894459df01f72a3ba9b512a7563e23d53085d2fcabc5730/egrader-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1a207368d901915c05e0aee8fc5bd795280dcb4ebac94be4234bc64af504d54",
                "md5": "82374963d7eff8084621759733191dda",
                "sha256": "b5e48ddda04a707edfa04908430874b44350aa1b36da88d5b75d469d41a30638"
            },
            "downloads": -1,
            "filename": "egrader-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "82374963d7eff8084621759733191dda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 25077,
            "upload_time": "2024-03-08T18:14:13",
            "upload_time_iso_8601": "2024-03-08T18:14:13.223788Z",
            "url": "https://files.pythonhosted.org/packages/f1/a2/07368d901915c05e0aee8fc5bd795280dcb4ebac94be4234bc64af504d54/egrader-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 18:14:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "VideojogosLusofona",
    "github_project": "egrader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "egrader"
}
        
Elapsed time: 0.21243s