{"id":19757312,"url":"https://github.com/thundertecke/astared","last_synced_at":"2025-02-28T02:21:49.801Z","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-02-11T06:35:31.616Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241089130,"owners_count":19907697,"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":["algorithm","astar","pathfinding","pathfinding-algorithm","python","python3"],"created_at":"2024-11-12T03:18:57.306Z","updated_at":"2025-02-28T02:21:49.745Z","avatar_url":"https://github.com/ThunderTecke.png","language":"Python","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","funding_links":[],"categories":[],"sub_categories":[],"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"}