{"id":19377953,"url":"https://github.com/hamolicious/quad-tree","last_synced_at":"2026-04-29T14:04:04.669Z","repository":{"id":135688176,"uuid":"439784274","full_name":"hamolicious/Quad-Tree","owner":"hamolicious","description":"Quad Tree Partitioning system written in and for Python","archived":false,"fork":false,"pushed_at":"2021-12-19T05:45:40.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T01:50:36.760Z","etag":null,"topics":["python","quadtree"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamolicious.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":"2021-12-19T05:36:00.000Z","updated_at":"2021-12-19T05:46:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"5fbf97ac-1ea3-4aeb-991e-abe4a8829183","html_url":"https://github.com/hamolicious/Quad-Tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamolicious/Quad-Tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FQuad-Tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FQuad-Tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FQuad-Tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FQuad-Tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamolicious","download_url":"https://codeload.github.com/hamolicious/Quad-Tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2FQuad-Tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32428622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python","quadtree"],"created_at":"2024-11-10T09:04:20.769Z","updated_at":"2026-04-29T14:04:04.640Z","avatar_url":"https://github.com/hamolicious.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quad-Tree\nQuad Tree Partitioning system written in and for Python\n\n- [x] Supports AABB and Circle querying\n\n## Usage\n```python\n\nfrom quadtree import AABB, Tree, Point, Circle\n\n# define position and size of the tree\ntree = Tree(Vec2d.zero(), size)\n# define position and radius\nshape = Circle(mouse_pos, 10)\n\n# create and insert a point into the tree\np = Point(mouse_pos)\ntree.insert(p)\n\n# returns points inside the shape\npoints = tree.query(shape)\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Fquad-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamolicious%2Fquad-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Fquad-tree/lists"}