Skip to main content

PyO3 bindings for formatparse (native _formatparse extension; use PyPI for Python installs)

Project description

formatparse-pyo3

PyO3 bindings for formatparse: the _formatparse native extension used by the Python formatparse package.

crates.io vs PyPI

  • End users should install from PyPI (pip install formatparse), which ships prebuilt wheels built with maturin.
  • This crate is published to crates.io for transparency and for tooling that indexes Rust dependencies. The library target is a cdylib (_formatparse), not a normal Rust library artifact.

Core engine

Pattern compilation and regex generation live in formatparse-core on crates.io. This crate adds Python types, conversion, matching, and the FormatParser API surface.

Building locally

From the repository root (with a Python venv):

cd formatparse-pyo3
maturin develop --release --features extension-module

See the repository README.md and CONTRIBUTING.md for full development setup.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

formatparse_pyo3-0.8.4-cp314-cp314-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows ARM64

formatparse_pyo3-0.8.4-cp314-cp314-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.14Windows x86-64

formatparse_pyo3-0.8.4-cp314-cp314-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

formatparse_pyo3-0.8.4-cp314-cp314-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

formatparse_pyo3-0.8.4-cp314-cp314-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

formatparse_pyo3-0.8.4-cp313-cp313-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows ARM64

formatparse_pyo3-0.8.4-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

formatparse_pyo3-0.8.4-cp313-cp313-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

formatparse_pyo3-0.8.4-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

formatparse_pyo3-0.8.4-cp313-cp313-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

formatparse_pyo3-0.8.4-cp312-cp312-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows ARM64

formatparse_pyo3-0.8.4-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

formatparse_pyo3-0.8.4-cp312-cp312-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

formatparse_pyo3-0.8.4-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

formatparse_pyo3-0.8.4-cp312-cp312-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

formatparse_pyo3-0.8.4-cp311-cp311-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows ARM64

formatparse_pyo3-0.8.4-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

formatparse_pyo3-0.8.4-cp311-cp311-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

formatparse_pyo3-0.8.4-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

formatparse_pyo3-0.8.4-cp311-cp311-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

formatparse_pyo3-0.8.4-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

formatparse_pyo3-0.8.4-cp310-cp310-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

formatparse_pyo3-0.8.4-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

formatparse_pyo3-0.8.4-cp310-cp310-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

formatparse_pyo3-0.8.4-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

formatparse_pyo3-0.8.4-cp39-cp39-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

formatparse_pyo3-0.8.4-cp39-cp39-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

formatparse_pyo3-0.8.4-cp39-cp39-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

formatparse_pyo3-0.8.4-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

formatparse_pyo3-0.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

formatparse_pyo3-0.8.4-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

