{"id":22622573,"url":"https://github.com/urda/advent-of-code","last_synced_at":"2025-03-29T02:42:35.410Z","repository":{"id":64089834,"uuid":"434177923","full_name":"urda/advent-of-code","owner":"urda","description":"https://adventofcode.com/","archived":false,"fork":false,"pushed_at":"2023-12-21T01:29:12.000Z","size":997,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T12:50:40.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urda.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":"2021-12-02T10:34:44.000Z","updated_at":"2024-05-12T19:10:01.000Z","dependencies_parsed_at":"2025-02-03T12:45:37.393Z","dependency_job_id":"9ff50ddf-8ee6-47ee-adaf-2927df20ad8f","html_url":"https://github.com/urda/advent-of-code","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urda%2Fadvent-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urda%2Fadvent-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urda%2Fadvent-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urda%2Fadvent-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urda","download_url":"https://codeload.github.com/urda/advent-of-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131241,"owners_count":20728299,"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":[],"created_at":"2024-12-08T23:16:45.260Z","updated_at":"2025-03-29T02:42:35.388Z","avatar_url":"https://github.com/urda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\nhttps://adventofcode.com/\n\n# Environment Setup\n\n**The following instructions are designed around `pyenv`, `pyenv-virtualenv`.**\n\nPrepare the base python:\n\n```bash\npyenv install 3.12.0\n```\n\nCreate a python virtual environment:\n\n```bash\npyenv virtualenv 3.12.0 advent\n```\n\nSwitch to it after creation:\n\n```bash\npyenv shell advent\n```\n\nGo ahead and update `pip`:\n\n```bash\npip install --upgrade pip\n```\n\nAnd install the development requirements:\n\n```bash\npip install -r requirements-dev.txt\n```\n\n# Running the \"project\"\n\nYou can launch the `advent-of-code` project with:\n\n```bash\nmake run\n```\n\n# Running the \"utilities\"\n\nYou can launch the project utilities with:\n\n```bash\nmake utils\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furda%2Fadvent-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furda%2Fadvent-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furda%2Fadvent-of-code/lists"}