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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

formatparse_pyo3-0.8.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

formatparse_pyo3-0.8.1-cp314-cp314-macosx_10_12_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

formatparse_pyo3-0.8.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

formatparse_pyo3-0.8.1-cp313-cp313-macosx_10_12_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

formatparse_pyo3-0.8.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

formatparse_pyo3-0.8.1-cp312-cp312-macosx_10_12_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

formatparse_pyo3-0.8.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

formatparse_pyo3-0.8.1-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.1-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

formatparse_pyo3-0.8.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

formatparse_pyo3-0.8.1-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.1-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

formatparse_pyo3-0.8.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

formatparse_pyo3-0.8.1-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.1-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

formatparse_pyo3-0.8.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

formatparse_pyo3-0.8.1-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.1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 7c2d0db8f480eef37941b54c18a0b6303973441bcf15218d7cf8bc33d4545c41
MD5 3e99aabcaa2b2b69d1deecf00904712a
BLAKE2b-256 4b619f6fce6953efc7bf2e67eb2cb0455a68c7d504dbad7a5f7f794356d62668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a4aa685b68f055ae372a36ff9603052bbd0c2d4dd7f5fffb95e589450bacf4ef
MD5 ff2efeba6a805b42b931c36eea213c93
BLAKE2b-256 cddd371b09a64f720eeaa98c1de55ab1c0465ad77cef4aa2c34bc4d923f078c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02c625030bfb1d7839f0420e23a484e20db131ab268ef7c3e0a0bdfcc30fe755
MD5 746114c67b911445ebcd855c8babd94e
BLAKE2b-256 1d8534d63ab95d36bacea0c8171acea08b4ad4a56ea47db7200f889aade1c474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ac1b2a164fc81536f770006e6f5780e80860ed775c14e96e98346543c26e228
MD5 61c6e7cff0fce8123a1f37e5475bb886
BLAKE2b-256 678cd643abb3f29acc7455ef4ff0a1142829374a4cdb8c7fe2bcf18a9ba52799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5194ddaa3659ad5e2a71849f4b771e028fefbad96fa89cf8e20ba1cf7b804255
MD5 f88d872852f9ff6559801c96a55b70ba
BLAKE2b-256 cc3ef7eb8bac7a126be70c21a7bf8b67d802245ef057f0d420189ea40816a8ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 feb1cd155a7dc7770e9fe69bad4edef1a01a10b7df727604ec71d7cf789f1599
MD5 d1b7b2a8b693f273ab6e7003d63f2707
BLAKE2b-256 5d947470218f20047796de9cb2b69cd15d8057678b64638d8287fb9100a36594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c9b2a19fa163d61d24814c62c71f052409818d126c5a66831c91a2e68c84e355
MD5 83780b2a39d8c8aee4abc5efb23d9a70
BLAKE2b-256 0820dd24cea4d8c14fcf266ebe7bd37cdcd97dedf3c09909001bc1e935b309e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0045e827923f0c91f7e2d00b9d5ad937fb0f758b379b31b12ed1dc0ba975693e
MD5 06ba42ae5d02a4607ddd328b94875fe3
BLAKE2b-256 d0f404da9f50f253c0c6187da556d3b57c1599353fdd01e5a14b796b097f0870

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02c52f16b3c3dc52733811bb64b02e27003efb52859cc9bc5c78e930c39860c6
MD5 fc1be6a37afc19e0db4b9940fbfe3223
BLAKE2b-256 9eb9f4b6374b3e5745b77f127b04a21583070f6c46bfdd3fab91164d50eb15ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a99eb71ecd1ab4344116b179547cafc04669b3ba8155d1abc439388ee966c3bd
MD5 6d6166e8d510518c7d930d8850e5bb08
BLAKE2b-256 92256eb469d5763204ebb705093868cd3267d502350399e258b84f977ae21663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ab8b95e8237fb7e320a3dafc0e8f3fa498d32f9e62a2cc57b8005a762d878c17
MD5 3e04509b949d3ab0282b0bd09fa533c2
BLAKE2b-256 af0199643a9e057a8f293cd4b214d535066a6e87310998f099b0f158ab07e57b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 536fe36d950a35b59a927cd9e95faa4276b2e0e08fc149f99fe26d22b5635338
MD5 aaac7032e47d12a080173e091a174bba
BLAKE2b-256 2ebe4bc6e88b93d83daca747d88935acde2f051b2bc97d0ea5ba1e07fcf73fe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7376e990c8539e8dcf7498a7fc33f98de4cb282fd74ea5e0cb835d371cd38c3
MD5 2c6894a8caabfdfb32e9c5ad233bf5cc
BLAKE2b-256 9de0d33ed953750c63b75d8b2955941166397ac0a90ab86ac6f7b9fe47a79a21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a97e4f05378f291bcb182c6ae2608a5357832f6aafd06392ec96fbbd59c22e03
MD5 591fa92d037d2eedc9768930d40cefa9
BLAKE2b-256 f750f5f0529192d30b54bca8ade403c2159ac12523a5967460a20720fc1bf09f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 93e5684b743ab1586d072bf26c7e67b9e593d8176e34bd1cc7dad4d42e5609b6
MD5 c42b0fe91f37182114fc3e676f1ab5eb
BLAKE2b-256 b340dd64dbe9958ee10d320f123d5c23e6d3cb179a6a871f20b7996212dac37a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3e6b13e03ea0b2bd4657ffb51b96e6c72d52036eef5bee2479349b91978b49e8
MD5 4c5a72ae37fc5615571a766f721a6736
BLAKE2b-256 7a5eb4d32bacf7f8e573962b0e760f4f6a7f8c59be6d995e4daef172f80ee4a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b13a37e61afafab7da0014854abc92341948618f49aef78e38a935f0292a99c
MD5 5b3d46294cab30e5afd938dec989164f
BLAKE2b-256 51c21bac1f99097b338fbf4c7a61846d3f8a951985c024a4b986fa7f3a7e2778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 592c789863f8bfe6e3f98ab18df7987b6d2ba0ca649e38b56b17413771b6f71d
MD5 9b0ed84c15b3a456893f603915964ee2
BLAKE2b-256 50c53232a7de7d3f40df2f7ac2cfb0029e2dec352f2a12020cb9fe5a606ad2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ef31a33644141f8c751ca1c6f4b0c0efbdaf26ed3bdb607282dfd3ce0d5ed3d
MD5 b9cc324bd308da8f533942a49e1c83b7
BLAKE2b-256 db62a3b75b32f68a0606f8ae4f2a75aef9fd81a2f8ad28a80ad8fd9e1c660aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e76707a040e012a0f8d389119bf31621dcc3470e3ada3c4859cac6785d838a82
MD5 a2833e9cad02e105a136e400330e8717
BLAKE2b-256 cd41f895ffdf6ccb1913adbd544a3386f060e90198f0417f08b6eaa3ecdec1f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9752828ef6755ced24dcfb2de9275e276264c2420bcd3ac73aa73f573bc87c94
MD5 b9861d436c58a92c6f3aacafdfff24da
BLAKE2b-256 de8091b67444bf50a30e8bf7031119b830f7ab318a1b0cd7a37d222ecbf21642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71486000d19e9924a44be7b84b84c9f19a2d8468fbe72a8f6ff269c6445fbe17
MD5 5ee5ee4c7617ee26b2d05aaf4bfcf375
BLAKE2b-256 ee621ba9b92b7471b136e477b6e1104f0ebaad7ff9238885e311f7121d7ec602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb91dc1d0be08b31e9e9cdad750737f097d7ff35e1d54a3bec25eed59a5e5283
MD5 6f4e5d13bedd1a827a41883621432f27
BLAKE2b-256 418088a61c1f0862cfc19f2d01eb7cac4ab7bb77701221b5f3795cb1af1a5254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d93036da28f568112a43a672ec6da01b036e5101fb369a0c942a552743e5a690
MD5 fc730d006968158b154dd14573b1f4d2
BLAKE2b-256 c3f285d2cc39da7765f8e284093163c4a5c4949cb08f331568881a107a4c02b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4eeef53ba673fd4dc6b457ae6c658fddbe5abd9b8198db8cd44e19074dbbbaaf
MD5 fc4f86bbc87f60840ad51815897068da
BLAKE2b-256 0f205d28cb01e93f76adb7fd21a8c16f92900cf5ce3d1dc375e2297fe6fa3ecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3cfc617832d1b5735bdeda26c0d8addf32e1dd22a19a7ddd9230d21fbb2cd66e
MD5 72e6752404b2342c32430cc4dbf1fc9c
BLAKE2b-256 cca7bbb31253b557bdeebc381c22e61368360fd9322055b550c57a27e1c4b935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0a4adb292ebec867598060dae5691dc0b81df57e081988f2a7e18ca3dd6f78f
MD5 553400fc3c5c93370525fec385934d8d
BLAKE2b-256 d16e71f4c76bfdc6e201001fcb46829adb1e7bc6762370f6d2fd05de48c70c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae179cfc26db9b1f0433b767aa8f5c77a9cd16731a69c11c5559936f660978c3
MD5 b444ebec92b28576c96a4142f1f2b684
BLAKE2b-256 086cbfcf0e3f8cc2e1207b1c6f89032a1679d67949c794afb1e4e1c6fd7d35f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d2c67cb504692602ef52f257889185a3055951bd579c8907c50a470c92076bb4
MD5 8761527f511935759a6c652d4e4cc8ed
BLAKE2b-256 d6416b257ec610130677314d2cc5ccc135d86d2ea29bfe9c5ac171f180f2311d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27094100cccb5433358d1890506c3d20f2dd27a408c94c498275762d87c5c1fe
MD5 7206cfe14f2933bbd32a5244bc22d086
BLAKE2b-256 deb01aa1fe9f9ac2fd216fbc46984e83ed0d63139b7cd5098673058f54f48a70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbe431b262da122b59df57aea744a1fd7adba19ededd972c53911797143fd333
MD5 8923e2bb9242c7f338a40903bcd3cc78
BLAKE2b-256 91ccb75f0921f0864da07d3642b0599183c5a8544847d3ab5433d1307a38244a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for formatparse_pyo3-0.8.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9447baf01022c524d549534f237026e490b24d57a4f3e144a43acf01cdaf526d
MD5 45f359a3968cf3e286efebcae4455865
BLAKE2b-256 01ae7782d80e739b98857a673fae709eaed578382f053c34fff31f4edb0ddbd5

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