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.

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.0.tar.gz (155.5 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.0-cp310-cp310-win_amd64.whl (90.4 kB view details)

Uploaded CPython 3.10Windows x86-64

low_index-1.1.0-cp310-cp310-win32.whl (79.4 kB view details)

Uploaded CPython 3.10Windows x86

low_index-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

low_index-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (102.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

low_index-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (112.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

low_index-1.1.0-cp310-cp310-macosx_10_9_universal2.whl (210.7 kB view details)

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

low_index-1.1.0-cp39-cp39-win_amd64.whl (90.3 kB view details)

Uploaded CPython 3.9Windows x86-64

low_index-1.1.0-cp39-cp39-win32.whl (79.2 kB view details)

Uploaded CPython 3.9Windows x86

low_index-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

low_index-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (102.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

low_index-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (112.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

low_index-1.1.0-cp39-cp39-macosx_10_9_universal2.whl (210.4 kB view details)

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

low_index-1.1.0-cp38-cp38-win_amd64.whl (90.3 kB view details)

Uploaded CPython 3.8Windows x86-64

low_index-1.1.0-cp38-cp38-win32.whl (79.2 kB view details)

Uploaded CPython 3.8Windows x86

low_index-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

low_index-1.1.0-cp38-cp38-macosx_11_0_arm64.whl (100.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

low_index-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl (110.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

low_index-1.1.0-cp38-cp38-macosx_10_9_universal2.whl (206.8 kB view details)

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

low_index-1.1.0-cp37-cp37m-win_amd64.whl (87.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

low_index-1.1.0-cp37-cp37m-win32.whl (78.1 kB view details)

Uploaded CPython 3.7mWindows x86

low_index-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (121.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

low_index-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (107.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

low_index-1.1.0-cp36-cp36m-win_amd64.whl (96.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

low_index-1.1.0-cp36-cp36m-win32.whl (83.9 kB view details)

Uploaded CPython 3.6mWindows x86

low_index-1.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (122.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

low_index-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (108.2 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: low_index-1.1.0.tar.gz
  • Upload date:
  • Size: 155.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.6

File hashes

Hashes for low_index-1.1.0.tar.gz
Algorithm Hash digest
SHA256 aa6993d06d5a51730b1ff30ddcc4273aafeb6ebcc1e2821abd1cafcfd485026f
MD5 45a632516380d704af89c5fc0e6e24f3
BLAKE2b-256 78d5add52fd2704582bcb1108615977cc6c92bdf316fa249125a7c9f39878cb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 90.4 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c86c7412cd161b6fea38e31ce478eadb64d71e11bbc5cb35ef82fbb3b1f738ad
MD5 025b20ea2ada72d70209f5a78d4f5ffc
BLAKE2b-256 da39f7014f695531897aca198402fad41f373f60807f5cfdeb1f427db455cee0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 79.4 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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 43a3e0b0678af120b67104c5d987434285ac39dc637f5fa0adff39a1572b094e
MD5 31c29e2b9ae7079dfdba5c3cd1d0cbb7
BLAKE2b-256 f55067b2494d1dd5db58a2309c774c3a1226a2a87db27b9f8ab8b315c4e4fcf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 126.0 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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f1a05578ffeb59f0666b3b79384b141492e384d7207d970d8e4f942a3cdef5e
MD5 af1ef0ce0d69d55b68d4f386c2f1b900
BLAKE2b-256 3c06885ccb273403afd69068095c0613c5b15224687c24053dd0e365d3a4c82f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 102.1 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.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83ee5230fdb3a96aac393042f11d7f62689d443da64e0966cfe36e99ed542e87
MD5 823c1b14d86fd1fb3eaa876642f89af2
BLAKE2b-256 80a305555303c8bc3f56d4b97cc1579a81b585e19eb0895c431a6a052876452c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 112.9 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.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d18539c65e6b921fdba6ea43a354278159892aa99458cd6c7665ea3bcad5bdc4
MD5 afff6b7619781fdf24bf825dd69cf5e0
BLAKE2b-256 2c1e1a4086562609fe2e6060b3c608cb1ad3ad0a652e3a32443aad38f46669a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 210.7 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.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a41cfecb9112ca945da84a1c3de5cd833761008d4e2428bb9f6109a7a1d66f71
MD5 d51ff401ab113b8726cc674ffc49b27f
BLAKE2b-256 b5cb2d937a4ea77d3aedd7add36c8d56c27dc1fc8396410ca1c57502d7ba6725

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 90.3 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 661f71f3a62e413023a9bfa1352b66686f87e3ac09ed3f7e4f2994c5a0dd20a4
MD5 442a09814e6367cd80f9c96e862afc0a
BLAKE2b-256 5d610c32e4a3ba030bc422e2503c6d0790e0cd29fe649751da636a1cfc6b4051

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 79.2 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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7229fa9546c11afc11c82846156dab8659cd7a373dc9a5e10c5eed741614d9c6
MD5 db855a3a752ad4917baabaf3ddce9871
BLAKE2b-256 8f8c552c029bdacb6a66da7b1852998f3f5d98fc212ca759fe05ba1ad786e041

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 126.1 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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 873ca9c77f60b2041e1d8cb08b99a82cce0a301c418b0743a7492f2905120f70
MD5 2dd366a4c2feded0e9135f946935aa38
BLAKE2b-256 bc19bf573b6fdf4c9e71d31609c7a0a16672a68401fa38bf173c0d92881b1f33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 102.0 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.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08b9e5810be3284ff6ffd9e5a5523ffba133973513dcd384e802bb237b3f517a
MD5 5401787205a690afe6f2f2c52313f196
BLAKE2b-256 0804b11e89d8097cfd55480a64bdaf50589629011a5cdd26af9a71ab6ee5213b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 112.8 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.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7ec47454a1706bcac30d291646189413dd420a9afa6be83ad2abe8cd5c1866e
MD5 64bbe020824b294e46ec4d28a9773d06
BLAKE2b-256 4e6856d77a47fb4163fcb1f0aacc437ba07ba69e3e361e67a6175860fb5c477e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 210.4 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.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d4adc0d6342b7fabea82c7fa8daad8b4672a7f8e7762b75fc98fe144fb835116
MD5 5e53c068109e451e86793084add2d745
BLAKE2b-256 b7df584529d4bd23a5ea97a621d49ca7d80b792914d9a73a6ad1822a24009112

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 90.3 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 42aa7fb7651dddec04e25aec5ec72f4377fce55baf25f7db8eaeb3942f95f9f8
MD5 5e95c74576250b6ca383477820513bc7
BLAKE2b-256 092583cb0bb10d57340e9858d5379b193faefa25d77a357dd7fe1c52717cfd8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 79.2 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 45f7e009b49abe1c31ac98488b11cafc2471b3fa2817b40f5d52bae52d5c2d8d
MD5 8f9a1973552eab601935630132647279
BLAKE2b-256 f6ce226b58339a8cbfb99fe09624be4f103a9df330abdb64e50d11d16bea5df0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 125.8 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.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7b96a876f7ee77df8f4503bdfd2baa7b9ed4327afc8eadbda27aa5f3c1a4cfc
MD5 45b9e3cef2c2a8477eff7fdc58281de8
BLAKE2b-256 3f29f92caf8608511f094d74e0206fc61bdc2022e3203dd092fef055429cb4a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 100.3 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.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3142dc22bde88195f5afa6b122b0681beda086a882ff3635485fe748b595f661
MD5 ac6058a6a3d8cc8e3212df61b79d0328
BLAKE2b-256 8ad72c9d1bb7a5a8b4cd84cbeee0e15eb6450ab39a58213993bc5306fccd4fc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 110.9 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.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 81216b30128dd11c3dbc3108c4ec00222267cf029a68fd4ebc54c234f8b12826
MD5 9af6f1ae1fc2b4a647700d18791ee99d
BLAKE2b-256 93ed0d37e6b43677dfbc1349b474d5732b689c9bb7f1ad95f5758595a8eb1169

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 206.8 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.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 98fb63a99db9827b79add3ca0e810939c079a000f8298cc46a45c5d2102108f5
MD5 647c18a3c1514951e84710d4b1522d66
BLAKE2b-256 46defb3a33bb4174f8f3accacf2c8c7a243b5a5ce7dc08aeaecaf49b661df239

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 87.8 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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d6644c9a8c1ec0eb7c5eca65087f3ca029c973979dbfbcbe51d4905d003aebb7
MD5 7d3009c3b3105f6ccbb3dd4a8fba9d0a
BLAKE2b-256 6f1c30c5f20bd4b4ffee9d3ab29042d13d61ba79307ffbf09147fe3463327993

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 78.1 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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 01a992964a7b6d81b4b5b78ab17cdb776ed692e6a13803a1fec0298cd17961dc
MD5 d985931d3fbe7be988de26119a24d6c8
BLAKE2b-256 a79fb83ddf22e5f13e7e7cf6c412189891546d00f8fad856d897daa2e5fb0840

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 121.2 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.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 343d3a8733def0c29ad9a71a4c4a613160bbd5214f45252b63b432b5a5355a71
MD5 79f0b914d160fd5f8e6c5e821e144d25
BLAKE2b-256 47d94497757a1ea7da665d09dcc53e9957a8fe7bd05f4ff9f872051392a75272

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 107.9 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.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 322694d72ca7e19de23e8d7c78fca34a031a6359509695408497dc010db9d206
MD5 c79ae5a4a2582b71775fce67fe56f4e1
BLAKE2b-256 11711defa258f10326731ebe7f51a599ce386d65c4227e9289702d8c14321901

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 96.3 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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 cbcac03fe5a5352acd792a0978cf8e5fe92d89c5f9a0872fd13d3a92013c8a51
MD5 6e11302d0dba870fa698ee0ab8854232
BLAKE2b-256 840b105e2a725a32e43fb40edf39c3eeb31ba3b54deda6b9f003454ecde04a46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 83.9 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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 355dc95b22f84aabb5c41c1e332ae6d85672a9c865bfb89b36304b5cd0dc4e6e
MD5 8812e9612703b9b172093bfe05eaaca4
BLAKE2b-256 7f721f935c61453cdef0882d31b5339b32a4a215d22d2b110ac3950c41f12144

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 122.3 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.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8385cd68be89c19a06be7807e4572d643d24d8635ad7d89fc7371d218bc30614
MD5 a1caf7f14daa373a549cd21a330676d3
BLAKE2b-256 304c309a4b97b1eed85e757d97d1e60aeac125e0f1042721393a7c23e8e1242f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: low_index-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 108.2 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.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1db088e8f589e9fd930a0b4b5fa1a47c348ddd28cef3459713a324b1b6def9d
MD5 3395e3b1423d82f376885238f79818a9
BLAKE2b-256 282c91f0773c36785889d0984f100d927135b7c08189dc2f42c3a176ef7cb75b

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