{"id":17063159,"url":"https://github.com/tcbegley/advent-of-code","last_synced_at":"2025-04-12T18:35:51.539Z","repository":{"id":97277844,"uuid":"125828986","full_name":"tcbegley/advent-of-code","owner":"tcbegley","description":"My solutions to advent of code: https://adventofcode.com/","archived":false,"fork":false,"pushed_at":"2024-12-30T07:36:52.000Z","size":288,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T12:51:15.377Z","etag":null,"topics":["advent-of-code","python"],"latest_commit_sha":null,"homepage":"","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/tcbegley.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":"2018-03-19T08:56:17.000Z","updated_at":"2024-12-30T07:36:56.000Z","dependencies_parsed_at":"2023-12-21T01:01:40.772Z","dependency_job_id":"2802436b-5bc7-4fa6-bc8f-1c1aa5af26c0","html_url":"https://github.com/tcbegley/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbegley%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbegley%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbegley%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcbegley%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcbegley","download_url":"https://codeload.github.com/tcbegley/advent-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248615515,"owners_count":21133896,"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":["advent-of-code","python"],"created_at":"2024-10-14T10:51:37.862Z","updated_at":"2025-04-12T18:35:51.516Z","avatar_url":"https://github.com/tcbegley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# advent-of-code\n\nMy solutions to various [advent of code][aoc] problems.\nWritten for Python 3.10+.\n\n## Generate boilerplate\n\nThis repo contains a helper package to generate boilerplate code each day and\nfetch data. To use it first follow the instructions for authenticating\n[advent-of-code-data][aocd], and [uv][uv].\n\nBoilerplate can be generated and data fetched with\n\n```sh\nuv run aoc\n```\n\nor for a specific year and day\n\n```sh\nuv run aoc 2021 1\n```\n\nSpecify the location with the `--outdir` option\n\n```sh\nuv run aoc 2021 1 --outdir path/to/solutions\n```\n\n## Linting / formatting code\n\nCode is formatted and linted with `ruff` and `pyright`. There are tasks for running the commands wth [`just`][just]:\n\n```sh\njust lint\n```\n\nto lint all code and\n\n```sh\njust format\n```\n\nto fix problems that can be fixed automatically.\n\n[aoc]: http://adventofcode.com/\n[aocd]: https://github.com/wimglenn/advent-of-code-data\n[just]: https://github.com/casey/just\n[uv]: https://docs.astral.sh/uv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcbegley%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcbegley%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcbegley%2Fadvent-of-code/lists"}