{"id":19757312,"url":"https://github.com/thundertecke/astared","last_synced_at":"2026-05-31T23:31:53.228Z","repository":{"id":153802989,"uuid":"628790966","full_name":"ThunderTecke/AStared","owner":"ThunderTecke","description":"A package to use A* algorithm with any type of coordinates","archived":false,"fork":false,"pushed_at":"2023-04-21T02:52:39.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T11:07:09.216Z","etag":null,"topics":["algorithm","astar","pathfinding","pathfinding-algorithm","python","python3"],"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/ThunderTecke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-04-17T01:44:42.000Z","updated_at":"2023-04-21T02:56:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"886d03dd-8a9c-43ad-b5c6-d5635167ed17","html_url":"https://github.com/ThunderTecke/AStared","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ThunderTecke/AStared","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderTecke%2FAStared","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderTecke%2FAStared/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderTecke%2FAStared/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderTecke%2FAStared/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThunderTecke","download_url":"https://codeload.github.com/ThunderTecke/AStared/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunderTecke%2FAStared/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33753923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["algorithm","astar","pathfinding","pathfinding-algorithm","python","python3"],"created_at":"2024-11-12T03:18:57.306Z","updated_at":"2026-05-31T23:31:53.212Z","avatar_url":"https://github.com/ThunderTecke.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AStared\nThis package provide the A* algorithm for any type of coordinates.\nYou can find more information [here](https://en.wikipedia.org/wiki/A*_search_algorithm).\n\n## Installation\n```python3.11 -m pip install AStared```\n\n## Usage\nYou can find examples [here](https://github.com/ThunderTecke/AStared/tree/main/examples).\n\nIn global lines, you must define 2 functions to interact with your coordinates. And then pass it to the function `AStar`\n\nThese function are :\n- Heuristic estimation to the end node\n- Neighbours giver, that return all valid neightbours that can be reached with only 1 step","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthundertecke%2Fastared","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthundertecke%2Fastared","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthundertecke%2Fastared/lists"}