{"id":37064633,"url":"https://github.com/shaiksamad/auto-update","last_synced_at":"2026-01-14T07:33:19.796Z","repository":{"id":236561522,"uuid":"790396448","full_name":"shaiksamad/auto-update","owner":"shaiksamad","description":"auto-update is a Python package designed to update Python projects installed on client systems that do not have Git installed. It retrieves the latest release from a specified GitHub repository, compares it with the currently installed version, and updates the project accordingly.","archived":false,"fork":false,"pushed_at":"2024-09-09T19:38:04.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-10T03:12:33.837Z","etag":null,"topics":["auto-update","projects","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/auto-update","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shaiksamad.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T19:58:54.000Z","updated_at":"2024-09-09T19:38:00.000Z","dependencies_parsed_at":"2024-04-27T19:45:14.400Z","dependency_job_id":"3a669b24-9b05-4c39-a916-f5281c786d5a","html_url":"https://github.com/shaiksamad/auto-update","commit_stats":null,"previous_names":["shaiksamad/auto-update"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shaiksamad/auto-update","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaiksamad%2Fauto-update","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaiksamad%2Fauto-update/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaiksamad%2Fauto-update/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaiksamad%2Fauto-update/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaiksamad","download_url":"https://codeload.github.com/shaiksamad/auto-update/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaiksamad%2Fauto-update/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413402,"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":["auto-update","projects","python"],"created_at":"2026-01-14T07:33:19.237Z","updated_at":"2026-01-14T07:33:19.784Z","avatar_url":"https://github.com/shaiksamad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyUpdater\n\n`auto-update` is a Python package designed to update Python projects installed on client systems that do not have Git installed. It retrieves the latest release from a specified GitHub repository, compares it with the currently installed version, and updates the project accordingly.\n\n\n## Installation\n\nYou can install PyUpdater via pip:\n\n```bash\npip install auto-update\n```\n\n# Usage\n\nCreate a new file `_auto_update.py` in the project root. Replace `owner` with your github username and `repo` with your github repository. Replace `release` with your release name.\n\n### _auto_update.py\n```python\n\"\"\"\n{owner}/{repo}\n{release}\n\"\"\"\n\nfrom auto_update import Updater\n\n\nupdater = Updater(__doc__.strip())\n```\n\n\n`Updater` will then check for updates and apply them if necessary. It will log its activities to a file named updater.log in the current directory.\n\n# License\nThis project is licensed under the MIT [License](https://github.com/shaiksamad/auto-update/blob/main/LICENSE) - see the LICENSE file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaiksamad%2Fauto-update","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaiksamad%2Fauto-update","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaiksamad%2Fauto-update/lists"}