{"id":20500078,"url":"https://github.com/zevaverbach/supps","last_synced_at":"2026-05-27T13:37:08.260Z","repository":{"id":220688198,"uuid":"752202340","full_name":"zevaverbach/supps","owner":"zevaverbach","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-08T22:15:07.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-11-21T20:11:37.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zevaverbach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-03T10:36:18.000Z","updated_at":"2024-02-03T21:54:52.000Z","dependencies_parsed_at":"2025-01-16T06:49:20.563Z","dependency_job_id":"590dd55d-32aa-44f3-ba29-399c1bedf5e5","html_url":"https://github.com/zevaverbach/supps","commit_stats":null,"previous_names":["zevaverbach/supps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zevaverbach/supps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fsupps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fsupps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fsupps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fsupps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zevaverbach","download_url":"https://codeload.github.com/zevaverbach/supps/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fsupps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33568857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T18:19:44.237Z","updated_at":"2026-05-27T13:37:08.228Z","avatar_url":"https://github.com/zevaverbach.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Purpose\n\nTo keep track of my vitamins, minerals, supplements and prescriptions so I can know when to order more, and to have enough when I do my monthly 'packaging' of them into easy to use containers.\n\n# Inventory CLI\n\n```bash\n\u003e sup status\n\nThe next fill-up is on \u003cdate\u003e, and you won't have enough of\n\n- x (need quantity x')\n- y (need quantity y')\n- z (need quantity z')\n\n\u003e sup fill\n\nOkay, next fill-up set to \u003cdate X days from now\u003e (configured in `sup.toml`::FILL_EVERY_X_DAYS)\n\n# (this is to add to the inventory; any changes to consumption should be done in `supps.toml`)\n\u003e sup add                 \n\u003e\u003e name? \u003cname\u003e\n\u003e\u003e date? (today)\n\u003e\u003e number of bottles? (1)\n\u003e\u003e quantity?\n\u003e\u003e serving quantity?\n\u003e\u003e serving unit? (mg)\n```\n\n# Configuration\n\nTODO: talk about product_aliases\n\nTo configure what you take, how much, and when, add entries to `supps.toml`.  \nThe fields are configured as such in the `Supp` class:\n\n```python\nname: str\nunits: t.Literal[\"caps\", \"mg\", \"g\", \"ml\", \"mcg\", \"iu\"] = \"mg\"\n\n# these are meant to be doses; units are defined below\nmorning: int | float = 0\nlunch: int | float = 0\ndinner: int | float = 0\nbedtime: int | float = 0\n\ndays_per_week: int = 7\nwinter_only: bool = False\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevaverbach%2Fsupps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzevaverbach%2Fsupps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevaverbach%2Fsupps/lists"}