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.11 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:
>>> reps = permutation_reps(rank = 3, short_relators = [], long_relators = [], max_degree = 4)
>>> len(reps)
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:
>>> reps = permutation_reps(G.num_generators(), G.relators()[:1], G.relators()[1:], 7)
>>> len(reps)
52
>>> reps[25]
[[1, 0, 3, 2, 5, 6, 4], [1, 4, 0, 6, 2, 5, 3], [3, 0, 2, 6, 4, 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
Built Distributions
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 low_index-1.2.1.tar.gz.
File metadata
- Download URL: low_index-1.2.1.tar.gz
- Upload date:
- Size: 192.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e7e610def08ef91b15c7aa8077396cda6ae5b19e1b39357178b429ea8861728
|
|
| MD5 |
faf3dc3fb563b71ad7e51b6b1cc0648a
|
|
| BLAKE2b-256 |
1fb4d1cca0e5fe80111c9205c13daf45ea0374ad78abdea2c160be2005ddb131
|
File details
Details for the file low_index-1.2.1-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 201.1 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43954a107d9d94fd6f8bbe1f4d25a4b119513e5a5817a86aa105f0e864b89a01
|
|
| MD5 |
0d4336524f7b8c2fb46ea5de7dd15066
|
|
| BLAKE2b-256 |
cd07142c12f69f3e6ec8914a70e59be5c316e5137ebe1afa5943beef01d0bafa
|
File details
Details for the file low_index-1.2.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 223.4 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ce1b087a8001794372a5bed2a495a2b0c18e3e012a70edb0dfedf387657f3d3
|
|
| MD5 |
bf56860f99a55e6239db133055aeca84
|
|
| BLAKE2b-256 |
5e92e4c527b8e775218d90dcef1d2079e0db1e1263fb851ce1944588f7076279
|
File details
Details for the file low_index-1.2.1-cp314-cp314-win32.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-win32.whl
- Upload date:
- Size: 192.9 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d25dc5c014e71b09a952e20aa11e44920b3fdcd9205a2687ccf38923c73cde3
|
|
| MD5 |
d9b249ba5b73597a2ecc9f8948ba53fe
|
|
| BLAKE2b-256 |
88c6f3addd6c4b6d98e430b7658aa509d3bc78297bce872ee20909f510242c58
|
File details
Details for the file low_index-1.2.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 129.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
348d3710ee717de9863ae3e3def304c65eaede0ac1c83301a16fe42b32ca7866
|
|
| MD5 |
e8cbe3b05e41c6436fe42b99ef30188b
|
|
| BLAKE2b-256 |
55bf59b7c0c15d160ab027694a3e7ffbc8e27d6d4eca9958b31485ac1960fbfd
|
File details
Details for the file low_index-1.2.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 120.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47c7029c8b9babf5aa61dba573816152f9decc7d691784fbbd2dc65b1fbefe82
|
|
| MD5 |
4076f4d93afe893a577cc45457a5b024
|
|
| BLAKE2b-256 |
2ce867ee43dc463938f5454f78fda27512f2f540630a5a2e23662e2813f5e983
|
File details
Details for the file low_index-1.2.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 131.8 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2d12d0e21673ffbd4bb35b217d0e52ba8985c8090e39ca03eb0a9114c717543
|
|
| MD5 |
93ee63acdaea6c427a63aad00ab09b4a
|
|
| BLAKE2b-256 |
7cca86eed15185c37eaacf67611f3747a0a99fdf09fde8da4f8c3dff95412399
|
File details
Details for the file low_index-1.2.1-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 132.0 kB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9bff10d4fadaebaa93e6816cc74b9f521a6c950481ae712e752ea74fc2ff8ff
|
|
| MD5 |
de4c5bb54291557e7f3458002afd9ec1
|
|
| BLAKE2b-256 |
7d323b44a52114c179b13cf07ae5d089956dc1da40d14e7ed16aa7caa3ea94cd
|
File details
Details for the file low_index-1.2.1-cp314-cp314-macosx_10_15_universal2.whl.
File metadata
- Download URL: low_index-1.2.1-cp314-cp314-macosx_10_15_universal2.whl
- Upload date:
- Size: 261.2 kB
- Tags: CPython 3.14, macOS 10.15+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e0a640b078c12199fa9bc6328d1dbd24ef1f5b3dea74895b3fb05c2a2ea931c
|
|
| MD5 |
5b1727ea1e5706bdb4d9eef91db8d073
|
|
| BLAKE2b-256 |
c111f9a90252ca8ed34a1e4bd10e013b4e1d4059b6e01e69c5f2006b5a4acaa2
|
File details
Details for the file low_index-1.2.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: low_index-1.2.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 214.7 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2d8e58eebc8cc36eb0e3622f911c31d8a99601d69acbe83c2ba04baac65b9a3
|
|
| MD5 |
c22852a25df0bcf959c5b9dfd28f9b6b
|
|
| BLAKE2b-256 |
dc04534789df6bb6ba7a8949749cf73cc2afab096b4a3509ea6db18142f1e004
|
File details
Details for the file low_index-1.2.1-cp313-cp313-win32.whl.
File metadata
- Download URL: low_index-1.2.1-cp313-cp313-win32.whl
- Upload date:
- Size: 182.8 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00c677353af4e99bd63938dd94071843c93c14cf6ff3293e2207f9d0cfbe0ec2
|
|
| MD5 |
d40ca8fc60b419d67e02cf1c45feeba4
|
|
| BLAKE2b-256 |
098234cabf56f744ec0186b700ca018e61a8dec32f2c14b9e1f25f17ce2df7cc
|
File details
Details for the file low_index-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 146.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b21e96ffffccc856d148cac9a66998ef1e364516a7b73780197eef55788c187c
|
|
| MD5 |
6e647e5187b1bbfebbf8be79e7ebc59d
|
|
| BLAKE2b-256 |
dd75892fdc93984c16f4d2312207485af75f8f374229ee935dff41cade958721
|
File details
Details for the file low_index-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: low_index-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 138.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
237d573b0d3b0b7f8de1f59f9404a8a9dd24d81873d154ec72a1b02839392c68
|
|
| MD5 |
f836899117b86b2b61e9fa3aa3fea114
|
|
| BLAKE2b-256 |
d8f1eea5c46706f117ca560bea71222343cf64223c692a6a99d222f3e2903310
|
File details
Details for the file low_index-1.2.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 132.8 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86f8946e7ac67ba0a5444acfd790a217ea96bd419ef4d906aca4fa26d1261f4c
|
|
| MD5 |
ed8a446f8fcb3662627c0cb554f1595d
|
|
| BLAKE2b-256 |
ec8d02a21dee02f1fdd401d8695fdcc24ba01bc6954de048c7c4aa8926eec17a
|
File details
Details for the file low_index-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 138.0 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd2c337afbf75b654b5686540b4d64808d3a89ed69f8e5a5faf4f6a13a035f9c
|
|
| MD5 |
00c788666eeb9e2382ee97f4bc8b26e9
|
|
| BLAKE2b-256 |
65b6f451b6048c02d1459dc6a650542e9f9fcd41d1e09b531106c2e7f80ad586
|
File details
Details for the file low_index-1.2.1-cp313-cp313-macosx_10_13_universal2.whl.
File metadata
- Download URL: low_index-1.2.1-cp313-cp313-macosx_10_13_universal2.whl
- Upload date:
- Size: 265.1 kB
- Tags: CPython 3.13, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d22c592f6c377ad153a2c3523815520b1447dc7381bba1678c4061e48d4cd85c
|
|
| MD5 |
a79d818ebf4e1ed3b847e95b49279ab5
|
|
| BLAKE2b-256 |
17991dd31b456103fc8e7998da1e525508e8571480d40df1db36d00b52c2a267
|
File details
Details for the file low_index-1.2.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: low_index-1.2.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 214.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a631aa5d1b43ae35270941914ce9366e0cc37ff3cbfeb925253496860cf9ae4
|
|
| MD5 |
ab2884fe7b3ad61c5a89181d66e7aa9a
|
|
| BLAKE2b-256 |
e78a36c959ad276883e8ed44748d35c69c4fe680fead547f8a9e102251cd711b
|
File details
Details for the file low_index-1.2.1-cp312-cp312-win32.whl.
File metadata
- Download URL: low_index-1.2.1-cp312-cp312-win32.whl
- Upload date:
- Size: 182.8 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee489861fde402b51a6a40d616cf2f7d33e3e4cbb2bb53e96c92b3868cc75d8f
|
|
| MD5 |
a78fd5d20c3d913068a17e7ad38ce998
|
|
| BLAKE2b-256 |
d033c8318599f90499881dcb3f776319ebcdc6a9c3d7cc42d6ae57bd8744cfda
|
File details
Details for the file low_index-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 146.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0f2d608a65c0864505801b3ebfec6239b390f89c0ef70a0d4fe14599c5e30b6
|
|
| MD5 |
a50124d2ff3d9127cbee5ea291a366b1
|
|
| BLAKE2b-256 |
dc5a2d9d93d31645c142c65fe369a8067c6a52b3ac191e38a3aa3c941efb67bc
|
File details
Details for the file low_index-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: low_index-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 138.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffbd6aa75815a473b55dab3dffbe34a0f3ce70293fe8525a764d583e44f61729
|
|
| MD5 |
bef057ddafb1d996b3d209b0b39e9407
|
|
| BLAKE2b-256 |
e885253f84b5c3c5ddb497a009eea06453cd5cba2851cc7b8a87fbc186e7137c
|
File details
Details for the file low_index-1.2.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 132.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32c1cd5c699b462fc3974af8c44c87d3f6e1789dcc92d30cda288fca84a348a5
|
|
| MD5 |
4ace7be273177d318be69647dfad3068
|
|
| BLAKE2b-256 |
5b0d03f6f3326ac22ddd18319f0e4ee5e767a601f3f5351f027c3deff24e367b
|
File details
Details for the file low_index-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 138.0 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2c8cfba4799b2d5d93468588b1adbf01abec70356f36c1e9ac24b65fbbdce24
|
|
| MD5 |
6ba75ef38cfa03aa6b2fefc0319fcd5e
|
|
| BLAKE2b-256 |
57915f5d8ee52aacb637d00ef2c510317501296921486e82f3c03feb86fc6c89
|
File details
Details for the file low_index-1.2.1-cp312-cp312-macosx_10_13_universal2.whl.
File metadata
- Download URL: low_index-1.2.1-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 265.1 kB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3786a8b2d39130e98025d5995e3810ca3580378ef8d74eeef75711e3caacb82
|
|
| MD5 |
5bd347e14848787b83d6533577adddd8
|
|
| BLAKE2b-256 |
c534c05eb4a9102f42327036479e3ce760209178bf4e13e618acc775b379a62d
|
File details
Details for the file low_index-1.2.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: low_index-1.2.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 213.8 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dea425afbf796fa2944ffaad015d1c440c5e9cc30e8ee0cd5da53ec65d5e652b
|
|
| MD5 |
e10b9416cec046b5f5eb2772e781e0e9
|
|
| BLAKE2b-256 |
9c4bbf569decdb59d6659b9c5cfbe1df7a0fd2c458e6f26d834429f356f42e40
|
File details
Details for the file low_index-1.2.1-cp311-cp311-win32.whl.
File metadata
- Download URL: low_index-1.2.1-cp311-cp311-win32.whl
- Upload date:
- Size: 182.1 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef0b17e5f45d497fc7e4a74259bedb40100d9ac1921b675d8550da473d63612e
|
|
| MD5 |
c64ce5c561aabe1d541572f8f462a033
|
|
| BLAKE2b-256 |
36f0bd7bd5697ed10870de1b0140faa960bdb33db1ba7d6f76102276f395057c
|
File details
Details for the file low_index-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 147.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab95aee7078076f2116acb3074a83e76b929ab3b43a5a7b794042c54d32da183
|
|
| MD5 |
28f49d7e2f8787b38f9d6ae6acdb1b62
|
|
| BLAKE2b-256 |
659d3bde5eb7b39379107b9aca911bd3ee77b7458293f2f39114d29742c4172c
|
File details
Details for the file low_index-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: low_index-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 139.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e1bc72ef243c5bcf40b299c0250a302c15eee4b5343cdc59b311727bd7fe51e
|
|
| MD5 |
dee8465fe0744100fa2dbe9df35442bd
|
|
| BLAKE2b-256 |
a2880141f26fa833e33cc7b84d95a1069c31d2441116438902e8dc090dbb8ff5
|
File details
Details for the file low_index-1.2.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 131.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b67c23e88cab611526eabca0b2e661ceb7965f87ce7b23297bfb9cbd3348b1fa
|
|
| MD5 |
0050c007ab1fc90d75a211f8e0104252
|
|
| BLAKE2b-256 |
74fc1a2030040ed8c1d9e70e825da650c591738820fab3347ec42c83a41b44f2
|
File details
Details for the file low_index-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 135.3 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
719286afcc1323450b7accd885ae5e0c6c43063341b00037375063b4b61f784b
|
|
| MD5 |
ed83c4ed5ffb907123594cd54351951f
|
|
| BLAKE2b-256 |
a326f8d037cf0101c848d6076a6fbeace870bc8f3bd0b24f93c1d71cd890fc64
|
File details
Details for the file low_index-1.2.1-cp311-cp311-macosx_10_9_universal2.whl.
File metadata
- Download URL: low_index-1.2.1-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 260.5 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eec86e345fbca8d5f309c5b758f56ce1e9526480561866daf504b4625679dca5
|
|
| MD5 |
babe55bda2f3fe080045d099abfbe18b
|
|
| BLAKE2b-256 |
9463da746754b9766c8b7ccaa4826da55d66ae20d03aac6a862f908c19603128
|
File details
Details for the file low_index-1.2.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: low_index-1.2.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 213.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06f8eb3814159453e56ca87e6ac600292bbbf728def2f7e50df7e4a4cb59b109
|
|
| MD5 |
4cca90863f9935c4c4470e5abd74bdae
|
|
| BLAKE2b-256 |
298240f103fcc4bfba69b808f7e51794051a1a289d401251974606ce0a040c67
|
File details
Details for the file low_index-1.2.1-cp310-cp310-win32.whl.
File metadata
- Download URL: low_index-1.2.1-cp310-cp310-win32.whl
- Upload date:
- Size: 182.1 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
622a96b00f749090514f430614b319f4092ad0b33221d9e573fbb63c239037b5
|
|
| MD5 |
f6ea196f348bebe6ca06e46876dcb5e7
|
|
| BLAKE2b-256 |
2d5d855072cda5e657d1249ce55596826b495a8affc084a1a30bdada8b44b2e0
|
File details
Details for the file low_index-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 147.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dec35f55a040bd2ef1942c1bf12ac6eca7464d443bb69bf31c35a78e13295bbe
|
|
| MD5 |
399ef64b1a2bb5501025fca3195fe850
|
|
| BLAKE2b-256 |
c40661462ded0331d15c76d8269272da9a41988710806d6282bff2bcd3fdf7aa
|
File details
Details for the file low_index-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: low_index-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 139.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fe05a5dbe912486b303247a0e812d495ba00758f6114583602b2ff83937b90f
|
|
| MD5 |
6583eaa9dca2aa94f54b227a730188f9
|
|
| BLAKE2b-256 |
5d6996ec0ca504648e64295ce0848f382279371410d1d9286851998d3044559f
|
File details
Details for the file low_index-1.2.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 131.0 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bc86cf79414472cb591712e1616199aaf9ca297b077168f7771468b41b123e3
|
|
| MD5 |
fbf16f2c41ef4108b99a5aa7b3e586ed
|
|
| BLAKE2b-256 |
4876b7f4b695d01f9124c3b728e10cbba66657733b0681c77055e34ff59da82e
|
File details
Details for the file low_index-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 135.3 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03754ad457bbc6f767a64679bafa5696eabba6a61b45d70dc5e667e2149cfdde
|
|
| MD5 |
14ea3443b4a35f480e735b94745ac6bf
|
|
| BLAKE2b-256 |
41997db5e71a0620b117ab4aa17b5cce1ad5f05d2d4ce2c1a60d6cb025f1db5b
|
File details
Details for the file low_index-1.2.1-cp310-cp310-macosx_10_9_universal2.whl.
File metadata
- Download URL: low_index-1.2.1-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 260.5 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d27aa4117ee8af2ee18ace7f5f44a8f33527cb85fbb08e0e6ed72fae20b05758
|
|
| MD5 |
fd465252609ad56c9b3eb69921945da9
|
|
| BLAKE2b-256 |
eb7ed1286e2ec0f2e1d5de3d50dcc662671ff797b977410f351b7ceb0bd4dbff
|
File details
Details for the file low_index-1.2.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: low_index-1.2.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 212.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12b8b17882bd0f8b30cd40281f09a6eae309192db9da09030cba8b5fa78ba54b
|
|
| MD5 |
9c9ddfef4060cc46f81581eb4a19fb4a
|
|
| BLAKE2b-256 |
7d43028727f431c2b1d3b0893bcefea6362b1229fd27347b110c8bd07ab2a9ad
|
File details
Details for the file low_index-1.2.1-cp39-cp39-win32.whl.
File metadata
- Download URL: low_index-1.2.1-cp39-cp39-win32.whl
- Upload date:
- Size: 182.2 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87517e67049e2a0f93c95750afa65f5bf5d829ab52f4d2ebb293c0696f74d36d
|
|
| MD5 |
2edc5437a1414a6aacba47ff8bba42f3
|
|
| BLAKE2b-256 |
49ee8c9560fa06c55f232cd05327e2f09765060d6617006fd7351033c6a96c4e
|
File details
Details for the file low_index-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 147.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d522c7aa010be65035bfcfffe8aaed4fd82787b528156584424460d698bea7b
|
|
| MD5 |
3a69f3651ee07e75051d8e4bb1008e5a
|
|
| BLAKE2b-256 |
e5d051a7d117f2ca800354093abf5df9394d5706cecd7c7aabe36a7016d0c081
|
File details
Details for the file low_index-1.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: low_index-1.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 139.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a08994ca0cc4c6fb01b6c63cc28898b056a6f8b1bdec1387f31035d433079a4f
|
|
| MD5 |
214cb38ddd7ebf0149f1585570b0b7a2
|
|
| BLAKE2b-256 |
f3c5509d46444b19a2ddb7b1733b12ebf8d1cabba9fa2a2074374ceb4fb53eda
|
File details
Details for the file low_index-1.2.1-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 131.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69b015ad5335d1eaae131f7532da4dbf518f7dce1048c6cc4b16167f9cb720be
|
|
| MD5 |
a0014edbf3ea6929b1ee18ddf149c71d
|
|
| BLAKE2b-256 |
1203106d94f8edd8240e67698ff5887e59cb36041b0bd940a20fe612fc40530c
|
File details
Details for the file low_index-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 135.4 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d905bb2ef53a0be722ea20dba6bfb6a7420753e272ccc9e685f7399bcb981dce
|
|
| MD5 |
ce6b07a9b5421dd1ed9611419aa7350b
|
|
| BLAKE2b-256 |
8de44bc39c400dbc33a8c21482c85bc9a37e28266aa594df5d0973cc5f0f68db
|
File details
Details for the file low_index-1.2.1-cp39-cp39-macosx_10_9_universal2.whl.
File metadata
- Download URL: low_index-1.2.1-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 260.7 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
151839686cdcb2afedf1774799748207eb92041e8b54bb84c44530153c578cde
|
|
| MD5 |
0a0235db24f7aec44f06bd6c68982568
|
|
| BLAKE2b-256 |
a642bcdbe7d1745677c7d03e1b0d8ff12beb7a4e44509073a9a04af59f5b68ec
|
File details
Details for the file low_index-1.2.1-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: low_index-1.2.1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 213.6 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
678097e7a6197a5399d7ad6a8e1ba0d0b359408b44c27dfdad2dc4e922c68325
|
|
| MD5 |
576597e2d272cda9c2ae3f610c24de0d
|
|
| BLAKE2b-256 |
fa607ff66697c60620a61af8bafbc6a50bf49bc3f8498eafb1c977b4464be8ab
|
File details
Details for the file low_index-1.2.1-cp38-cp38-win32.whl.
File metadata
- Download URL: low_index-1.2.1-cp38-cp38-win32.whl
- Upload date:
- Size: 182.1 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81d839731f451d02f9634274177fc5a4debba2f39b0b2d2dda38557d43cba901
|
|
| MD5 |
046efb53ee8e320d35483c2120782868
|
|
| BLAKE2b-256 |
067d243f7b3f780af2dca52569cc8424839b91af8ad734ea5989696fb3a0a4a7
|
File details
Details for the file low_index-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 147.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b5f2893e7d18064b56ddaeacc6a13bc97f95f7020a52bdb5d380d8b903ec04a
|
|
| MD5 |
b28a3efc64a52ceac70770a717c9b637
|
|
| BLAKE2b-256 |
7c0aff273e01a4f270e675b98f4a56cf00b6a26f07d954094e2301b1e432b98c
|
File details
Details for the file low_index-1.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: low_index-1.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 139.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b60446d6782d15ddc754934a4432e2f8dc3ff822ee73c2c031cd5f07ff3ad153
|
|
| MD5 |
dc40cae3c74da29e0a816ff4fe43c528
|
|
| BLAKE2b-256 |
c21791a87d21aec04a02f7b53779cbda8b70a33b5330b1cb38f7386432225353
|
File details
Details for the file low_index-1.2.1-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: low_index-1.2.1-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 130.9 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3818c75adb83e7a08dd3835176cfdff9dece46fa7e130b12ba62df9ff3fc7117
|
|
| MD5 |
149e055bdd16999345f2b5d50259b4cb
|
|
| BLAKE2b-256 |
2af64f07645edd47cec368c9bd253d60d59c0d8891c79c6dd7991d966d8ab175
|
File details
Details for the file low_index-1.2.1-cp38-cp38-macosx_10_9_x86_64.whl.
File metadata
- Download URL: low_index-1.2.1-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 135.1 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba2671766c6f0c8684839142eb3024ea3a0ee814dc4b804ea048d56fba9950af
|
|
| MD5 |
f90d6ae48d0b2e8dd43cafe7212f05a9
|
|
| BLAKE2b-256 |
425ff4256563d29cb50d06a33dd2a915d68b9058c69094b48f46f9ee3223c8e2
|
File details
Details for the file low_index-1.2.1-cp38-cp38-macosx_10_9_universal2.whl.
File metadata
- Download URL: low_index-1.2.1-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 260.2 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aa439b80a3e72adb84926f021e45abb0f5f53a2833a81c07431a772af0888f2
|
|
| MD5 |
46bb671362096ee8fd12168a9d9bb17c
|
|
| BLAKE2b-256 |
5c78334364d8d5457cd930e8366972d366ed4243f567f0e41365a2512ea4088e
|