{"id":37067345,"url":"https://github.com/btpv/zermeloapi","last_synced_at":"2026-01-14T07:54:23.002Z","repository":{"id":190196050,"uuid":"416657476","full_name":"btpv/zermeloapi","owner":"btpv","description":"zermelo api for python","archived":false,"fork":false,"pushed_at":"2024-02-15T13:57:06.000Z","size":105,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-29T07:33:40.263Z","etag":null,"topics":["zermelo","zermelo-api-wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btpv.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}},"created_at":"2021-10-13T08:45:41.000Z","updated_at":"2024-10-14T15:39:53.000Z","dependencies_parsed_at":"2024-01-08T09:33:21.759Z","dependency_job_id":"a216733a-7031-4af1-96ec-39b7ffc08a09","html_url":"https://github.com/btpv/zermeloapi","commit_stats":null,"previous_names":["btpv/zermeloapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/btpv/zermeloapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btpv%2Fzermeloapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btpv%2Fzermeloapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btpv%2Fzermeloapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btpv%2Fzermeloapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btpv","download_url":"https://codeload.github.com/btpv/zermeloapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btpv%2Fzermeloapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","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":["zermelo","zermelo-api-wrapper"],"created_at":"2026-01-14T07:54:22.359Z","updated_at":"2026-01-14T07:54:22.997Z","avatar_url":"https://github.com/btpv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zermelo api v:__version__\n![GitHub Logo](https://ozhw.zportal.nl/static/v/21.09j64/img/zermelo2013.svg)\n# documentation\n\n\n## install\n\n```properties\npip install zermeloapi\n```\n\n## how to import\n```python\nimport zermeloapi\n```\n## initializing\n```python\nzermelo = zermeloapi.zermelo(school, username, password, teacher=False, version=3)\n```\n## get token\n```python\ntoken = zermelo.get_token()\n```\nif u wand to u can give the school username and password again but u don't need to in that case u can use `get_token(school,username,password)`\n## get access token\n```python\naccess_token = zermelo.get_access_token()\n```\nagain if u wand to u can give the school and username again but u don't need to in that case u can use `get_access_token(school,username)`\n## get raw schedule\n```python\nraw_schedule = zermelo.get_schedule()\n```\nu can give the week number and or year of u wand to else it uses the current year/week u can use `get_schedule(week=this_week)`,`get_schedule(year=this_year)`or`get_schedule(year=this_year,week=this_week)`\n## get schedule\n```python\nraw_schedule = zermelo.get_schedule()\n```\nu can give the week number and or year of u wand to else it uses the current year/week u can use `get_schedule(week=this_week)`,`get_schedule(year=this_year)`or`get_schedule(year=this_year,week=this_week)`and u you can pass a rawshedule from get_raw_shedule()\n## sort schedule\n```python\nsorted_schedule = zermelo.sort_schedule()\n```\nlike before u can give the week and year but u can also give the schedule from [`get_schedule()`](#get-schedule) instead to sort it defaults to getting it self but if u give it uses that one u can do that by using it like this `sort_schedule(schedule)` for the week and year it is the same syntax\n## readable schedule\n```python\nreadable = zermelo.readable_schedule()\n```\nagain u can give it week and year with the same syntax as before also you can give it a sorted schedule (output from [`sort_schedule()`](#sort-schedule)) by using `readable_schedule(sorted_schedule)`\n## print schedule\n```python\nzermelo.print_schedule()\n```\nyes u can use it like this `zermelo.print_schedule(zermelo.readable_schedule())` but **WHY** if u wand that use it like that just `print(zermelo.readable_schedule())` the only use is that it defaults to `zermelo.readable_schedule()`\n# [source code](https://github.com/btpv/zermeloapi)\n```python\n__init__.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtpv%2Fzermeloapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtpv%2Fzermeloapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtpv%2Fzermeloapi/lists"}