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.2.0.tar.gz
(5.1 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.2.0.tar.gz.
File metadata
- Download URL: homeotopy-0.2.0.tar.gz
- Upload date:
- Size: 5.1 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 |
a3e25a723d988693e8a43cba204ae2eee38e4f580c72254d916e19b428a51013
|
|
| MD5 |
835528a0caed0fdcefeae584298976d1
|
|
| BLAKE2b-256 |
342739cbccfd965aab1498dfc078b7ea8f6795c544e0a80edbe3be3e7b218cc2
|
File details
Details for the file homeotopy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: homeotopy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.7 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 |
5350202485ca43351f8b8691c25784fdfbde12e2795100d8d0e095300d2ffdb3
|
|
| MD5 |
425857256c533bfb33f84e9e13d4244b
|
|
| BLAKE2b-256 |
65899d7e93ecee251d264488782b92d1a0938f6e5b3dc101f32f10169dce6bdf
|