{"id":19818046,"url":"https://github.com/berkeley-cs61b/bsag","last_synced_at":"2026-01-08T15:54:17.958Z","repository":{"id":89934863,"uuid":"575293365","full_name":"Berkeley-CS61B/BSAG","owner":"Berkeley-CS61B","description":"A Better Simple AutoGrader","archived":false,"fork":false,"pushed_at":"2024-10-03T05:59:47.000Z","size":254,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-12T10:14:26.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Berkeley-CS61B.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-07T07:23:16.000Z","updated_at":"2024-10-03T05:59:50.000Z","dependencies_parsed_at":"2024-08-07T02:14:43.198Z","dependency_job_id":null,"html_url":"https://github.com/Berkeley-CS61B/BSAG","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Berkeley-CS61B%2FBSAG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Berkeley-CS61B%2FBSAG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Berkeley-CS61B%2FBSAG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Berkeley-CS61B%2FBSAG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Berkeley-CS61B","download_url":"https://codeload.github.com/Berkeley-CS61B/BSAG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233456071,"owners_count":18678966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T10:14:29.335Z","updated_at":"2025-09-18T06:32:48.167Z","avatar_url":"https://github.com/Berkeley-CS61B.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BSAG (Better Simple AutoGrader)\n\nA Gradescope autograder with a focus on simplicity, extensibility, and\ncorrectness.\n\n## Notice\n\n**This package is currently under active development! It's probably broken.**\nI'm working as fast as I can to un-break it and add features.\nOnce I've verified that I can run an autograder, I will publish it on PyPI.\n\n## Architecture Summary\n\nBSAG is based on sequential execution of \"steps\". A step defines and accepts a\n*configuration*, performs some computation, and possibly modifies stored data.\nBSAG uses [Pydantic](https://docs.pydantic.dev/) for config parsing and typing,\nand parses YAML for ease of writing.\n\nA more detailed description can be found in [ARCHITECTURE.md](ARCHITECTURE.md).\n\n## Usage\n\nBSAG is primarily meant to be used as a\n[Gradescope autograder](https://gradescope-autograders.readthedocs.io/en/latest/),\non any system using at least Python 3.10.\n\nBSAG provides a small suite of default steps, and can be run with simply:\n\n```shell\npython -m bsag --config \u003cpath_to_config\u003e\n```\n\nTo provide your own custom step definitions, you can define your own entry\npoint and provide your modules at runtime:\n\n```python\nimport bsag\n\n\nbsag.main([MyCustomStep])\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkeley-cs61b%2Fbsag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkeley-cs61b%2Fbsag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkeley-cs61b%2Fbsag/lists"}