formatparse_pyo3-0.8.4-cp38-cp38-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file formatparse_pyo3-0.8.4-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 563fc990d01b2f1eb756bcb45526c42eb7d626622d5216a72a0602d07c5d22fd
MD5 86ebc04c80cdb70eb3fefa3bfb880755
BLAKE2b-256 4183def504bb989c6d50e20ded4df467665514c85c6dd0604271945435a1d8f7

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 87962a34c4df4f9c5e5280c4725bb288ec796a75073536a208fe52a831303b45
MD5 e912fd0a120e5ffd0e23685a73eb3721
BLAKE2b-256 3e84f9ad020ba14d23f9af503c7d6827b630dd932c9ff02db0fd291ce7812227

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b6844facce9bf9e1a3c1535a9a0be40a66865affa413c621f33903cfffcea31
MD5 c086b695611b4ad12b78082d96594ce7
BLAKE2b-256 69a10c27f85043f806b83dc4d1eaec39e3fc632640365200becf7d435a6cfc1c

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e408437781118793df114c468e6a4005ed95b0a3843a3137b56cf28f3020a1dd
MD5 e5e60202dc90e8b9ecb9157b9f5cc7f6
BLAKE2b-256 30cc636ae01d996791de7fc3947dcba100747247ab310d1ce684b9aa042305c1

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d080f1fb78bb653cbe456a898ec6fc5c7655696b5e737021d75c9c267f096d91
MD5 110ef3fa1d92e1d16fd842a717de2893
BLAKE2b-256 6b6d63d7e1ead1bf8e659e9b52533ab2999a21201d498eaa1dfc9a65fffa4ce6

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e3ddf4b90e2625ecd48d9447649469ddf5800fb166bd1255bc4bba73a92aa041
MD5 56f7db94ef853cd24f2b87c7a0f56502
BLAKE2b-256 dd77396cc341692a25c5e3ec4df140c56faa9123a159465a6ea70f3e8ea43269

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bc503ebe61cab8b09b3727a99b8ed83e3355a31d48dbac7038919008e6812583
MD5 a1d515ade1a8a107bbcb90fcdf924262
BLAKE2b-256 a104e7dfd07f7bbce5d60b39b0f29727c2d063b93404432befbb704f336143b1

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0767b663a9c9d6776390795581d8b7d6a3c958ea3a90ddb848b71eb70d258a83
MD5 8e9ba6667770dedb12f8e2868b8ca159
BLAKE2b-256 dd68dc993be75815cff22d78bf3e4c7969c2fdeb5f0536894cd6b1d11b466880

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42c2d100772926c6b04422c6802aeecb5cae574642d009f65777746c838a9740
MD5 36aeb24ee612fc39980747b14e387017
BLAKE2b-256 6331c6c3cc85c824f79e9cd6aec858c84e381d6ba97456bbd124e1380c55ba97

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 881158c072a471082e9bc3d0379b1288dfaf05a4f630e61070f0d2b792d420f0
MD5 6f56abcdbbb06d2b81316a3d626f8549
BLAKE2b-256 50f97d24e607c571a333cc329d271efe06ad4b2515cf4b686c300ed48d0feabe

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1a5e4cc2a784578f1e4630357afb41f4a3f7552a167f4fa57ac8b5cad654cccb
MD5 d3c9ed14bbd6fa2fd4702151805cb2b4
BLAKE2b-256 d20d2f1c0502bb76b305822921b176287c46a98058d43f580b01aa24faf21bc1

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b5955497fc47aea1c92a46fddac26ff21ab1cf3504750804d10cc1a1c4954828
MD5 b4dc4bb8405a32e1fa34d6dd93705001
BLAKE2b-256 119e57cd65e702f43279f32029170b2d4bc13040720de5ab9128a2ec0d731e7e

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3c8865e738008924a2bc173cf753093c70e931ceb65c86d3779194177cedbf9
MD5 c4f9c18b3d939678841fc9151d326fa7
BLAKE2b-256 5b3709478a9fef238c034885ad4b41872df98243ff2c47e5aa011e71e5b7aa98

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eacaba2d8f112c2ab921801ae671bdeab3a2f8513adb358351d6084c05ef36c7
MD5 40cecf4fa9f29c121432632fa7de7516
BLAKE2b-256 17252754183c141213cc75680b94fa9cacf855d97c987d8fa978b41210f7443f

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 27cdab9c8d5fb73dd5abd9cf813466c03ea61fc774b35a2ed5c6c306ff893106
MD5 fad5696f3f703023712cf5f61b82247b
BLAKE2b-256 fb365f698d6455c12c65e763a2d910ca11f6219bac9b1d5d42e7b13067aa2a60

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5366208b01c533b1a99e49f2a4c4747a634aeecdea97c4f3b631f7a354d43464
MD5 8be0313ec7cfec94b502428eea50e471
BLAKE2b-256 d5f389b23d8af28717b8b561a11cbf1173f733c1e4128a8c6ba186970d7b72be

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b27a145ebe8aee9010bdf54e68d85b1dbf0ed09de9d6ae7b1314e76d47b46c79
MD5 c3d78b1da9e78b42469a1d3b1f20e9f4
BLAKE2b-256 da3a494a576b210e6d62db9e7aae9e2bbf8fa6adeda63f725811e154a563a807

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e10f5d897e89b942f7da20c22f8c37da3cabe32831476f348a8fe7bf435a6f8
MD5 94514df39900f9507eae4519a4f1ab97
BLAKE2b-256 9df2628b399a73b79e3ee25e6ef4ced9cdab5d7c44c789858394b3a0d0a9de55

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ee97e87b1e6a9b9f5f1933c9559360dc1fee5d779fe99e6814667735808dd7d
MD5 c0a04f176c62e2a15d5a8f04415f87e9
BLAKE2b-256 65aa462caa2a87908dcfbee88f339ecd21e0a5c29012ef5924422403ebf431bc

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ab83a893a5e02ce94cba1bc3a76100f0609bfd5b38b9f61b4b6d3211231de48a
MD5 3f68d42948c4ad9fd7e5f7462b7abfaf
BLAKE2b-256 c73c09f9f40d7dacae273bd84b1d09d337d492f40737cbf14c4c3365f08d68c4

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d665a17b23d88aa6ec5630f64a5d901a62b3d56167745c1f60fac6770c00e751
MD5 51febe0157b4908537d34abdd865aa13
BLAKE2b-256 e15591ea0332a41c6bc7e3bbdabc0a05466dfa2f155d4fe6441d3a937e3afc6a

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 321a9ce956d63fde66bff12252350fac703f9fdec47ce4f5b8d29c61a477dfb3
MD5 cf0cfff410338db6fb1b7537f4ce82f0
BLAKE2b-256 99f248fbaa9498242ec340efe007e5f8460a5ca9f048743505375767f495a96b

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ffff1fd735e9f0dab952e4988f89612a14bad610b257aae735073d0585099b8
MD5 c757489ad34c33a8c80961777533156e
BLAKE2b-256 ccb33e100c990f392f5a0c4b465e5e9726647e2e93f69365ef492221f83f798f

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de19b48f6fa483c88bd7848d043cc15af2e6bea1ebd8f35f9c6f9d3ca6947bc4
MD5 c49552d8994ca05a1e03a06f7d1841b8
BLAKE2b-256 9f8774497bb9a86b1e427e6479063a9009733bcc74571264a5144cfeb67475d9

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 67ee9a23867ad7713d3c635865518d9895586cc997a93131a091fb8c13ee6e27
MD5 9443d31531c3fcb80b5b024b8fa43412
BLAKE2b-256 0af35729f88dc6debbc0529cc2dce7f54a728453af1ee5b8098685e92545015c

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ed8739bf916204bb3b890c62790e44fbada8dda0b4748fee3b8ec4f01bc4437
MD5 5c64918277e603dc9b8a99d20b95dfe5
BLAKE2b-256 eb54ccfc2d1a8207e843e314fe7e1e4513c2e99c6a06af8bc3e93ae98423b436

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9a40ccde557ddc02e809087d09e3ff6057101c23d9103b8c327778428280610
MD5 e54efed3d998366216b3fd14133e8ae1
BLAKE2b-256 73d74bd31af45376a07ff84d2defb8b2947e908922113e5a01deb021b9151688

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5a8fa5b8d21dc916de55536339c1f4401464c068387eac8db8f3e81f3006b548
MD5 6652f1eca3cb72d4aa2db39c8e9d206c
BLAKE2b-256 7c3ad9c892a675b4bfbb816837bfa86f2639255c1fc548f9994b46d29aed9961

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f397fd730d8b6887e7b0143feec809568772204cae719a33eeb2beb07fa987b2
MD5 3b81b645cf8aa320a2093be8204c1ec2
BLAKE2b-256 ef9ac5479aa90faba18a6e58d5eef76405cb494522a3d83a5d5d953c6cb8c7f1

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f170632c2d18d3de232389996ac5bff10c29f6ac4d8eb4bb5b8d5a5fd6ad806
MD5 0ab38983d985c96856c7048e20368a91
BLAKE2b-256 4eb2ef625ca9cad7d17a526319f4795d1c11ba9470fe7d46dc5e7d8b27ea27cc

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2eb1ee135f2d13c9c1cd9e320df9b25068825076b2032cc6790a696cea65840
MD5 d1924ec2e1cf4006d0b4e1626a6d3062
BLAKE2b-256 cec4ece95ef2e92035e043a69292c3cc201f02f6d4d86476f944db32212edc53

See more details on using hashes here.

File details

Details for the file formatparse_pyo3-0.8.4-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.4-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f57008f34916066dfe95956cdc5a6edaf1a977361b5ad18d38d62def5f40a9b2
MD5 1c6cf1927d1562b0b7e2f97e377aea20
BLAKE2b-256 2f70e04f45cf30ceb860a68a21f7d8302833aa48cd9e31da41b22e15a10cb15d

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