{"id":19184615,"url":"https://github.com/gatoreducator/execexam","last_synced_at":"2025-05-08T00:04:12.863Z","repository":{"id":254352921,"uuid":"846259947","full_name":"GatorEducator/execexam","owner":"GatorEducator","description":":rocket: ExecExam runs executable examinations that assess Python programming skills","archived":false,"fork":false,"pushed_at":"2025-03-06T04:00:53.000Z","size":645,"stargazers_count":2,"open_issues_count":30,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T00:03:54.695Z","etag":null,"topics":["examination-system","programming","python","testing"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/execexam/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GatorEducator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-22T20:53:25.000Z","updated_at":"2025-01-22T18:08:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f9bb92d-3cb4-4031-b49a-0181d50cc6e7","html_url":"https://github.com/GatorEducator/execexam","commit_stats":null,"previous_names":["gkapfham/execexam","gatoreducator/execexam"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fexecexam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fexecexam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fexecexam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GatorEducator%2Fexecexam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GatorEducator","download_url":"https://codeload.github.com/GatorEducator/execexam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973681,"owners_count":21834107,"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":["examination-system","programming","python","testing"],"created_at":"2024-11-09T11:07:40.112Z","updated_at":"2025-05-08T00:04:12.824Z","avatar_url":"https://github.com/GatorEducator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 ExecExam\n\n\u003cimg src=\"https://i.ibb.co/vzjX7p2/exe.png\" alt=\"logo\" height=\"500\"\u003e\n\n[![coverage](https://img.shields.io/badge/coverage-20.86%25-brightgreen)](https://github.com/GatorEducator/execexam/actions)\n[![Static Badge](https://img.shields.io/badge/Maintained%3F-yes-orange)](https://github.com/GatorEducator/execexam/commits/main/)\n![version](https://img.shields.io/badge/version-0.3.0-blue)\n\n\nExecExam is a powerful tool that runs executable examinations in which a\nstudent provides solutions to programming problems that are checked by Pytest\ntest suites. If you are a computer science or software engineering instructor\nwho wants to administer programming examinations\n\n## 🌟 Main Features\n\n- **Automated Checks**: Run a series of checks on your Python projects to ensure\nthey're up to standard.\n- **Detailed Reports**: See the results of the checks, including which ones\npassed and which ones failed.\n- **Advice on Failures**: When code fails a check, receive advice on what to do next.\n- **Syntax Highlighting**: Enjoy syntax highlighting in the console output.\n- **Verbose Mode**: Want to see more details? Just enable the verbose mode!\n\n## 🤝 LLM-Based Advice\n\nExecExam uses the LLM-based advice system to provide students with feedback\nwhen one of their answers fails a check. You can either specify the complete\nURL of a LiteLLM API proxy or set an API key for a cloud-based LLM provider.\nHere are examples of some of the LLM models that are supported through the use\nof [LiteLLM](https://docs.litellm.ai/docs/providers):\n\n- `anthropic/claude-3-haiku-20240307`\n- `anthropic/claude-3-opus-20240229`\n- `groq/llama3-8b-8192`\n- `openrouter/meta-llama/llama-3.1-8b-instruct:free`\n- `openrouter/google/gemma-2-9b-it:free`\n\n## 🔧 Requirements\n\n- Python 3.12\n- Execexam leverages numerous Python packages, including notable ones such as:\n    - [Rich](https://github.com/Textualize/rich): Full-featured formatting and display of text in the terminal\n    - [Typer](https://github.com/tiangolo/typer): Easy-to-implement and fun-to-use command-line interfaces\n- The developers of Execexam use [Poetry](https://github.com/python-poetry/poetry) for packaging and dependency management\n\n## 🔽 Installation\n\nFollow these steps to install the `execexam` program:\n\n- Install Python 3.12 for your operating system\n- Install [pipx](https://github.com/pypa/pipx) to support program installation in isolated environments\n- Type `pipx install execexam` to install ExecExam\n- Type `pipx list` and confirm that ExecExam is installed\n- Type `execexam --help` to learn how to use the tool\n\n## 🧗Improvement\n\n- Found a bug or have a feature that the development team should implement?\n[Raise an issue](https://github.com/gkapfham/execexam/issues)!\n- Interesting in learning more about tool usage details? [Check the\nwiki](https://github.com/gkapfham/execexam/wiki)!\n- Contact [Gregory M. Kapfhammer](https://www.gregorykapfhammer.com/) with any\nquestions or suggestions about ExecExam!\n\n## Contributing to Execexam\n\nIf you would like to contribute to Execexam, please refer to the [Execexam Wiki](https://github.com/GatorEducator/gatorgrade/wiki/Contributing-Guidelines) for contributing guidelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatoreducator%2Fexecexam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgatoreducator%2Fexecexam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatoreducator%2Fexecexam/lists"}