{"id":37072514,"url":"https://github.com/dwdwdan/grade-tracker","last_synced_at":"2026-01-14T08:30:48.485Z","repository":{"id":38384583,"uuid":"446925129","full_name":"dwdwdan/grade-tracker","owner":"dwdwdan","description":"A Python CLI to track grades","archived":false,"fork":false,"pushed_at":"2022-06-05T14:01:10.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T12:11:57.025Z","etag":null,"topics":["cli","grades","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwdwdan.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}},"created_at":"2022-01-11T17:50:58.000Z","updated_at":"2022-06-05T14:23:31.000Z","dependencies_parsed_at":"2022-08-18T19:10:34.607Z","dependency_job_id":null,"html_url":"https://github.com/dwdwdan/grade-tracker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dwdwdan/grade-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwdwdan%2Fgrade-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwdwdan%2Fgrade-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwdwdan%2Fgrade-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwdwdan%2Fgrade-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwdwdan","download_url":"https://codeload.github.com/dwdwdan/grade-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwdwdan%2Fgrade-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","grades","python"],"created_at":"2026-01-14T08:30:47.552Z","updated_at":"2026-01-14T08:30:48.474Z","avatar_url":"https://github.com/dwdwdan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a CLI written in python for tracking grades. It reads data from a yaml file\n\n# Installation\n\nInstall this with\n```\n$ pip install grade-tracker\n```\n\n# The Data File\n\nThe data file, by default read from `$XDG_DATA_HOME/gradeTracker/data.yml` is a yaml file containing the data to calculate with. An example of this file can be found [in the github repository](https://www.github.com/dwdwdan/gradeTracker/blob/master/data.yml)\n\nThe file should always contain a `modules` key with a list of submodules. These submodules should have a `weighting` set which sums to 100 (this is checked when gradeTracker is run). This represents how much this module is worth.\n\nThe key `percent` represents the mark given out of 100 for that assignment. If not set, gradeTracker will ignore the module or assume it's 0 depending on `ignore_unmarked`\n\nA module can also have submodules by including the `modules` tag, and following the same pattern. gradeTracker should deal with any depths, though it is not thoroughly tested will many layers.\n\n# Configuration\n\nConfiguration is done in the yaml file `$XDG_CONFIG_HOME/gradeTracker/config.yml`. By default this is ​`~/.config/gradeTracker/config.yml`. An example of this file can be found [in the github repository](https://www.github.com/dwdwdan/gradeTracker/blob/master/config.yml). There are 5 possible options:\n\n## ignore-unmarked\n\nIf set to true, gradeTracker will ignore variables without a mark attatched. If set to false, gradeTracker will assume they are 0. Defaults to true if unset.\n\n## data-file\n\nThis is the file that gradeTracker will read to calculate percentages. If not set, it will default to `$XDG_DATA_HOME/gradeTracker/data.yml`\n\n## indent-string\n\nThis is used each time gradeTracker indents. Default is `\"  \"`, but `\"| \"` also looks nice\n\n## post-string\n\nThis is used after each mark is given. Defaults to `\"%\"`\n\n## total-weightingtolerance\n\nHow close we require the total weighting to be to 100. This is so that fractional percentages can be properly used.\n\n# Usage\n\nThe `gradeTracker` command has one required parameter, which is the command you would like to run. It has 3 options:\n\n- `print-marks` will calculate and output a breakdown of marks, calculating the percentages at each module\n- `print-modules` will output the module tree, showing the name,\n    weighting and percent. This is essentially just reformatting the `data.yml` file.\n- `check-config` will check the data file and config file for validity.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwdwdan%2Fgrade-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwdwdan%2Fgrade-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwdwdan%2Fgrade-tracker/lists"}