Skip to main content

A library for computing topological data structures

Project description

Latest Version on PyPI PyPI downloads Code Quality Test Results Test Suite Results CodeFactor Coveralls ReadTheDocs Pyup This code is formatted in black This code has its imports sorted with isort BSD 3-Clause License topopy

A library for computing topological data structures stemming from Morse Theory. Given a set of arbitrarily arranged points in any dimension, this library is able to construct approximate topological structures using a neighborhood graph to simulate manifold structures.

Installation

Currently, you can use pip to install this package and all of its prerequisite libraries:

pip install topopy

Or to install from source, install all of the prerequiste libraries:

And then clone and build the source repository:

git clone https://github.com/maljovec/topopy.git
cd topopy
make
python setup.py [develop|install]

Example Usage

import nglpy as ngl
import numpy as np
import topopy

def hill(_x):
    _x = np.atleast_2d(_x)
    x = _x[:, 0]
    y = _x[:, 1]
    return np.exp(- ((x - .55)**2 + (y-.75)**2)/.125) + 0.01*(x+y)

X = np.random.rand(100,2)
Y = hill(X)
graph = ngl.EmptyRegionGraph(beta=1.0, relaxed=False, p=2.0)

msc = topopy.MorseSmaleComplex(graph=graph,
                               gradient='steepest',
                               normalization='feature')
msc.build(X, Y)
msc.get_partitions()

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

topopy-1.0.4.tar.gz (399.4 kB view details)

Uploaded Source

Built Distributions

topopy-1.0.4-pp39-pypy39_pp73-win_amd64.whl (257.9 kB view details)

Uploaded PyPy Windows x86-64

