Python bindings for the Rust regex crate.
Project description
regex-rs
Python bindings for the rust regex crate
Usage
from regex_rs import Regex
re = Regex(r"\d+")
for number_match in re.find_iter("1 2 34 123"):
# number_match: regex_rs.Match
print(number_match)
# 1
# 2
# 34
# 123
Available methods
Regex.find
Regex.find_iter
Regex.captures
Regex.captures_iter
Regex.split
Regex.replace
Note
These bindings are missing a significant portion of the rust regex crate. If you see a struct or method that you would like added, feel free to open an issue for it.
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
File details
Details for the file regex_rs-0.2.4.tar.gz
.
File metadata
- Download URL: regex_rs-0.2.4.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 161df936ac4bdbde6ef1fa8f26b7b58273ea722b5fb7dc1b876fd886d8df2ecd |
|
MD5 | 5ea3d3b910153c275e1f4ad799a57c86 |
|
BLAKE2b-256 | 2e568e8ffd1431d12684dfa3fe75cc0d51e3ff8d8a2f65d36fa4f188aa86beb7 |
File details
Details for the file regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 111979b23fa3ae5126598fe082976385fbb4749f3149f74bdd5465eac01ad986 |
|
MD5 | ba7fee4a8942c0cf14c7828a070f0400 |
|
BLAKE2b-256 | 6511fd3fe337988e5c9bd9f0562dba6cf188b6e16c324432b1b72b12bddb61be |
File details
Details for the file regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e1a53e3fb5f2dc140550a4ccefa47b60501b0c25f88340afe9afb7ba5eda94c |
|
MD5 | 4e0f77b11796cb9f4cd37c11e6559e16 |
|
BLAKE2b-256 | 800fceab89b38a1e9cbb4b8908a7ecea35f45028cb6d110d80a3669b7520cec7 |
File details
Details for the file regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eda399ca26bb9d01af39fa0b72bf7909ce8fd725ecc367dda0ec2abf2edf0b79 |
|
MD5 | c63140a8af672a880a88538d5d688e67 |
|
BLAKE2b-256 | 4e3527cf46ddc071e179e15d72d6cf9092862f632a100eec0b7493790dc00cf6 |
File details
Details for the file regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cab5008d6c908730ded7e064a00cc34f381314146fe184b394ed5b2a517ba93 |
|
MD5 | 9bcf08d5cc680091d8956a93e2ab43da |
|
BLAKE2b-256 | 3d448e731abefc6b79693a2542cc288979d456225be7df9fc4da6a3c7f9794a6 |
File details
Details for the file regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fc28e842dc27780745f71d21b7b8010b51adc576de277831a2d71ade8cc326e |
|
MD5 | c193c7067d2cb887c8895643c7805926 |
|
BLAKE2b-256 | e0a028574861f6146ec2fdb082f1911c87e1247d84d21ca5f68b479f9bc6d901 |
File details
Details for the file regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c632127e2c15cea9d74b1a9396feb279023d80058215787f2638a3219b0a129 |
|
MD5 | 79868c2a0583dfc9b5bc84aa803ba585 |
|
BLAKE2b-256 | dc9f6f5d1271c40a9f931c44f592438e5aeb55d7e5a39cf61ea229c35ace3b78 |
File details
Details for the file regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84f5d270f44104c388454caf237330c13de55f5eb46c827dec58c0a5df41b820 |
|
MD5 | 1c7a00420193639c8769dfc2e9dab0bc |
|
BLAKE2b-256 | 85aa74ea4534c05a11dc3a56bdc12414859bf0fd1d157d4bf45e10abf1b898e7 |
File details
Details for the file regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4af9e90ec97bce4b1e9a3bf8e849c5ce01fcc3dcff488016e3809669da3938d1 |
|
MD5 | 676bf1b0514b390467252405d019375a |
|
BLAKE2b-256 | aab886b11144022aefbc9dac55f5dde32c98d22ae67ac09dc957802a5ab13e79 |
File details
Details for the file regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de7811bdac292b52d195cbb54198c3aefca3a7adecbe037e085b5882aff3309c |
|
MD5 | ea4d6a5f683091a8fc262a70cc62bd0b |
|
BLAKE2b-256 | c07b2fdc5e3d55381a354c62a2492528538f9ad4b087adcd3e0112f7d0a750d2 |
File details
Details for the file regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71f781b0d17bb5765383c3bd0cfa1ae300c1a1036e4c8dc5e92fa78ea7617054 |
|
MD5 | ca4a1a6bddded2f5c68499920be2638d |
|
BLAKE2b-256 | e0b716f6bda80aafaab50ca570a26e7e0cdae9e2b20a15ca0a7365f240ce5fcb |
File details
Details for the file regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6f4a84181626e648ebd6678cd2663a6e3bc86e96c89b6903798b334f6b70e21 |
|
MD5 | 64da9ed16a1d573ad6ebd87826cc224e |
|
BLAKE2b-256 | db4b41b2f1d2131f26e9e2e56724543fc07f978092b74b69c2abd2926f62b03f |
File details
Details for the file regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d8200189d6a78cdafd9ebc3e6753d3cd3c4f6986f88d44475e198c20bb840f6 |
|
MD5 | d83c5aaa5123e16d866395a658589904 |
|
BLAKE2b-256 | d505509f78700c1d705b84951c059d7c979bece115951f6d3aaeeb6e6f4ab3e1 |
File details
Details for the file regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76eca86b8c7705f38a74eaa1e7bffff6fff4d920d6b24a6725df9a98c54806e0 |
|
MD5 | 7589acd8de42bb72390969364bf9e4a6 |
|
BLAKE2b-256 | 25df17642b5f52cce4e44084d6bac58e5d25fa594ef22fcf9d99d360cee3c584 |
File details
Details for the file regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba3688ae52c246b93497f4dd9249743c302420a898ae17c3d3cc8962c0a3e14e |
|
MD5 | 843f332003e4c432847e138b8c6c4f1f |
|
BLAKE2b-256 | 1b956b7112a7cdcce97745fb73f8c69f9243f356c898f3533ef08d84871eaa8b |
File details
Details for the file regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8bfcb8643ee8505e84811d24726fcdc62a4ace3ce5d1dff4f1143589b85e0d9 |
|
MD5 | 661dba512e4e28986fadc0518e12025a |
|
BLAKE2b-256 | 82673e2fd1fb768e0e1828d3f9dfd93425f31b92aebebf90d709c51cf5a657a2 |
File details
Details for the file regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b49ae27d1fd0e296d39ace7196b149b6861ceba52164ffd1471dd8b84bd731d6 |
|
MD5 | a05366441e58bac942f74cefe0e109a5 |
|
BLAKE2b-256 | f842c4009cbe6b52bc29197a103847279d1447831bfa32e70217260eacd0ec1e |
File details
Details for the file regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 481d9e3c95cd07373ee7376f28983cfa0e4ed032b6da975ec4d6309890194b88 |
|
MD5 | ba63eb476262a0b732d5bda3a9337b0e |
|
BLAKE2b-256 | d2bb9b28efd902a620dcb62bc9dc23cf21d797eca910377237576c0362c1e059 |
File details
Details for the file regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0abe1eddbb22f57fde3af0e460a5c99621a8887b02136278edee971d57f9dcf7 |
|
MD5 | 40c07f4caec328fe923b520f68b0a6bf |
|
BLAKE2b-256 | 505841e61d516d9c265210f52840c172bd3af5fb5bdae9f4e6c1ba054b12bb57 |
File details
Details for the file regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e818f3acd894e36ee55e0195570f5da6f27de4e7551b276c13d9bce8ff7dda0c |
|
MD5 | 4f5f448f353cd2362240dfd276af991c |
|
BLAKE2b-256 | 226b7458f01006793a6c96154361a7fc36c06b01cb5735e61573d510cb813fdc |
File details
Details for the file regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8efab8813acdff8d36b08d66261b1c8aed83969f9cc614fca8014e5f846756fe |
|
MD5 | 30a8d720220e6fc8504def8acb588f42 |
|
BLAKE2b-256 | d99e7f13e0f1caf05fc757f8d8eca3d6317d9b96fdf81c641f8ddaa7f221dadf |
File details
Details for the file regex_rs-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ac9c08c11f36c21216ebec8181dd35e9e04be1afb3819e6b130ab377f134704 |
|
MD5 | f60e2faf0d0144e84a22fea18f65db99 |
|
BLAKE2b-256 | 4e5129504a4316dc6ac1a713c552aae55efab5dba498c213647feea2e0ed5b38 |
File details
Details for the file regex_rs-0.2.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9801ca94c55fcd2484b1d8d7c9ca02f125a885209863d0890808b41e992302ba |
|
MD5 | b8249a148298e74166eabe517110a3d4 |
|
BLAKE2b-256 | 627d30c1074b9d9f0aba422caabbcff1fb371afa53841ae82040f36be2750200 |
File details
Details for the file regex_rs-0.2.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b005db334fbf1be48b4fadd79875c78cb0609071a2c6525a9b056d4c3ef661ff |
|
MD5 | 3b59208fe7bd3e55952cfffa5be7f9a4 |
|
BLAKE2b-256 | bb90429600bce1be9f2e818b2dc26832d210918191cd699f88c6d07a378fa49e |
File details
Details for the file regex_rs-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92a1ee0ac0a55d3d8291ee86816060749654ca8ce07fad58afe377127f687327 |
|
MD5 | 318138e0dc972c7a3781836b20b7d4a1 |
|
BLAKE2b-256 | b6e4055ccfc1f4cc32ce3087877256c5ef296ffed812fe8f151c469b6692e896 |
File details
Details for the file regex_rs-0.2.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5db669348d930c186528b1af0311459190ec99542c6efb4f1642ea92ab1225ac |
|
MD5 | 6b92577d5d898a426a1b30be2aa00db2 |
|
BLAKE2b-256 | ecd5cceba419910439adef1c7e5b574870d9dc459b459c175ebd3b0ea5ed6708 |
File details
Details for the file regex_rs-0.2.4-cp311-none-win_amd64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-none-win_amd64.whl
- Upload date:
- Size: 677.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d01a8fe9e9dc0fc2150b48f604e89ae0e2f16596f401d0528d7ed83e797f166 |
|
MD5 | 344a948cd264c10fa032537696e2e0ef |
|
BLAKE2b-256 | 54de19ba36e7aaa4b83c44df2605d0fa78ef9220fe08cf02711b41f13ba49dbd |
File details
Details for the file regex_rs-0.2.4-cp311-none-win32.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-none-win32.whl
- Upload date:
- Size: 630.7 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a94ae44eb61a90d4ac4d70f84c1fb02c333e3917011f876f381c3c8c226e2bd |
|
MD5 | e9f57dc310f09b09bcdd0d9947aba4c6 |
|
BLAKE2b-256 | 110fef68d076e1bbed503f417f49039ddc5ca8c115772eb89da777fd2f473c98 |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cdc654818a2147b11ccf6ccfef7575a96f9d25790ec797368f68ee234de7778 |
|
MD5 | 237c2970db5c0b13d0c2b4cc5cd9ad6f |
|
BLAKE2b-256 | c274bca8a85eb646028fbb990e15435720de8281320da85545a04b401acd818f |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee9bc0028a7b1eedf60b5d4543da8038600723e6c71337d660a51533e99d694 |
|
MD5 | 7bfc032e07c9ce0d915df49ae05bd3e0 |
|
BLAKE2b-256 | cbd1df93f890601e092178fc34641b83aa2e9808f4b4038e6036550c15d4cd60 |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5a2956852a3814ab2bfc2a80c37f56a9f1d5bfb9d852e831d95100790fd898d |
|
MD5 | 97c3cd8a985a0ac42ce9d186060d1ef9 |
|
BLAKE2b-256 | 8e41246fa73d5012e349e9760eea40d166d2be4851ed5f99ab63e35138f1557d |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6145e3fa85b7e20a0315ad798bc048a6afd0d88eae16aa8e12531b50ccdfc7b8 |
|
MD5 | bcd33c71c97e3d2bf2164dc72d4dbe87 |
|
BLAKE2b-256 | 361639cb1435c45509864f6f73986805383f9fbe00a14c75faedc7bc278b4ea2 |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c5bc20c5679bf7bb3365cdbbcac82582617dbee800c9975831aac3f787ede57 |
|
MD5 | 9b1c0b3cd9c36608ce361a10f6df87eb |
|
BLAKE2b-256 | cddf662b5118dbd991f85acf667378aa32ca4d9491c987abc4fbc6f546221b06 |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa10d648a0479b4dddec2daad5d9cec18e56391826de67e61fd4f12918dd922d |
|
MD5 | 54c471b51ff492d6fb0dcb5604e4a70f |
|
BLAKE2b-256 | 9e6041638dc36b1604f00a9245f98cb0df3c4cba936a5efd61901add184ecdfe |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 831.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7091b49be023a8e21eb389b3d0371ffef842fee17e9a58f328cd8d60db1862d0 |
|
MD5 | 5982d6750370fb6d67b97fbbe9f98b81 |
|
BLAKE2b-256 | 55fc77d786b268829a949014fb6332a80d6e314f4d2163fc0ba7ad419fd0b706 |
File details
Details for the file regex_rs-0.2.4-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 881.0 kB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8db7d5d012426ea27388117d76d8c3bed4140d36905fcba271a06e7bb0d683ad |
|
MD5 | dd3776ff9b89ff033770b0446cb5a621 |
|
BLAKE2b-256 | de1161adc454b9448deb4f8c82424ec1a081490726ebf7b2a1296acd3fe5c595 |
File details
Details for the file regex_rs-0.2.4-cp310-none-win_amd64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-none-win_amd64.whl
- Upload date:
- Size: 677.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f65c2025106dd22d0269916e7fc91b1970549dbcbfbd9587b12fe5a0437ff0b |
|
MD5 | 325012a3a08d6e7b5324bc5ee55f8e12 |
|
BLAKE2b-256 | 7fbb7584594aa722882d43a935d7101e41fb6e97cf1c49330b8f561cbabc951a |
File details
Details for the file regex_rs-0.2.4-cp310-none-win32.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-none-win32.whl
- Upload date:
- Size: 630.6 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 521692f1095e804e6a9b7d2dd64c9bb03bbc0c7afcc8db59ded9581f0dd158ae |
|
MD5 | b175ce38f23321c9b28bb7f6dcf25854 |
|
BLAKE2b-256 | 6e014bafca53666cbd0281a2b3bb0f7b4ce4bd78fbb61c6a74236f07de5a52bc |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a35cb90ec05a4ae47f7c0e30ecd083a738cf009e8554ccd8f2b0c639b359d53b |
|
MD5 | 92622a6f0e389d827117a446f41d5936 |
|
BLAKE2b-256 | 989f3e4b1fd98c45b51f0f4b5b429533b64bb6f8c0c3eb3adcd635ba3a8847b0 |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bab905b85759b7d78954ba8a75b27a1b5deebff987f436cd43b7219747f4cc57 |
|
MD5 | 2dd103e9f70dc4bc0431aaa1861094ce |
|
BLAKE2b-256 | 17f2414d3084cd90aff0bfda8ff73c8469adda427291ecf05aa59040f72194a0 |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd6c0f3f88a6cd06d50ae4cd570b08e2f17c0195e559cc2e0cafd09093452629 |
|
MD5 | 255fe90888053c2e1d0949a072778243 |
|
BLAKE2b-256 | 63715999ded9708f100f6fa689e40657a788e541e4ec1db2c27996d79ad55411 |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 711424c2bb714381b6b99c2a3dbda1ee303c4c35be425e9b5ebd09ea48080bab |
|
MD5 | ee50dfe5ad7baf39b71df028495e8fd1 |
|
BLAKE2b-256 | 62c05fc3485fba63807023c765dd0f4ea4f0b361fb890fc1e6bead39c02afadb |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47972868ded64530a831c92fd6597a9d16159d83307b5e0a56ef29561a22e5a2 |
|
MD5 | 7669cd9045dce8c21253906d5469a0df |
|
BLAKE2b-256 | 96a423ef5a3561fb2dae7872f90c55465bba059d234c4d28792690f45e27b480 |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6048c60db29a002951c03d8b0a9587f1cd948a93645343e13841cdbf2b91315d |
|
MD5 | 51facb44c52ceceaf26b212ed252adfc |
|
BLAKE2b-256 | d8642c243e71667d0196ff3a4164a9b844d44dd6b4ba2bf4cacd947674d162d2 |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 831.8 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ea0282a54484410b8f578e01254421f15c1c76b26cf424bae7e115a4d07aa7 |
|
MD5 | fd560422c24b3323c36c21ee364cba0a |
|
BLAKE2b-256 | 1bc39eb598281c63fbff896fa43972fdd06a9d67644ba77bbf811e7d33f435b2 |
File details
Details for the file regex_rs-0.2.4-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 881.0 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdf813ff0751a7fc0b063f627f3d62f35456def7e40d693fbb71461fa33e4491 |
|
MD5 | 82d1b8af501172466555d1f74e0406d7 |
|
BLAKE2b-256 | b4ba7462f1b0ccd35b66198941484a7d6192f9cce333950953ae81f38254096c |
File details
Details for the file regex_rs-0.2.4-cp39-none-win_amd64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-none-win_amd64.whl
- Upload date:
- Size: 677.4 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ff1c60f2da7eec79c5b4ded515acde6e235a48edb7eff7b9b58f3e677ef8d86 |
|
MD5 | ddd3401dd4af225642ed6fee92e9b41f |
|
BLAKE2b-256 | 39952695b90dba53c37570c77ec9e871aaa5c931d86f75a8d0c03d5028f54e7c |
File details
Details for the file regex_rs-0.2.4-cp39-none-win32.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-none-win32.whl
- Upload date:
- Size: 630.9 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cc3e9a1863f3dfa720d193e02a38313138dd5d24d77c0d03ede739c42be95da |
|
MD5 | d77f906c5f7b5271fc1b58108c2691f1 |
|
BLAKE2b-256 | b8568a8b288e74298a33ddff83479b886e6d87d1b487b52d43b193a0597b35c5 |
File details
Details for the file regex_rs-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83c954733fcb161aa13665a20d8ad9ac068765d2d86170efe896b7f8d436942e |
|
MD5 | d746819cbc43baaef7e7446e9dbaab5f |
|
BLAKE2b-256 | bfffe0db3bfcb32a87f1ffe9feb2d645c4c4743505f77e37246253e8f4c82882 |
File details
Details for the file regex_rs-0.2.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d9ed3990bf39f30dfe91917bf00840659d78197c577c46c67eef45a408aa9d |
|
MD5 | a272626fe95f922e0deaf6738538323f |
|
BLAKE2b-256 | b1c3207f8fcde588349556cb7151ee09b78874e9d45790971071249ef803de4e |
File details
Details for the file regex_rs-0.2.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2e0ddc92c055a39bc31152b7b70c220dce2b9cfbb1378a3b3d1da56fbaefcb1 |
|
MD5 | 656a17ffdf50a86d5692d499631e8c4b |
|
BLAKE2b-256 | 934f18bf6437ece4191db00e958911f7a43db6d548fa65de353a42c945499c36 |
File details
Details for the file regex_rs-0.2.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 984798eb8f6fcb8f2fb40fa66fb765daf50913e4d66933b43c4e28485598b157 |
|
MD5 | 6a7ad1abf72e3f9ec914a955a9fb8acd |
|
BLAKE2b-256 | 856bfdea6886c0f682d22f63be670bc8d45b299f773ca175287f90ff05cfc2e3 |
File details
Details for the file regex_rs-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77ff30df2e378764c0c98b4064d9274b739cfde76f457462848120da4e8d602a |
|
MD5 | b19ceda5095b1c2af194be808219d9b3 |
|
BLAKE2b-256 | dda174ced80c05db7ddb217a14f950b543539dd1660ea11e5202b3023c4c9445 |
File details
Details for the file regex_rs-0.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28d720de60e306fbfa6ac07abed000b6cb9a03cf86c5a0cc9be3a86f6db499ab |
|
MD5 | 6bbb50209da4b4cf7c74703eeaeb9144 |
|
BLAKE2b-256 | cfb687c6cd0c769be44de212a482f15d74f648662b08943548593c1021e6915f |
File details
Details for the file regex_rs-0.2.4-cp38-none-win_amd64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-none-win_amd64.whl
- Upload date:
- Size: 677.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f04a354706873520fa62635be7dbb0ff26f3b4f4385eccbc24894ea507b236c4 |
|
MD5 | 8d3d96e78ab878fce5c837af162860e1 |
|
BLAKE2b-256 | 275baa781a87639cd70f77ab226cf4733a78e6203876f825cab6ae5f4bafba8b |
File details
Details for the file regex_rs-0.2.4-cp38-none-win32.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-none-win32.whl
- Upload date:
- Size: 629.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e67206b088326d4abf889db3cbaa6b1b03d29a12422a4c48f6001c6b5583815 |
|
MD5 | 6ff7e1162b25c68bcd811bfc3a50b02d |
|
BLAKE2b-256 | 5f2e7bdaaa7dee0983b13ee71d095f597b07b3cc5d779a79b7cc688abc617732 |
File details
Details for the file regex_rs-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb8571b5583f02e275a40c196739207b273d3e374affcd0875f098577702ae6c |
|
MD5 | 441a5560356764849991ec042c306b62 |
|
BLAKE2b-256 | f94be84262edf186a0f4879b29df75846639c6530cd95702369ccf8729154f58 |
File details
Details for the file regex_rs-0.2.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 789f222173b454ef9ebb3c6ac16f79faa9afc58858b9a382b00b1615c630f37c |
|
MD5 | 856b6db7d067ef89ab973c317fabc122 |
|
BLAKE2b-256 | b417fa7eba633fcf8e3190d11363a0227b2645f045c821efd110467d38bc371f |
File details
Details for the file regex_rs-0.2.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b2b7d8319c6ebd3c2555ce2a96b6742f75697a519f26f5e507a7f9ec95a50dc |
|
MD5 | 3fc7e8eaca5652e9e6163b07dc4eeb54 |
|
BLAKE2b-256 | 1b287156ff097b25a7777b2295264100752c242b41bfd5674938d935366e97fd |
File details
Details for the file regex_rs-0.2.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85eebcb5265686c08bf40df355827673bc2f5e3c1d3769ae90dd30e738440970 |
|
MD5 | cd065fcc8e9e919528219f7f12c4c232 |
|
BLAKE2b-256 | 9c901ffab54723bc451b420627e5c8286c82a76280235d5671b8337a441d0672 |
File details
Details for the file regex_rs-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66bcddece4f92b1d80d10243d26461676eb6cac3dc6c0c3619a802c7a2dfe12e |
|
MD5 | d6f82676dd821e0b08610ae0ff52c6d2 |
|
BLAKE2b-256 | 38c150f3f8f81e6545229f094fe293d8e8afd46cdf5983d9dd969b0a1e042bf3 |
File details
Details for the file regex_rs-0.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dac80405baf71b8c78f5c15be2dcdd965627020045aa8ed77c6ece900b2ec27 |
|
MD5 | e80a0a025b27f779e5d0efe3b7df1d32 |
|
BLAKE2b-256 | edead9ab9797e25da41d0307e69ac360380c707db89a4598c5af80f34f2060f8 |
File details
Details for the file regex_rs-0.2.4-cp37-none-win_amd64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-none-win_amd64.whl
- Upload date:
- Size: 677.3 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f140e77dfd5eacd3d12e2a27daf387b9465654528298f13075334d8e9d35a22 |
|
MD5 | fe1932e1269461c3b9ca63fcb504ff7f |
|
BLAKE2b-256 | 83913b1521eb287f8b4480bf62adfe30e1f5f77a8d7d344737a7aaa5d65fcbb7 |
File details
Details for the file regex_rs-0.2.4-cp37-none-win32.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-none-win32.whl
- Upload date:
- Size: 629.9 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148da917da403aa6be6426a86fd6f3665f56bd57439fcbcec66a6cb9e19ae704 |
|
MD5 | f16252d3260ec121c9eec4b4348282c0 |
|
BLAKE2b-256 | b0cfe73eec7a6351cee7f7132d1bd9e60a9e6cee301f824c2cedcbb624e9e728 |
File details
Details for the file regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cefa6e0fbfbdd638bbdced2381e09c1f58c1786a47e7726ea62c6549795fef2f |
|
MD5 | 540b6a855501585f4f7e6494e657627f |
|
BLAKE2b-256 | 3f1cd03c7a4fcdd1be1fcaf87d695514a97f988c2476bac579bfbb9c8f5d07b6 |
File details
Details for the file regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99083267276c1e0785f89d40661d2965915b66183a063f8dbd906637e36fc70c |
|
MD5 | c0348d91a3ad9ca684fe74d483194031 |
|
BLAKE2b-256 | 4b874d0e9e90ae409d9275460d2357d5b6601c91358ec4e8b56ba55bd4f91495 |
File details
Details for the file regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148e7bb8f1eefe26bd9d5e32a1091b1e244048ab2c72e4d1c629b41fd4a07afe |
|
MD5 | be1f6db87d95199841602919f8f2c66a |
|
BLAKE2b-256 | 8b43a41949d6866c6fb34455a2ddbf222e488bd89444d78d2faeb8c88e2ea8bb |
File details
Details for the file regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 280fb8bc204742a79b4c88948410f8f2901f66ea84065faf69a8f978ef8d9846 |
|
MD5 | 2e289e8d9617969b7d8b0eddaf11abc0 |
|
BLAKE2b-256 | e002ec89d930843d585dcae93e7ddc9fbd9cc0e933348d8bd4076983a05847b2 |
File details
Details for the file regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff89d9680e1cc275e9ec630605cf3dd0e282c62b411a214c29bd0a1bb9a3adfd |
|
MD5 | 4aa02fb57efc5a86049fa16177985bd3 |
|
BLAKE2b-256 | a96d143589c7f71b3033961b81900863d45f8afc2b3e6bf299ffa30d18660af2 |
File details
Details for the file regex_rs-0.2.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: regex_rs-0.2.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6822f47068a0d98753780363fc6bc370ff7e044d527d78c8230d1832de975aa5 |
|
MD5 | 6af11c3bd565ce16fe87a56ca1522c56 |
|
BLAKE2b-256 | 340a735d4675d0640b4ed0ca4cb14f2d74a53bd1e62f6461cbd5612205728ea0 |