{"id":23867178,"url":"https://github.com/panda4817/advent-of-code-python","last_synced_at":"2025-08-10T04:04:30.791Z","repository":{"id":121705186,"uuid":"575315654","full_name":"Panda4817/advent-of-code-python","owner":"Panda4817","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-25T08:05:32.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T21:45:16.709Z","etag":null,"topics":["advent-of-code","advent-of-code-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2022","python","python3","python312"],"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/Panda4817.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}},"created_at":"2022-12-07T08:32:01.000Z","updated_at":"2024-12-25T08:05:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d0239f3-4a76-4d91-a64f-ee7b1bf2f330","html_url":"https://github.com/Panda4817/advent-of-code-python","commit_stats":null,"previous_names":["panda4817/advent-of-code-2022"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Panda4817/advent-of-code-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Panda4817","download_url":"https://codeload.github.com/Panda4817/advent-of-code-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2Fadvent-of-code-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265846883,"owners_count":23838160,"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","advent-of-code-2015","advent-of-code-2016","advent-of-code-2017","advent-of-code-2018","advent-of-code-2019","advent-of-code-2020","advent-of-code-2022","python","python3","python312"],"created_at":"2025-01-03T10:16:47.793Z","updated_at":"2025-07-18T22:34:59.345Z","avatar_url":"https://github.com/Panda4817.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code - Python 3\n\n## Create solution\n- If this is a new year, add a new module called `year\u003cyear_number` e.g. 'year2022'\n- Add a file for the day you are completing named `\u003cday_number\u003e.py` under module `\u003cday_number`, which should be under the year module\n- For your input data, add a `\u003cday_number\u003e.txt` file (this will be ignored by git)\n- Add tests in a submodule called `tests` under the year module\n- In the `\u003cday_number\u003e.py` add and implement `part1` and `part2` methods that both take `data` (string value) as an argument\n\n## Run\n- ```python main.py -y \u003cyear_number\u003e -d \u003cday_number\u003e```\n- year_number corresponds to the specific year's puzzle you want to run\n- day_number corresponds to the particular day in December that you want to run puzzles for\n- Before running, make sure the `\u003cday_number\u003e.txt` file is in the right module\n\n## Test\n- ```python -m unittest``` run all tests\n- ```python -m unittest year\u003cyear_number\u003e/tests/tests_\u003cday_number\u003e.py``` run specific test class\n\n## Requirements\n\n- Python 3.12\n- See `requirements.txt` for external libraries","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda4817%2Fadvent-of-code-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanda4817%2Fadvent-of-code-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda4817%2Fadvent-of-code-python/lists"}