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.5-cp314-cp314-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

formatparse_pyo3-0.8.5-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.5-cp314-cp314-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

formatparse_pyo3-0.8.5-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.5-cp313-cp313-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

formatparse_pyo3-0.8.5-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.5-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

formatparse_pyo3-0.8.5-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.5-cp312-cp312-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

formatparse_pyo3-0.8.5-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.5-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

formatparse_pyo3-0.8.5-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.5-cp311-cp311-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

formatparse_pyo3-0.8.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

formatparse_pyo3-0.8.5-cp311-cp311-macosx_10_12_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

formatparse_pyo3-0.8.5-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.5-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

formatparse_pyo3-0.8.5-cp310-cp310-macosx_10_12_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

formatparse_pyo3-0.8.5-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.5-cp39-cp39-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

formatparse_pyo3-0.8.5-cp39-cp39-macosx_10_12_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

formatparse_pyo3-0.8.5-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.5-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

formatparse_pyo3-0.8.5-cp38-cp38-macosx_10_12_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 41b2c5e96bf7387ddf7f6dd5ad63de991639f93498ec4932b4ad0462385cb0bf
MD5 52c5925c6c0b4af0c224b180e17f82dd
BLAKE2b-256 40751b2d55ff82e3cd61cb16c19a85a0f1794f6541492fe0f9e22195a64ea0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d51ba9892093fd64c8c0d51cb3906b2ce280322d4480e024db088f7d619f91ea
MD5 e3fdb35fc0c20198e8becd0de9266bf4
BLAKE2b-256 1ffef27c1b4eb58c375e69ea793de1618cc0e957f1853e127e73b8d8eaf6fe0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 913ca99d24eb925855c4216f6d337b3fdc3a9b6d44296b20dd71271de7e3fe75
MD5 6fc66480b4f37b151f507c06b0129cf1
BLAKE2b-256 89115ebc2d05d17049be8f1460e71f17f9ff352f344e38da645893b975e30bb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f75ff68c9a9b134214a1b5d2c7f7ee9ccbc8aa40bd1d0fe37d93f297aa68eba7
MD5 dc15071c3b9cda2590a5b6a67adc89c2
BLAKE2b-256 9d8eb9cfe7863e34feaa752a2613519652c220d6781d1f8994e1e058d9a366e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 66025389deecf9473390f2320b13a5f5d8f13556a38811875a1128fe9454a0a4
MD5 d2fec3b62e4eeec38c8ecb3cc5c9e810
BLAKE2b-256 b08895f4591f126f164d472d7fb51cb735af92c0a4e4a058be6c33ea0176e1ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 930797bba06af3c66561343898188c6492711419943c974fc93db86700cb660a
MD5 596a8aee4ab90235c7139ac286dfb99b
BLAKE2b-256 006769aec7b5bfcaf04d6105a1233df20cc232512441d8372e578e28248c61e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d7cb8673d8012cde1203308fd3faf409fdb867d1c9346ee3575a46c8f9840234
MD5 50de529e262a5377b5a9d9c7961646de
BLAKE2b-256 940dab348d13076bd6f27e3d9cba090221d1f610908845e7e5f46d093e1e9d56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 062b6d99eba508fc6bd8b91e6dafb3674ae1a9beb869cbdc7eea793fd7b431cb
MD5 5f34e93868eda076880ff70bf374d68e
BLAKE2b-256 ae0e279a2a09fcced3743af33b8e85d542a36454758c73e01795f447c7f4a88b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5b09b5f9fd3b187dbd5a2891d682bafdd8a851afaeb335877e96e50925adb70
MD5 0eee76ff7e831c0c1dea1bba5c8462f4
BLAKE2b-256 1b04445e5d88992e0cbab67502ad430489ed428ddb6ddc7823c09d1edae36213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c80a95cd8626a5326ad00eb9e051bd9260991655e5e12119d04412d5cd6c635
MD5 618566e3a055374c792ecc4d13f59e52
BLAKE2b-256 0576f1440c07222a728a230f2cb46dec0bb554a08352051454ab5b443faf1989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f5cedec6189761b716f01188b9bf75cc3dd8fc47eb88edf50d9ebf9e26a1e38e
MD5 743f5b0bab87832594e3f36c45b07c3a
BLAKE2b-256 efc28681d373789ea9fac901c57a297a313e26ff4ced82cb2f87693449ffe156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d5305acf1c1651f083fb2300324674d8b936ce4b94b6690d870727858a525c07
MD5 a86968b0f83802407362457f6fcc1baf
BLAKE2b-256 a69ca7f38fb245bf4b6e004ecbd962f68db4c1e776f9ef168cb54abf80fd3d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 692b45d013693badfab14266e1df2df89984eaebf2dc56c6cf28e7f1af0a1760
MD5 830ad83edc992d2e9d6a4068e92282dc
BLAKE2b-256 6b4df577d01a4cd4f343f0e938958cb0c79711c91f3cce91f66dfd2c809823d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6e9fc0d0b06dc6e935a580795ddb1f5d64d7aef560f4fd395eaa237c553d453
MD5 fbecbed871e0764714952de889c4d30b
BLAKE2b-256 074cbc1439ecf069dfd38e09d8b147f87ebce79be1131d0937e3497bab5aa5d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 45477114ae06897bcddab52052d3a0d464ac70781e612d58b66eb485403cd1a3
MD5 e1fac775b0315e5b77041d8d161a7577
BLAKE2b-256 72d5d140711a1d3804c71abc8f317aa3b89c84c516ad7eb2f1ba8c90cbeba4d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1e09f515c8b846d74a2b1290b5f58c388c12e572cfb0d43896641e6dfd07d63e
MD5 fa762bef0b48fe16faa3a5b4cf827ffa
BLAKE2b-256 c7fe3da1c1ddb094148c4689b9ed3f53ccf3874b07627ea4534f99426ce8d0f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 28abf62c92a813a684b0bfeda5d44d92f96feda8b870ec66dd6abb9d12381870
MD5 f9bd41c02f031149d84e503a79472fca
BLAKE2b-256 2ce2f4098c09530917e3f2f00d6689379947f4a2ddd509b9d0f2ac0593c9d0de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d20a6d885a9f617c3b957632e8aeb2d4cc5d802a1d5e16211f743e783f596e9f
MD5 159318a24c279a986e06dfd2c87ce389
BLAKE2b-256 1ffedb88f1defee5f22dc143901eff903a6f8c9eedf6f27008fba92b7a956f59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5481a6313b253bf4ce4e00a792fb885a63abd759b6ba8be7e00e9c014886d8e
MD5 a60b15742819f4d4e51491eace298a16
BLAKE2b-256 ff435e020765da9645a2e5d97728a00ebd803b7d3d95e7cf2f9f7df89e3343ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f0fcd13ba5c62887d4b830f20b9c0bcc6b366326216952be4f5c132da9162779
MD5 bee96be33835b8939f13b32296bcde6c
BLAKE2b-256 7f14a902e267f375a98c2e773e381e1b3721b3625e533836e922b4f1ff81d411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 60bfb375dbf7dcad243a0d73b1823870cb97b699a3dfb784515be21757f807a9
MD5 bea2bc75a19936f0d145d855b9704712
BLAKE2b-256 64e33ec7bea24cbd26fa83ee606545393346f5fe7ce864c33eed3890609c45e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3c6218794631da3c8bff041ba707915f7b40fcfb27c9046bed75831b79acdc0
MD5 fa3b71de5d820eae5422e5cac13c9909
BLAKE2b-256 5030e160bca2edc6a7a1ff4ef3467f9323e85fba370b795f980007a9b1ff1850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66ddba70339641c2a099bed7642c73d82efbae9a54f235785fb237ca6fdd7f50
MD5 a539e7ca11f2884dce09c133581e6d63
BLAKE2b-256 983bbe6be329c21a24e141dabc49a77e57b92e7e135a30d527e5c590a757f136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91b071d22ceffefb19932dcb41f59ebde7048da60ed90557175811dbea82cfa0
MD5 1658be93cb8e5680248e1b2a6ff35187
BLAKE2b-256 31c8c616c67100414f5882da44d294ae7ffdae5e4120af318369eb00f10f5a35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1dfc9eeaebed4d72c38f29573a98e0852e5b36c95220860459c382813bd16689
MD5 73d323d4a75ff1a845db554a4d4e3d68
BLAKE2b-256 c9bdce0c7ec1ad19dc55cbf952310d9f1339ac4e8472031bdc8dba1c5681bda8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ec0ccba0984a84062d9c47615cf8a693d70b5c6136e7bf226814f809ecc1690
MD5 96c87417fffde998bf20624241814d9e
BLAKE2b-256 31ca81cf2e2a15e2afac731fbd9b3c5dda0960636862c38c6e53ee61e1955023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50ff455ede2138e742e9f15b28283630db86c7f8ead925e0ddf7fe424736fb4e
MD5 8e373b1bf01012ff80c7cdf023dff789
BLAKE2b-256 c6e9b26daecbf2627f320f5d8bc6c7c09eb790ad220c24d44c1c228460d494ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 02d577f94b84d1017cafb8becededa4ff0286d45bcd343a158258a99321b089c
MD5 da2e0de1bb2d78d8eef9a7b83b2b3546
BLAKE2b-256 7b963c9e6a7092ba394594b611bb42e6612c58fda8c88dcb5c1e638ffcaba4a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e711a5013f59ecb7b1f2aca9a632f3e6c5a88d073df6d6d11e80039d5506c24e
MD5 b5c27f80bbdd1faad148bfdd7026af19
BLAKE2b-256 529b55a5da710bf0ceb12a78607f6eff3301f9eabf59bf705fa2fefb6acff7be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 753479f792ec12338a9bcfa8c709c51f75bc282a8266d04f3a91012fe9d863b4
MD5 76a1a887e475ef367dafa3049e27603d
BLAKE2b-256 36683dfba1da05b8224e24bd93a34ff7370e2d2e33bcee8221d3a412a9e688a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 716e3d79cf8dacf06d4cbeb0ab3e77ff3d077a324284d2aea49195d613a7727f
MD5 37b32428145872b8456a9c37984f1ab2
BLAKE2b-256 9c51d944728b356125e3c4ee2b5d5315268e2ae88388f891bdfe8387481ad699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.5-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd5a54de39fae13022399af26c4d15c17ff2401b9d8d71087476c078dd96eb36
MD5 94e18510d69133146e46fa4c0d67e4f5
BLAKE2b-256 f5f5521ae39bcee7ffdc213d4ce45d395713827db2a555278d8ac608cb534ed4

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