{"id":45670817,"url":"https://github.com/hafaio/homeotopy","last_synced_at":"2026-07-05T03:00:44.479Z","repository":{"id":274398385,"uuid":"920885732","full_name":"hafaio/homeotopy","owner":"hafaio","description":"A python library for computing homeomorphisms between some common continuous spaces","archived":false,"fork":false,"pushed_at":"2026-07-05T01:08:11.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-05T01:13:27.887Z","etag":null,"topics":["homeomorphism","numpy","python","simplex","sphere","topology"],"latest_commit_sha":null,"homepage":"https://hafaio.github.io/homeotopy/","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/hafaio.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":"2025-01-23T00:01:42.000Z","updated_at":"2026-07-05T01:08:14.000Z","dependencies_parsed_at":"2025-02-27T03:28:34.950Z","dependency_job_id":"8236785d-603c-47c3-8fc8-7c4f21951958","html_url":"https://github.com/hafaio/homeotopy","commit_stats":null,"previous_names":["erikbrinkman/homeotopy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hafaio/homeotopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafaio%2Fhomeotopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafaio%2Fhomeotopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafaio%2Fhomeotopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafaio%2Fhomeotopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hafaio","download_url":"https://codeload.github.com/hafaio/homeotopy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafaio%2Fhomeotopy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35141966,"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-07-05T02:00:06.290Z","response_time":100,"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":["homeomorphism","numpy","python","simplex","sphere","topology"],"created_at":"2026-02-24T11:04:13.156Z","updated_at":"2026-07-05T03:00:44.454Z","avatar_url":"https://github.com/hafaio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homotopy\n\n[![build](https://github.com/erikbrinkman/homeotopy/actions/workflows/python-package.yml/badge.svg)](https://github.com/erikbrinkman/homeotopy/actions/workflows/python-package.yml)\n[![pypi](https://img.shields.io/pypi/v/homeotopy)](https://pypi.org/project/homeotopy/)\n[![docs](https://img.shields.io/badge/api-docs-blue)](https://erikbrinkman.github.io/homeotopy)\n\nA python library for computing homeomorphisms between some common continuous\nspaces.\n\n## Installation\n\n```sh\npip install homeotopy\n```\n\n## Usage\n\n```py\nimport homeotopy\n\npoints = ...\n# create a mapping from the simplex to the surface of the sphere\nmapping = homeotopy.homeomorphism(homeotopy.simplex(), homeotopy.sphere())\nsphere_points = mapping(points)\n\nrev_mapping = ~mapping\nduplicate_points = rev_mapping(sphere_points)\n```\n\n## Development\n\n### Checks\n\n```sh\nuv run ruff format --check\nuv run ruff check\nuv run pyright\nuv run pytest\n```\n\n### Publishing\n\nReleases are cut manually: run the [`release` workflow](https://github.com/hafaio/homeotopy/actions/workflows/release.yml)\nfrom the Actions tab and pick a version bump (patch/minor/major). It runs the checks,\nbumps the version, builds and publishes to PyPI via\n[trusted publishing](https://docs.pypi.org/trusted-publishers/) (no API token), tags the\nrelease, and deploys the docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafaio%2Fhomeotopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhafaio%2Fhomeotopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafaio%2Fhomeotopy/lists"}