{"id":29200316,"url":"https://github.com/zmoog/axios","last_synced_at":"2025-07-02T10:35:42.089Z","repository":{"id":63322993,"uuid":"564050783","full_name":"zmoog/axios","owner":"zmoog","description":"Python library and CLI to access the school electronic register from Axios","archived":false,"fork":false,"pushed_at":"2023-05-14T20:42:31.000Z","size":225,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-29T04:51:27.391Z","etag":null,"topics":["school"],"latest_commit_sha":null,"homepage":"","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/zmoog.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}},"created_at":"2022-11-09T22:14:07.000Z","updated_at":"2022-12-31T06:41:08.000Z","dependencies_parsed_at":"2023-01-31T18:31:56.488Z","dependency_job_id":null,"html_url":"https://github.com/zmoog/axios","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zmoog/axios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Faxios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Faxios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Faxios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Faxios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmoog","download_url":"https://codeload.github.com/zmoog/axios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Faxios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263121445,"owners_count":23416997,"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":["school"],"created_at":"2025-07-02T10:35:41.333Z","updated_at":"2025-07-02T10:35:42.074Z","avatar_url":"https://github.com/zmoog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axios\n\nPython library and CLI to access the school electronic register from Axios\n\n[![PyPI](https://img.shields.io/pypi/v/axios.svg)](https://pypi.org/project/axios/)\n[![Changelog](https://img.shields.io/github/v/release/zmoog/axios?include_prereleases\u0026label=changelog)](https://github.com/zmoog/axios/releases)\n[![Tests](https://github.com/zmoog/axios/workflows/Test/badge.svg)](https://github.com/zmoog/axios/actions?query=workflow%3ATest)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/zmoog/axios/blob/master/LICENSE)\n\nCommand line utility to access https://family.axioscloud.it\n\n## Installation\n\nInstall this tool using `pip`:\n\n    pip install axios\n\n## Usage\n\nFirst, set the environment variables:\n\n    export AXIOS_CUSTOMER_ID=\"12345678909\"\n    export AXIOS_USERNAME=\"1234\"\n    export AXIOS_PASSWORD=\"a-secret-i-will-not-share\"\n    export AXIOS_STUDENT_ID=\"4567\"\n\nTo list latest grades, run:\n\n    $ axios grades list\n                                                                                            Grades\n\n      Data         Materia                      Tipo      Voto   Obiettivi   Commento                                                                                Docente\n     ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n      2022-12-06   TECNOLOGIA e INFORMATICA     Scritto   7.5                                                                                                        Pavarin Maria Luisa\n      2022-12-02   MATEMATICA                   Scritto   7,75               Verifica sugli insiemi                                                                  Micela Silvia\n      2022-12-01   ARTE E IMMAGINE              Grafico   10                 Tav.3 figura e sfondo                                                                   Pagliarulo Veronica\n      2022-12-01   ARTE E IMMAGINE              Grafico   7/8                Tav.1 Punto e linea                                                                     Pagliarulo Veronica\n      2022-11-30   MUSICA                       Orale     7                  Verifica di carattere teorico. Interrogazione su tutto il programma svolto finora.      Cataldo Francesco\n      2022-11-24   ITALIANO                     Scritto   8.5                Fonologia e ortografia                                                                  Rapalino Lara\n      2022-11-23   TECNOLOGIA e INFORMATICA     Grafico   6.5                                                                                                        Pavarin Maria Luisa\n      2022-11-23   MUSICA                       Orale     7,5                Verifica di carattere teorico. Interrogazione su tutto il programma svolto finora.      Cataldo Francesco\n      2022-11-18   MATEMATICA                   Grafico   8,5                Verifica sulle equivalenze e le operazioni con le misure del tempo                      Micela Silvia\n      2022-11-16   TECNOLOGIA e INFORMATICA     Grafico   7                                                                                                          Pavarin Maria Luisa\n      2022-11-10   ARTE E IMMAGINE              Grafico   8                  Poster per la pace                                                                      Pagliarulo Veronica\n      2022-11-09   LINGUA STRANIERA INGLESE     Scritto   8,5                Test units 1 e 2                                                                        Barbero Daniela\n\nDefaults to current year and period.\n\nTo select a different year or period, run:\n\n    # allowed values: FT01 and FT02\n    axios --period FT02 grades list \n\n    # the year classes started\n    axios --year 2021 grades list \n    \n    # you can combine them, of course\n    axios --year 2021 --period FT01\n\nTo format the output in JSON or NDJSON, run:\n\n    $ axios --output-format json grades list\n    [\n        {\n            \"date\": \"2023-03-23\",\n            \"subject\": \"ARTE E IMMAGINE\",\n            \"kind\": \"Grafico\",\n            \"value\": \"9\",\n            \"teacher\": \"Pagliarulo Veronica\",\n            \"comment\": \"Concorso LAV\"\n        },\n        {\n            \"date\": \"2023-03-20\",\n            \"subject\": \"STORIA\",\n            \"kind\": \"Orale\",\n            \"value\": \"10\",\n            \"teacher\": \"Novelli Cristina\",\n            \"comment\": \"\"\n        }\n    ]\n\n    $ axios --output-format ndjson grades list\n    {\"date\": \"2023-03-23\", \"subject\": \"ARTE E IMMAGINE\", \"kind\": \"Grafico\", \"value\": \"9\", \"teacher\": \"Pagliarulo Veronica\", \"comment\": \"Concorso LAV\"}\n    {\"date\": \"2023-03-20\", \"subject\": \"STORIA\", \"kind\": \"Orale\", \"value\": \"10\", \"teacher\": \"Novelli Cristina\", \"comment\": \"\"}\n\nFor help, run:\n\n    axios --help\n\nYou can also use:\n\n    python -m axios --help\n\n## Development\n\nTo contribute to this tool, first checkout the code. Then create a new virtual environment:\n\n    cd axios\n    python -m venv venv\n    source venv/bin/activate\n\nNow install the dependencies and test dependencies:\n\n    pip install -e '.[test]'\n\nTo run the tests:\n\n    pytest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Faxios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmoog%2Faxios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Faxios/lists"}