{"id":24951906,"url":"https://github.com/erikbrinkman/homeotopy","last_synced_at":"2025-04-10T12:50:25.002Z","repository":{"id":274398385,"uuid":"920885732","full_name":"erikbrinkman/homeotopy","owner":"erikbrinkman","description":"A python library for computing homeomorphisms between some common continuous spaces","archived":false,"fork":false,"pushed_at":"2025-04-06T16:46:36.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:08:35.938Z","etag":null,"topics":["homeomorphism","numpy"],"latest_commit_sha":null,"homepage":"https://erikbrinkman.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/erikbrinkman.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":"2025-04-06T16:46:39.000Z","dependencies_parsed_at":"2025-02-27T03:28:34.950Z","dependency_job_id":"8236785d-603c-47c3-8fc8-7c4f21951958","html_url":"https://github.com/erikbrinkman/homeotopy","commit_stats":null,"previous_names":["erikbrinkman/homeotopy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikbrinkman%2Fhomeotopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikbrinkman%2Fhomeotopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikbrinkman%2Fhomeotopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikbrinkman%2Fhomeotopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erikbrinkman","download_url":"https://codeload.github.com/erikbrinkman/homeotopy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248219424,"owners_count":21067113,"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":["homeomorphism","numpy"],"created_at":"2025-02-03T01:31:43.258Z","updated_at":"2025-04-10T12:50:24.996Z","avatar_url":"https://github.com/erikbrinkman.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 = reversed(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\n```sh\nrm -rf dist\nuv build\nuv publish --username __token__\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikbrinkman%2Fhomeotopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikbrinkman%2Fhomeotopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikbrinkman%2Fhomeotopy/lists"}