A library for computing homeomorphisms between some common stnandard topologies
Project description
Homotopy
A python library for computing homeomorphisms between some common continuous spaces.
Installation
pip install homeotopy
Usage
import homeotopy
points = ...
# create a mapping from the simplex to the surface of the sphere
mapping = homeotopy.homeomorphism(homeotopy.simplex(), homeotopy.sphere())
sphere_points = mapping(points)
rev_mapping = reversed(mapping)
duplicate_points = rev_mapping(sphere_points)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
homeotopy-0.1.0.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file homeotopy-0.1.0.tar.gz.
File metadata
- Download URL: homeotopy-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.11 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73fcdbbf3bdeb63b5da21f869e360fca933ee176b2fab3572a164955e12ab105
|
|
| MD5 |
716d17f4852253a75845d4ac3fada3ef
|
|
| BLAKE2b-256 |
90aa147aa7e45a5d78fa4fef5c270c5eb031e18865fc3231ab1ddeb77047ffd8
|
File details
Details for the file homeotopy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: homeotopy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.11 Darwin/24.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
990a1841ab30844583535bef880ecd44f7a8713da0cb9dc34f00d2c17573cb76
|
|
| MD5 |
1c2b2e40f67ed2ea3ab4101b330daf55
|
|
| BLAKE2b-256 |
6d821b0f4d29730b952fd78feb73d9d0bb9c08505edd26b54f7a1da2595c0dba
|