Skip to main content

Enumerates low index subgroups of a finitely presented group

Project description

Low Index Subgroups

The low_index project provides a Python module which implements a variant of Charles Sims’ Low Index Subgroups algorithm for enumerating all of the conjugacy classes of subgroups of a finitely presented group with finite index less than a given bound.

The package is available on pypi, so the simplest way to install it for Python versions 3.6 - 3.10 is to use pip:

pip3 install low-index

Here is a sample computation:

>>> from low_index import *
>>>  # Conjugacy classes of subgroups of F_3 with index at most 4:
>>> sgps = SimsTree(rank=3, max_degree=4).list()
>>> len(sgps)
653
>>> from snappy import *
>>> G = Manifold('K11n34').fundamental_group(); G
Generators:
   a,b,c
Relators:
   aaBcbbcAc
   aacAbCBBaCAAbbcBc
>>> # Degree at most 7 covers of the exterior of the Conway knot:
>>> t = SimsTree(G.num_generators(), 7, G.relators(), num_long_relators=1)
>>> sgrps = t.list()
>>> len(sgps)
52
>>> sgps[25].permutation_rep()
[[1, 0, 3, 5, 2, 4], [0, 2, 4, 1, 5, 3], [2, 3, 4, 0, 1, 5]]

Credits

Primarily developed by Marc Culler, Nathan Dunfield, and Matthias Goerner

License

Copyright 2022 by Marc Culler, Nathan Dunfield, Matthias Goerner and others.

This code is released under the GNU General Public License, version 2 or (at your option) any later version as published by the Free Software Foundation.

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

