{"id":25827849,"url":"https://github.com/kucera-lukas/aoc2022","last_synced_at":"2026-08-01T07:31:37.099Z","repository":{"id":64405279,"uuid":"572267096","full_name":"kucera-lukas/aoc2022","owner":"kucera-lukas","description":"My solutions to Advent of Code 2022","archived":false,"fork":false,"pushed_at":"2025-09-22T20:50:08.000Z","size":148,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T22:26:08.233Z","etag":null,"topics":["advent-of-code","advent-of-code-2022","advent-of-code-2022-python","algorithms","data-structures","pre-commit","pytest","python"],"latest_commit_sha":null,"homepage":"https://adventofcode.com/2022","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/kucera-lukas.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":"support/setup.cfg","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":"2022-11-29T22:43:09.000Z","updated_at":"2023-07-22T16:13:00.000Z","dependencies_parsed_at":"2023-10-03T17:22:45.341Z","dependency_job_id":"e3e739d4-23d4-4430-a8ab-1ecda26669eb","html_url":"https://github.com/kucera-lukas/aoc2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kucera-lukas/aoc2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kucera-lukas%2Faoc2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kucera-lukas%2Faoc2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kucera-lukas%2Faoc2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kucera-lukas%2Faoc2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kucera-lukas","download_url":"https://codeload.github.com/kucera-lukas/aoc2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kucera-lukas%2Faoc2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010259,"owners_count":26084718,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["advent-of-code","advent-of-code-2022","advent-of-code-2022-python","algorithms","data-structures","pre-commit","pytest","python"],"created_at":"2025-02-28T16:53:50.770Z","updated_at":"2025-10-12T04:18:56.729Z","avatar_url":"https://github.com/kucera-lukas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aoc2022\n\n[![Continuous Integration](https://github.com/kucera-lukas/aoc2022/actions/workflows/ci.yml/badge.svg)](https://github.com/kucera-lukas/aoc2022/actions/workflows/ci.yml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/kucera-lukas/aoc2022/main.svg)](https://results.pre-commit.ci/latest/github/kucera-lukas/aoc2022/main)\n\nMy solutions to [Advent of Code 2022](https://adventofcode.com/2022)\n\n## Installation\n\n1. Setup python environment\n\n```shell\n# create venv\nvirtualenv venv\n\n# install requirements\npip install -r requirements.txt\n```\n\n2. Copy and fill environment variables into .env file\n\n```shell\ncp .env.sample .env\n```\n\n### Dependencies\n\nI'm using https://github.com/direnv/direnv to automatically drop me into the\nPython virtual environment\n\n## Usage\n\n- solve each day in the correct directory\n- `cp -r day00 $DAY` - create directory for a new problem\n- `aoc-download-input` - download the input into `$DAY/input.txt`\n- implement solution in the `compute` function\n- `pytest part1.py` - run part1 tests\n- `python part1.py input.txt` - run the part1 script directly\n- `python part1.py input.txt | aoc-submit --part 1` - submit answer for part1\n- `cp part1.py part2.py` - copy part1 script into part2\n\n## Contributing\n\n```shell\npre-commit install\n```\n\n## Credits\n\nInspired by https://github.com/anthonywritescode/aoc2022 and https://youtu.be/CZZLCeRya74\n\n## License\n\nDeveloped under the [MIT](https://github.com/kucera-lukas/aoc2022/blob/master/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkucera-lukas%2Faoc2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkucera-lukas%2Faoc2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkucera-lukas%2Faoc2022/lists"}