{"id":26251374,"url":"https://github.com/esron/adventofpy","last_synced_at":"2026-04-20T16:35:36.343Z","repository":{"id":83679771,"uuid":"434726143","full_name":"esron/adventofpy","owner":"esron","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-11T23:22:27.000Z","size":234,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-18T07:38:59.883Z","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/esron.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-03T20:32:16.000Z","updated_at":"2025-12-11T23:22:31.000Z","dependencies_parsed_at":"2023-06-04T08:00:14.751Z","dependency_job_id":null,"html_url":"https://github.com/esron/adventofpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esron/adventofpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esron%2Fadventofpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esron%2Fadventofpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esron%2Fadventofpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esron%2Fadventofpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esron","download_url":"https://codeload.github.com/esron/adventofpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esron%2Fadventofpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32055592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-03-13T16:52:28.152Z","updated_at":"2026-04-20T16:35:36.326Z","avatar_url":"https://github.com/esron.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Python\n\nMy solutions to [Advent of Code](https://adventofcode.com) implemented as a Python program.\n\nThis repository holds my solutions to Advent of Code problems implemented as a Python CLI tool using standard library `argparse`.\n\n## Setup\n\nUse uv\n\n```bash\nuv sync\n```\n\n## Usage\n\n```bash\npython main.py [OPTIONS]\n```\n\n## Options\n```\n  -y, --year YEAR    Event year (2015-2025) [required]\n  -d, --day DAY      Problem day (1-25) [required]\n  -p, --part PART    Problem part (1 or 2) [required]\n  -h, --help         Show this help message and exit\n```\n\n## Stats\n\n## 2021\n\n| **Day**   | 1            | 2            | 3            | 4            | 5            | 6            | 7            | 8            | 9            | 10           | 11           | 12           | 13           | 14           | 15           | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |\n|-----------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|----|----|----|----|----|----|----|----|----|----|\n| **Stars** | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: |    |    |    |    |    |    |    |    |    |    |\n\n## 2022\n\n| **Day**   | 1            | 2            | 3            | 4            | 5            | 6            | 7            | 8            | 9            | 10           | 11           | 12           | 13           | 14           | 15           | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |\n|-----------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|----|----|----|----|----|----|----|----|----|----|\n| **Stars** | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: |    |    |    |    |    |    |    |    |    |    |\n\n## 2025\n\n| **Day**   | 1            | 2            | 3            | 4            | 5            | 6            | 7            | 8  | 9  | 10 | 11 | 12 |\n|-----------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|----|----|----|----|----|\n| **Stars** | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: |    |    |    |    |    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesron%2Fadventofpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesron%2Fadventofpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesron%2Fadventofpy/lists"}