low_index-1.1.1.tar.gz (155.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

low_index-1.1.1-cp310-cp310-win_amd64.whl (90.7 kB view details)

Uploaded CPython 3.10Windows x86-64

low_index-1.1.1-cp310-cp310-win32.whl (79.7 kB view details)

Uploaded CPython 3.10Windows x86

low_index-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

low_index-1.1.1-cp310-cp310-macosx_11_0_arm64.whl (102.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

low_index-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl (113.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

low_index-1.1.1-cp310-cp310-macosx_10_9_universal2.whl (211.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

low_index-1.1.1-cp39-cp39-win_amd64.whl (90.7 kB view details)

Uploaded CPython 3.9Windows x86-64

low_index-1.1.1-cp39-cp39-win32.whl (79.5 kB view details)

Uploaded CPython 3.9Windows x86

low_index-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

low_index-1.1.1-cp39-cp39-macosx_11_0_arm64.whl (102.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

low_index-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl (113.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

low_index-1.1.1-cp39-cp39-macosx_10_9_universal2.whl (211.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

low_index-1.1.1-cp38-cp38-win_amd64.whl (90.6 kB view details)

Uploaded CPython 3.8Windows x86-64

low_index-1.1.1-cp38-cp38-win32.whl (79.4 kB view details)

Uploaded CPython 3.8Windows x86

low_index-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

low_index-1.1.1-cp38-cp38-macosx_11_0_arm64.whl (100.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

low_index-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl (111.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

low_index-1.1.1-cp38-cp38-macosx_10_9_universal2.whl (207.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

low_index-1.1.1-cp37-cp37m-win_amd64.whl (88.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

low_index-1.1.1-cp37-cp37m-win32.whl (78.5 kB view details)

Uploaded CPython 3.7mWindows x86

low_index-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

low_index-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (108.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

low_index-1.1.1-cp36-cp36m-win_amd64.whl (96.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

low_index-1.1.1-cp36-cp36m-win32.whl (84.0 kB view details)

Uploaded CPython 3.6mWindows x86

low_index-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

low_index-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl (108.7 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file low_index-1.1.1.tar.gz.

File metadata

  • Download URL: low_index-1.1.1.tar.gz
  • Upload date:
  • Size: 155.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1.tar.gz
Algorithm Hash digest
SHA256 3379132b63b298d21ff3614a1eea8ffca921a70149f0d25fba8cc8d4fcf87ba5
MD5 7ff0549567c0cfe96cc099d9e1e0b441
BLAKE2b-256 a96468b7074d85bec646cdf727ca17d5c4c5829b79bfb423e59f3f383617b502

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 90.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9336883da30802a69e72e56151dd002dd5608f31b03b7105af192f5641d14f69
MD5 110dd8b660a22d1114c99dc3570964a9
BLAKE2b-256 6b396754b973081a6fbdd00940006c2b1056484ac46336a2fcbd91bc9ceef483

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: low_index-1.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 79.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 307b3e101f8e971cb1410dbfecf71ef234edd451a92cb8e11956771fa35734d7
MD5 d8dd47f6ce3ed92a37a3b57994f23b87
BLAKE2b-256 729c4329854ab264be096bd36a052fa9145425c487bdf99e586fb837d447b00b

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 126.2 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3223ac7e296b8af9617c39c16c6f8141189c2ffa5f75edf20de2172a9047cfb6
MD5 1514a97cd9ad66eb64fd0a0993c7f028
BLAKE2b-256 eec7a2b55c1872d2c8b8f8df1c91ab12c2aaa40760b8964dd7aa851da982bb13

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 102.6 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 daf8c4f7f707072aa564594b43ae5117f19f687067d54a4144a0fa6be273e0fa
MD5 d0bb676ffe9c4f42b89f4ac172d6e2c5
BLAKE2b-256 b91b48290d2e9ff8261cae3bd2562b9f9fc30e07e5ef9feb69d95df98400e728

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 113.4 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0bccee395434a7d45b433d89181447235023aeb7d150fd27fb9d7fcae46e22c
MD5 b811ccafd6f17fac53cdb1c5dec80c9b
BLAKE2b-256 f48c1c75e3e685636b0cbc38f1e5a1d7e92b7d6310f7753b2066e8a0c4474e42

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: low_index-1.1.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 211.4 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3ddc05161987dbe2eb14c13b2a9f16bc9adcec5c7cfd9deb17643637b2c4a120
MD5 857efc9339208825392da14fe20d097b
BLAKE2b-256 ea3c01215a94358d7d5d421dc59ac5c694b3bde97a44a6ec0229b517406a2456

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 90.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 403286c541fb0f78585f47e35bb0700d4eeca423c4b58a7342edda53df028e08
MD5 6c3a38f3454bb792432a7f0c0403a7f7
BLAKE2b-256 016275a50211cba57ec7c5b1953bcf5da92be102c8923da72b47f2e7302fcf66

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: low_index-1.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 79.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1d7b11dbb7ba6fd8dcf369509032842a089af18278d6228b15ea16c03c656f69
MD5 b8e405c1eb6254fdce1d73a69a48d3e0
BLAKE2b-256 021472e2098fb5f070ce0cd772629c3510485bef3144fcc6bedc08ee8e004941

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 126.5 kB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f053a048959fff06d48a852714ed2a69641f3bd175a6bbe3593d4bb481b25db
MD5 7e39efb2d090bc12ecd73fcbe576723c
BLAKE2b-256 4a3768b722a21d10c16f05a31fd30d4c3c99f9a9f0282ffd73ea5869a4cbd907

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 102.4 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5550851685322c0be3776e72b3494a96763a27527671113331450889b2b50841
MD5 48f79e31af9fcedd71516ec75c3b734f
BLAKE2b-256 51537b2d69c7c59adb5ca34759aad4f7a152988c3914e322d6fd0849d2713bbd

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 113.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d185c7952360ec361a6bf0295799ce976021a386b0e249fe5a35f4608b39aed0
MD5 2424d6d9999a2ac476195b2f8e41b758
BLAKE2b-256 a950c1b01334dc94d3f915adf59f7e7fc3bee1a768c78d67ae11ec519ae3e551

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: low_index-1.1.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 211.1 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ea95898694e09a150e50b8d760359c2ef0be84382552b8a803650253a793797f
MD5 6d8f3cadebd1cb9f804ad6e7f97b4495
BLAKE2b-256 c4166e4c133b4e1bf31d38ea37771b3572d6bb9a01a51ec6364425e3ddf5a720

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 90.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 74b8f44c28bd3faf469f6476931b771322a147a6f602d0c50591175f2c7328c7
MD5 125f4a27317491b86ea242ba9312647f
BLAKE2b-256 18f996bcda77f4a979fe0aaf0dad8e84f4a814205c6757989d4dfd6c50b02183

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: low_index-1.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 79.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 658e70e5da3bbe54e3dfa68c1a2d5ce5deac9b0ab9affa921dc9a95f6c5c5372
MD5 b702a7c5d382362b17cdbb667c5e49f9
BLAKE2b-256 74e0a54e899e87c32c22958baf2c3cfac18b20c913de9336f73ec514c11660ec

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 126.0 kB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b83a92a03b2d288f0801ae157df5c6c61613b446453b0aacde28e22c7bb9e731
MD5 9b1674f400bc15f4278b663e689e443b
BLAKE2b-256 963dbd67b071b5100e0da63d0a98d5e3d82669ee02f49521b50ac01eef549846

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 100.7 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d85fad1303a8a7a1f6e655d649b2451c13838af0ee1bd1ba562aff73a9256ca
MD5 ba114c9001d99deae10734c1cc7aeff7
BLAKE2b-256 bf762e9eafa41d1518b1e03f09a0a715f01a6781edebe848d3a7b02ff254a970

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 111.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82ac5e33a129388a0fa64cc4dc43dbd9673d11e40edf5e71b73d3a79483112cd
MD5 d6174235f3de943edc02b9fb1669586f
BLAKE2b-256 eebe7c6aa603af9d390f8961f224bbfe7735d506b2c4f9f90038f9493c789b92

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: low_index-1.1.1-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 207.7 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1ae5549ded96150baf14d80929b956bdee70f6143219b762aa0958b9656b4616
MD5 f267bbb9e7aabedb384bea278cdc9444
BLAKE2b-256 38001d2340690661a7a9286550893ef41f379e0f923b9e2341b1fe76005f7144

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 88.2 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1f4d2d7cf037ad0668a63a5fb4e24c202d908a7f4d1433cc361638e4f9d8a50b
MD5 c45e64478f9c4a52128063fa47ab57a3
BLAKE2b-256 37a078043a4d4bf6a56424abe92fe946a8ba80de4e1fb35312e48c996878668f

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: low_index-1.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 78.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 73503c4ab8aa9dfb777d6d9f30239fed3b3ddd346e2347a169085f20ce23a0c6
MD5 9a0afab6f583df8bf7a1cd8fc2a311d1
BLAKE2b-256 6c643c782aa1d76b638ef5216ff1716b186b35b35be3e29b4490da3462c40ede

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 122.1 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6284839f12acbf02296f54e160b03075508eaed9b6c12136bb812f9eca6765e
MD5 fbe9f9c878b015f48c2f04846c6dff44
BLAKE2b-256 69b8415f05778f2cf50290a905cd286cf2a1604c7c716ce7c28e4e08acd8fbd5

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 108.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 868b6a1a16eb82bef9bf58f9b7792bd5485eeabd4a2f61fe7fca7528fde45b9c
MD5 4f676a5fe365c8e453da8d0000d1699f
BLAKE2b-256 35422a04bde96301497926a8e095be1a132317adff87b32a1268aa822058e4ee

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 96.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d4d8b51e33611adbf925f48c1efd490e7692fbed62d5b32a6a2aff087c9d112e
MD5 32293babfc597360a834811816d27760
BLAKE2b-256 bce78ea42683ad13c92bfc4f9a77d320e138a7a5b9280bcc6954ed377157d933

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: low_index-1.1.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 84.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 800156bb75baf6225cba63898d4695ba5b5513fec13b96ef2ed4ed000d59df04
MD5 1358926da6a7f501b459160915e00983
BLAKE2b-256 45fcc805669d52d4b826cf062cf8f56d584e198b1294f133fccfc26167e856e4

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 122.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35a0aef3bb72136194a2fddcfe30a0f800574e3b18b986707e631d55a1123f2b
MD5 dbada71d14f64bda0d43a08f3162a236
BLAKE2b-256 ed4c01822c012560f7f31060fe4b8c5bb9ef0ae63f75541b124e6da9e31baa4f

See more details on using hashes here.

File details

Details for the file low_index-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: low_index-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 108.7 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0

File hashes

Hashes for low_index-1.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 847c481f76697a6bc549beb2e041c376838a0660d5f0e3160a70e5ada1894fe3
MD5 799d41020c8df9e4f8008d894eddb292
BLAKE2b-256 8790a88245799e137b3020bcb8c6f28bef41a9242b1d890916ef1797cf5c504e

See more details on using hashes here.

Supported by

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