topopy-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (371.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

topopy-1.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (375.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

topopy-1.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (278.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

topopy-1.0.4-pp38-pypy38_pp73-win_amd64.whl (258.7 kB view details)

Uploaded PyPy Windows x86-64

topopy-1.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (371.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

topopy-1.0.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (375.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

topopy-1.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (278.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

topopy-1.0.4-pp37-pypy37_pp73-win_amd64.whl (257.9 kB view details)

Uploaded PyPy Windows x86-64

topopy-1.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (373.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

topopy-1.0.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (378.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

topopy-1.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (278.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

topopy-1.0.4-cp311-cp311-win_amd64.whl (258.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

topopy-1.0.4-cp311-cp311-win32.whl (206.1 kB view details)

Uploaded CPython 3.11 Windows x86

topopy-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

topopy-1.0.4-cp311-cp311-musllinux_1_1_i686.whl (3.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

topopy-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

topopy-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

topopy-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl (308.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

topopy-1.0.4-cp310-cp310-win_amd64.whl (258.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

topopy-1.0.4-cp310-cp310-win32.whl (206.1 kB view details)

Uploaded CPython 3.10 Windows x86

topopy-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

topopy-1.0.4-cp310-cp310-musllinux_1_1_i686.whl (3.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

topopy-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

topopy-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

topopy-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl (308.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

topopy-1.0.4-cp39-cp39-win_amd64.whl (258.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

topopy-1.0.4-cp39-cp39-win32.whl (206.0 kB view details)

Uploaded CPython 3.9 Windows x86

topopy-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

topopy-1.0.4-cp39-cp39-musllinux_1_1_i686.whl (3.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

topopy-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

topopy-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

topopy-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl (308.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

topopy-1.0.4-cp38-cp38-win_amd64.whl (258.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

topopy-1.0.4-cp38-cp38-win32.whl (206.3 kB view details)

Uploaded CPython 3.8 Windows x86

topopy-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

topopy-1.0.4-cp38-cp38-musllinux_1_1_i686.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

topopy-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

topopy-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

topopy-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl (308.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

topopy-1.0.4-cp37-cp37m-win_amd64.whl (258.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

topopy-1.0.4-cp37-cp37m-win32.whl (206.5 kB view details)

Uploaded CPython 3.7m Windows x86

topopy-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

topopy-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl (3.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

topopy-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

topopy-1.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

topopy-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl (307.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file topopy-1.0.4.tar.gz.

File metadata

  • Download URL: topopy-1.0.4.tar.gz
  • Upload date:
  • Size: 399.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4.tar.gz
Algorithm Hash digest
SHA256 3556192529320119abdf25fd6e90803719c6d895ba36967a873f21453e2f9717
MD5 c64b1132a7e6b44a62cd79803aef6632
BLAKE2b-256 407cc62b38cbf211e59183491cb5b417b97a6e366c3b0ca594166b1e39ab2d00

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9c484e7ebcda18b193d1a90f98e4afcccbba99d2644bc3ff58216b1637a7dd8f
MD5 1b4ee8ddd72e20699906f12f87cb80a6
BLAKE2b-256 9dc4c9f89bbd6ba51c54ae3d6727850df562d93ecbbf23f79d6001ceafbe6535

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82f5fb3389b65aa74c7473b7edb943c7213483b9b02c9e80ae3c79aa2aecef23
MD5 1de5da3e62b36a387ad1f8cb061ce6ce
BLAKE2b-256 c42137f9a4649cf4bfce7af32edf2d4c7c29a4abd915a3fbd9dc63b48c6e6736

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81fa379e060b2c460057f615572224c2543b085a769a378895100741fab0a5e6
MD5 967e70f1e90b782b6a9f63c2df24f93d
BLAKE2b-256 24e550e0058c0b60f714aed3c73785371a84cd7eaa055382bacd505d46afaee6

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d606f0821c93ec66f9fe3d1238bfa9b96878949e858da5d6b2c1458b066be04
MD5 5c054c7089e01162708f5060fcbe1718
BLAKE2b-256 dcf4751b26962e26476f25ef93ae073db9432d1b58fefee442fba22e2d506486

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 87231a65e95cff13f1c8d88d3918ac28229e4a64f91f0510358a43badc442f13
MD5 27c0a04c99048a6f233055ed2d046ec1
BLAKE2b-256 72783bd2203a74ff41dd89c869b864a4c0874629690c48a4437a6acd7c8e07ab

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d9b0f31dd90dcbe9df891fd7b1a955ce03beff14456174a0b44a3bb682612ec
MD5 bdd613f847e63990e6b2acae540ffbfc
BLAKE2b-256 2257a7be02781524541e3ccadd66ec7a17df52c0a0eebb14937665c7eec3d53e

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 515d6a3b1eb7ed1115b952fbcf95c9d4b499ff90c02f25d057290729f40f32ea
MD5 02f4267748481d29fb8377671121a017
BLAKE2b-256 05a8aa6eaae9e06f6bdd5c96f46130d92c90480aa595c72c09c12bd270ba9021

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8888c6149351161fd6909c2c18a67a98a0c3969253b5d75622d2a2f8548a140
MD5 627373a4be9a7526a9b0f3a48ca66404
BLAKE2b-256 0eefaee0cfe33bfb4bebd79de35ede96102521896ae13b5bdeb735bb5cd3f439

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8d29e3b08195b1526dfad03c8c1320921138b8c48e3a09710bbc2c208dc5c707
MD5 c576e187a2155dcf3650512c49b65cf9
BLAKE2b-256 f32410f0c8aebfd69d003a200511ad3ebf17a98a05db1c6e50ba9b9769c41ccb

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cd987b933f130bbb590e7a9a461f3d3e59ad513a35e27aa2fddfe27d1b3f3b8
MD5 c1ee53311a5e0aa3c773076c8a6c948c
BLAKE2b-256 215e26d43e31cf28abbe9e690fa000ee522c1c1444146592ff29b89095d38f69

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8ee392de3fe29da4891c646d26fc70efd00e33061b1c8f719648d5c09bee43a
MD5 4e46b08e620543189a60a23f65bfc3e9
BLAKE2b-256 4b02aec5ad630c654fe51b6e12b12008b0c78cd35eb168cbd883e434b7c7524b

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d86d8e28c7060f207e9e01bd0e21377490c1acb7333f7fa1036c510e6d2d1776
MD5 c7274b2f49e14405059476f45726d869
BLAKE2b-256 5b98cc7a952e9cde221210d5cdeb416af34ed0313831bee0ab89246df4232a6a

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: topopy-1.0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 258.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c66a587bb45d72a35023ddb32e62cf445385a8c619ed6b142c7080e068d98e6
MD5 32721f2d09d5904f0f868384566fb47f
BLAKE2b-256 1752062f1c0be7f86f5b45cec642e848921f8b71b5d2b39f60d6570b0dfc4208

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: topopy-1.0.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 206.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dbeaa91ae6239d151ad7ba8d3989e9f55e581988574a5fc10aadd0eb6ccd7609
MD5 e6c466319ce13fa30b6e16ca33a429a3
BLAKE2b-256 1031ea9f157b5797518167cc212095edff53d442ad1ff45ac409d50115d53fda

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 507371f5b70d3afbec0720c1916e758e918b0c091fe67bab43836e82b75c8f22
MD5 9c8cab2af566bf578b45b5839578d3a5
BLAKE2b-256 a34da104480bc3f96afbbdd1009df428f0a4861fcaa42d81d62129967ae696cc

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 418cb8a2ab11c51c70afb2d3e210dd0a7c18000dce3b2c9d1faf5d19812da7f3
MD5 bedb5065d687ff68c529879b67b9d9ca
BLAKE2b-256 39a4394ab8869ccc71959c480d89b17d251e8cdcd8f1e2b1a5f035fb6d748104

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b75d88b60a298a4f67b83699a1e9f5d986959667f0035cbb18c483ab9214283
MD5 7d86004bce53ac821063a0d498d02805
BLAKE2b-256 2ffd14ccdacb06617effdf0a643f76d25e1706a0e0a21e51d81d3202e18cbc3d

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f32588363565449b053d320cbeca0ec3457b243bc4bbb8b896a95368d8b975f
MD5 76c8c8b06c614ac771518fe1e773e0ff
BLAKE2b-256 51ba593e55badfe1ee6bea776a1e5d2a4ae9d7494bed3b0cb368c31225204003

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ffbd94a922f151725b8ece593d074c7ce032ff56a748740e3cba839b2eb6487
MD5 9c8f9980829ccd257ba557cf351e9cd4
BLAKE2b-256 af46ffefe421a7304d1c0e9027023c52f9ae7da2c48ed502e509da3c1943a6f8

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: topopy-1.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 258.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dea2f2c70b200ba7b130d2347b4157d33e9ac869f47d78187b73e68f667a85a2
MD5 5e45ff17ba9b4c0e7623691c79a44f94
BLAKE2b-256 3b9f9267b10499a9d8af984eb405f63e9b388407c32de10891083330bb5b4c3c

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: topopy-1.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 206.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 42fcf2efab3f049308217c18a30223867010eeaa10cb8a7a30c3a912e0c1f2ea
MD5 4da47c77c0c14a729d80fab747f3ac39
BLAKE2b-256 522a7a7f6e5fc8ce260b7e835c5aed1c021186eac1e4f7f731c94f4300554c56

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0a34d43e1580b040d7dcf88df8e7c2d828571a650938121861828a7f673e9497
MD5 83013eac58d92e39c6f440f0da30d228
BLAKE2b-256 06a932959a9b17074f1084a855c3340ce0b1b8532a59d8b55d200ec8ee6e2e2b

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 813948a73a6c29c050f4868400970236f5ccb0b03ea35a5520d6874f6ed581b3
MD5 3164f1b4467dc77cf0aad6ec1330d848
BLAKE2b-256 0e6f0cba0f864a0ebc4723163ed5231393ea1307c4b4adc817daa7edff379b29

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebb6164a6e7cb0b05c72a7dd6438d1b4f753407476cbc994517b5b683072e285
MD5 527d1bbbecadf1620eb77c02dcb7eb05
BLAKE2b-256 349dae030f431f14ad69ddfa2d3678d959b07a9833d2e19e7f6235abcf573576

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af19b6dc078d3963966a6b6a39eca7db90c61a1f31d0af6b34afa217066c29a3
MD5 a1e33be6591416326cc7e0e4441c2df5
BLAKE2b-256 1c20a3ca5df5d5e29ecc814581b89b88f0c0ece2d91b037f286013a692cfdfb3

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2490d30e8929fad7cb4dea40f47a04b0ec05494c4b911c9bf2336b9226fd2926
MD5 85e929bc1312a010c3f87e93204fdae2
BLAKE2b-256 541e57410518050105a277b29872a40a27b38c369f330cb1907dc07f54c64e10

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: topopy-1.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 258.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 257346a078ddbeb86c2e409490d5469ec944df91850020539f0692fd813713ba
MD5 27118f3405799725045e4068b1988359
BLAKE2b-256 214d0e2d4a69e127df28cd89d95067d84262b72dd39126e1154bf7d6aee0bfe7

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: topopy-1.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 206.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 86fb4301b33f8b992caf234429d33237a89e93e9be05d188b8e6bf849a736bd5
MD5 4f12228bf4e6cad1f4e1395bc3a7e3ee
BLAKE2b-256 5190accab121e0db61cda6f5a4d84114145c1eee3b75b18b9eedaa74bcd738c6

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3bc63924034c501702dbf56c519d731e9335161f369f4d3cd15a6ae778dbb7b
MD5 c989a0338355134949326308f7dac39c
BLAKE2b-256 7b574c60a9d53e83deb3487ca9c66fec42dde399947bd86da8311f467f31f3a9

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 79b15db26b5dfd250107c5f85f27553e210ddfcbc475a9f018300d2f9d9e1d69
MD5 782dd2e775a98ac205a4f362ac9644a0
BLAKE2b-256 ac78e80d32fa4fd3fcec7755996581ccba5c4bf17723062992860ac13f36c867

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7585bb7afeb624e49bd791528144904e2bc37f7a86ec59117ff2825d7b32244
MD5 573034f8c307b25123798c8243f1a3d7
BLAKE2b-256 cbf4b30894b17e812ad171ca33c1d2f1fc6ab204b3082c688e4f36a73b0843cd

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fadf0af0faecf004b3485562efb2a778fb7aaaedab177991ca61b989cc2f7a7
MD5 3580343d10e8ec9908938ff68cf2fe06
BLAKE2b-256 8243c23e64836a6054b5a2ce38560eece24f58adb57671781ec6d5f53591cfa0

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac244ded4f53adb076a36704fd7ee78a876d9eba9d0f502ccd591470ee11ec86
MD5 7d7dd26f9503024870dfec8b75e1da64
BLAKE2b-256 ed17cbcaa644adbf5d01b037c1f2d3458cd9820da9b34d561ee501111bf2bc85

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: topopy-1.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 258.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f23c678177273ce482c84d2ead0302eb9fec08cdb0e1ad7f778ae4ed6e8fe3b8
MD5 60cde9855ded1f555d30d539eedf73b8
BLAKE2b-256 9cfe008f85aed576da22f3274fc340540f78ee63aef20135bfdda135ee2f1484

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: topopy-1.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 206.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 25a4f24a804a49ca8561102d3616c21e7c8c3e17759f3b6421d74b2aa9659321
MD5 6b4fee94104d6d1785f715130d7c0acd
BLAKE2b-256 aad4c1a5e00db51ae4687329e561880de1efe2bd7f245f4a4e2077da00403470

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fbafe4f6b81403973856bf69704d1dec69b44155c6b11ef0dcc22fb5af7683ba
MD5 89778ede0d28b32533902e8f6bf771be
BLAKE2b-256 916b41fcdaa20675f39e784a24a9abe24c57a897b6aae8dc6e444c3c485a7ba8

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b8cf4728d5e5c3518ef4bec013738fcc834ed8f6c26ed95e9ae72ff482ee9f65
MD5 e567f7e47cdf09d021399a50b3f200f5
BLAKE2b-256 f88424d1f441546e121531738144e17a8345925ef6526514a2718be25de0c98c

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b41b6dbc82ee3fce05a3ceb7f784b9c50cdce03f3b1b981d67b30d3df928ebe5
MD5 0af5912d254389ea4e00a083e356e4b4
BLAKE2b-256 782f1c94ee62279e928ae9898416892a60423e5eb7cabad9f17cec9888052fef

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e27c06737f2cd2fc5b25c00430285e00c8bb215d411e13373a7dfc946dae8e2
MD5 5530348e4cf1353a6f3cbd84c029d68e
BLAKE2b-256 99f32e029a2173c3d856dae302e38b4ccbbb89d6f5fa9ddb913c1648e98d3d54

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28dc52548a0c56b97a15b2d67446b28583c597a95267a0ae650dc8667c0fef4b
MD5 2f37634a1abfbe961d82abaed7f84393
BLAKE2b-256 f7919777b429e2392856ce571f8dd4e3a3e6d9d93a2bc50eb260d10fd00b5f72

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: topopy-1.0.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 258.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3361bb6f7efeb4029cdd73fb4ebcbe8a2e0c384a07ac1e3de2b42928777e316e
MD5 e2323068c2c63a13960d46a2dae1f9f8
BLAKE2b-256 b4443f4832e600c8c435ad8ced76210b908f52b8b4a9d71b3a6dcc5eb6a3de42

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: topopy-1.0.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 206.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for topopy-1.0.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e2f35b68d75e63d42928d1cfefcf32c76d8c03b1712a8593fe36d68f4760edbc
MD5 d2ebe8c1014d0bd6ce9247125934599f
BLAKE2b-256 0ec04962b7cf90e9fed2c838b16fd6a30021d7980e184ade68e8d5cb8416b059

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d2f4217020858f519a818c3b89fc03da228bf07a01344cc30197d0f38a3a6ba8
MD5 d678e9ea5ed55f9b1bf4b366925c0760
BLAKE2b-256 327dde108bdbb94ff9ebf97a2be73c0b2609adfac4fe544dbcd790c922c28bdb

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 95b3292dc88241aec26b74611c945596d30f2cbbebb0e6da8c7a36647a64b0bd
MD5 d34d160662c41381391a85a7150c9084
BLAKE2b-256 b2c8b527f44cda9d25f24da078217263e0e1debb552840ce97c170d4b43b7c19

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32c8cabf91b5a70facac04b256217e897371d38eba5f6177dfe5c17869eb6699
MD5 bb51d24823800553cf64db451abaf328
BLAKE2b-256 e8c79d484b381d147e393a64875f6d02219a999ba6f730dba1b0155f4d9ef90f

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 94ad9fa646fcbb6326ec60e7aa0ce8c68e8829eab80d8f5187b243d8f288f5a4
MD5 72b1962ee6e255b56291847397b24175
BLAKE2b-256 d71db56476195fe2a1de34635b574732124ea5f137b1702b811b5e3c0e83aef6

See more details on using hashes here.

File details

Details for the file topopy-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for topopy-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c41a6414cda29a09135e85bce23e411b2f2660abe21c9b020989c35251c08d1
MD5 a5ed3dc96d24f6dbeb693e73346dba45
BLAKE2b-256 8ecf186104e262f3fb33eade0a64d8d83f560d17da2813af836e9d69a0f567af

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page