egrader

Autograder for Git-based programming exercises

https://github.com/videojogoslusofona/egrader

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Autograder for Git-based programming exercises

Basic Info
  • Host: GitHub
  • Owner: VideojogosLusofona
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 151 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 9
Created about 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

Tests codecov PyPI MIT

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]

License

GPL v3

Owner

  • Name: Licenciatura em Videojogos, Universidade Lusófona
  • Login: VideojogosLusofona
  • Kind: organization
  • Location: Lisboa, Portugal

GitHub Events

Total
  • Release event: 1
  • Push event: 26
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 26
  • Create event: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 44 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 10
  • Total maintainers: 1
pypi.org: egrader

Auto-grader for Git-based programming exercises

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 44 Last month
Rankings
Dependent packages count: 6.9%
Average: 18.7%
Dependent repos count: 30.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
  • python-dateutil *
  • pyyaml *
  • requests *
  • sh >= 2.0.0
  • validators *
  • yarl *
.github/workflows/cov.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite