Skip to main content

Parses XML files exported from Prelude EDC into formats usable by Python.

Project description

Prelude Parser

Tests Status pre-commit.ci status Coverage PyPI version PyPI - Python Version

Parses XML files exported from Prelude EDC into formats Python can use.

Installation

pip install prelude-parser

Optionally the pandas extra can be installed to parse to a Pandas DataFrame

pip install prelude-parser[pandas]

Optionally the polars extra can be installed to parse to a Polars DataFrame

pip install prelude-parser[polars]

All extras can be install with

pip install prelude-parser[all]

Usage

Parse a Prelude flat XML file to a Python dictionary.

from prelude_parser import parse_to_dict
data = parse_to_dict("physical_examination.xml")

Parse a Prelude flat XML file into a list of Python class. The name of the class is taken from the form name node in the XML file converted to pascal case. For example a <physical_examination> node will result in a PhysicalExamination class being created.

from prelude_parser import parse_to_classes
data = parse_to_classes("physical_examination.xml")

Parse a Prelude flat XML file into a Pandas DataFrame. This works for Prelude flat XML files that were exported with the "write tables to separate files" option. In order to use this option prelude-parser either needs to be installed with the pandas extra or the all extras.

from prelude_parser.pandas import to_dataframe
df = to_dataframe("physical_examination.xml")

Parse a Prelude flat XML file into a Polars DataFrame. This works for Prelude flat XML files that were exported with the "write tables to separate files" option. In order to use this option prelude-parser either needs to be installed with the polars extra or the all extras.

from prelude_parser.polars import to_dataframe
df = to_dataframe("physical_examination.xml")

Contributing

Contributions to this project are welcome. If you are interesting in contributing please see our contributing guide

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

prelude_parser-0.17.0.tar.gz (80.4 kB view details)

Uploaded Source

Built Distributions

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

prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (607.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (641.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (650.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (610.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

prelude_parser-0.17.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (603.6 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

prelude_parser-0.17.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl (645.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ i686

prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (635.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (736.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (599.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (605.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

prelude_parser-0.17.0-cp314-cp314-win_amd64.whl (415.0 kB view details)

Uploaded CPython 3.14Windows x86-64

prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (603.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (636.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (734.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (645.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (600.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (607.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

prelude_parser-0.17.0-cp314-cp314-macosx_11_0_arm64.whl (545.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

prelude_parser-0.17.0-cp314-cp314-macosx_10_12_x86_64.whl (549.5 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (637.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (739.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (601.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (606.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

prelude_parser-0.17.0-cp313-cp313-win_amd64.whl (415.8 kB view details)

Uploaded CPython 3.13Windows x86-64

prelude_parser-0.17.0-cp313-cp313-win32.whl (385.1 kB view details)

Uploaded CPython 3.13Windows x86

prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (604.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (633.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (737.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (644.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (599.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (605.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

prelude_parser-0.17.0-cp313-cp313-macosx_11_0_arm64.whl (543.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

prelude_parser-0.17.0-cp313-cp313-macosx_10_12_x86_64.whl (550.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

prelude_parser-0.17.0-cp312-cp312-win_amd64.whl (416.1 kB view details)

Uploaded CPython 3.12Windows x86-64

prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (605.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (633.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (737.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (645.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (599.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (605.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

prelude_parser-0.17.0-cp312-cp312-macosx_11_0_arm64.whl (543.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

prelude_parser-0.17.0-cp312-cp312-macosx_10_12_x86_64.whl (550.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

prelude_parser-0.17.0-cp311-cp311-win_amd64.whl (416.9 kB view details)

Uploaded CPython 3.11Windows x86-64

prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (606.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (639.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (743.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (648.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (604.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

prelude_parser-0.17.0-cp311-cp311-macosx_11_0_arm64.whl (549.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

prelude_parser-0.17.0-cp311-cp311-macosx_10_12_x86_64.whl (553.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

prelude_parser-0.17.0-cp310-cp310-win_amd64.whl (417.6 kB view details)

Uploaded CPython 3.10Windows x86-64

prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (607.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (638.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (741.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (650.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (604.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (612.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file prelude_parser-0.17.0.tar.gz.

File metadata

  • Download URL: prelude_parser-0.17.0.tar.gz
  • Upload date:
  • Size: 80.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.1

File hashes

Hashes for prelude_parser-0.17.0.tar.gz
Algorithm Hash digest
SHA256 c23898734f3f428157cf6dd5240a9ff5343b3c5d6f2044841a001023f5864148
MD5 2f121bdc2e8f5ca13405c5413d3f52ee
BLAKE2b-256 40cfb35adf90239d191979afafbd1ea0e20a6d2b3f696bf88760d6f9d607a9e4

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a20116faf9f537d1cd6ca2e023291f18f2b57c809e470e20e3ff8f0971069c6
MD5 21d3bd7d57e31556db123e98c1dc350d
BLAKE2b-256 fbfe5569d7063355d1afa5d5cb24fafceb60c6977d933ba3f6fb927c516410df

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 500ed5dd8ed774abc726971998ef85b46ebb27092c2bea40412a22e734763521
MD5 37a81172309e2aadd938df83cfbb80e5
BLAKE2b-256 764fa57585c1fd263edd1b0e455cd65fb5fe4b635f4eed96059f61bd117d6aba

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 40a8ff1d8a28b38b5a95504ff3851454cd6585761d0e32afdcfb09bba1af3483
MD5 91e03de26adb491383f544efe90a73c1
BLAKE2b-256 52c8d42a8f3c9ed27631dffc0b6ea3f8568abc09f54ba88af96cadda5455e7a2

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2fe14494f3e3a61533a8347f114d60d1265def6c3d3ee310fb7690797a268d8
MD5 8f2ac24b995b6b6628a00a444c3576f2
BLAKE2b-256 08a8eee0c18cdc4f8f8b8e93c4f85f2102b093f6627fa7d79acd711c44c45006

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 db12007382a88984f097e15230bef5bb7b6165d5fca1aa72e9bb1d8134b112d0
MD5 26db41b3b4b37221ac99baa225fa2a70
BLAKE2b-256 c993cabb275eaffd0f741b3e999558c6e5d09e7a8c8dc113d67ffe33a566e319

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94ecd6d90a125678d2ba02a11b552218c294d1a0f7144bf6295a1f819a3e9632
MD5 7772969de4eaf671aa3778a369a651df
BLAKE2b-256 263a470d3a6d48dd0e121ba0e02751e7406fbaa612adc07bc22ae4d2e0c22e35

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0148f09fd8b67cc9020badcaaa100b4b28f7c371b88191326e2d5b6aafd4a29
MD5 1f904568a38c301bba8cb0532a87e15b
BLAKE2b-256 e63365c05e46567fa768e9bdb6c54a55f352e4cdd99a33322b04c06772234fe8

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp315-cp315-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0421060be08a6801f6ce011f77ae2ef395ae599f5bd06a503b18708d7074aa19
MD5 5c1b8c3df21bd20b3dd9ac49ce8f844a
BLAKE2b-256 669ac9f6afcfd6f8371bdee4376d9f2e1f15db753ef6bda698b90728e9dd4a03

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3c4f7804fa4583054649b94c032384558de2288029f9b316defd10d82d08063
MD5 80733996d72ba926b5089a53e762559e
BLAKE2b-256 cf56a6013d822beeda73e01d22a004b1c1ab077a5b73a0bb6d47be68ee6a2167

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bec3f5e384d8ab0bd519d018954bf2e917a97ee80d49ec43e74d98bd060e63e5
MD5 068814d156bed3a0006ab3683a63523f
BLAKE2b-256 fb669295e6129b7b1b5075678f2f5730ca34eca77fc56b586e91fd96842d26cc

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d3dbf7e04620a93ce0f9db6af437db9bd087c26c30d690db2e95e0aa53222dc
MD5 e2941857765c7d7e6667644916022cab
BLAKE2b-256 a219fb54ea6092df718188759f8fe3b0c077331bceb3e2fd3414094d02903ab2

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 216457d8553a0dd3ed72451c3401138ad47e9540903326b6faf551d0feda1d18
MD5 72a5238eaf57e36fa064b0c2b0a7337b
BLAKE2b-256 ada7cfb70adcd50bfaaa88167108fe511e0639233dc5cef034d9b9c5355f169b

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0d723fee52bc2eee88902259795e4a3639a9dacd0dd2707011942d4cf24357c7
MD5 ddf7756e19d1500d3bd984201c0ff4cf
BLAKE2b-256 4321c7427612b8480ffcbedd20fd6200f9f48d48a9e82892aae584d721442cd1

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a6eb094630ad0827bed916b436a2c273d58a27f698b87322201fdd72da9890d
MD5 4b268738d8208d5ac278f9ac6b4ee22d
BLAKE2b-256 86a2b2aacfb3cc3994ad9572207391b879a025293067e18a418a68010e19907c

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 814f6b5c42d82e3198f36db638876c10d91a50664d610539e9c2cbe6859b61eb
MD5 5d8cca6643e991efecb5c90f35fed018
BLAKE2b-256 c467b2997909de9a113009600e24d47344323f955413e7f7640f7fb40b291e34

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eeb862922c192beae2e0306e7c78410ff4f1a4e68aff000b5b2cce71ef997f16
MD5 b45993dbde0673c4f3b47e802cd52f5f
BLAKE2b-256 686915bff050052c097110189ab0fbf095b25df71afe66eca49d9185829aa42e

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c8910c0261dba87a91f9539caa8035c81d38bd6a62b7c9d9dd38206f0c0e5a5
MD5 b581cb7e0fa8a0d240beff3dd8f1b9ad
BLAKE2b-256 19f62fce640de91b2895fe8dca4c2e9d0d072ef96f087c88f37ec2acf45bd2df

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2230c7026464159a229583fd0ba850a0cafbbc9c2ba0261b9fc4d62f48273cd6
MD5 9d55525c8f7799dfa869a73a2f089780
BLAKE2b-256 8c4e079d665f246ebcaf4dcbefbf8103079b0d7dc206aac70361101baec21dbc

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a35208e155f083d54fe6ba55a1772a10b74460a63df871c3f366f249fdf0eed
MD5 d80c62c295f90fb019dfdaa57086cdad
BLAKE2b-256 210ac4c47d64de84c22f7cf4338cb7ee9df0d4ef54917e33c230314d238fa84a

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30951559211c31742bb3ef2d6e16f423fd3e1de2a7abef0ef8aa774f82e3be6a
MD5 1e4cf9b62daca343b18b4af006d0c959
BLAKE2b-256 52b6f49a4f5f2d2c12e07874610662f803612ae64ab7a4d262f24586d210a325

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3bde6d5e31cacf6ea3f2fa1b33120d90c1e25b46391f472299687ef2f4d3dff8
MD5 6f561834164a28337d1cbed970ae43b9
BLAKE2b-256 6705e31fb93b5b77d6177aae6c030526e700c7f11111852a4488643f6caeb15c

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 baa0c423267d6a71567cacb065c00421b0fb7056d70029a03e43c9eb1107935e
MD5 eea2bf5ed560bf71a83fb13478e5c5f0
BLAKE2b-256 785de5b2bdcbe32fc8378c2ddcf9b040b59b1f868d68555a940ea7adb03eef72

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55a0a8a0b9a9a25f3c24d7bf036b51081d9b835c689868f1dc4e12aabbc34bc4
MD5 b23d7f1ae1c41a7e6a5e7ab9eb40781b
BLAKE2b-256 176099b8c120f8910c65bdfb2b0ba29dbf5fd3819c297976d5c765702653b413

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f97ddaaba16dc3960ca230f3a50b8cde59bf3bb5f75b6a6a8a5d86b9442a3cb
MD5 5155eebb656859734b5ddf5f2e59e5be
BLAKE2b-256 8835a84ab5b0b0abeadccdb4c173493a35c9b7991d1781cc02369d663d50f41f

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a13d5d8fd337df5ff7ac89ec21a38e4dd724c6fdea3ea3005520f9f27ef9762
MD5 bf3fd139d779b3358534cbb86adf93d4
BLAKE2b-256 80b25b3a1e5a695e4d2d74887737a88fb2e34a906822c3484b85990a3264d4fd

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3d2c709460e6c748a5515da7efc9bb8eeed0b3e1cb90357f46806de8b43d1e8a
MD5 ef139a368f21d29ff1f696711f1be87a
BLAKE2b-256 d90454f764f9ee128a40190d54de83ef2ee00447741c49f849f2b09de6d42669

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1d4cf9b8583bd79cf0a42cf10fd227a1d14269c213aed2b55edcf20724f982ec
MD5 4fd706baac06f78f59b6b4aa21b6f314
BLAKE2b-256 c5d91d937678157a3d7696a00fd50d0e8b3f8896e48b71d03712f780761af8f1

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 312bdb5fd979fa830cab0b991129ddf01f81c072e6e36b4bb5579f3816694b35
MD5 2d3d7f4bb5f4661bdf844ba6d5679611
BLAKE2b-256 a8ab1e46f991c9490a4eb100369a489a3063c4da5ab7e5c01ca98c6d65777d57

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 19114680abc8f639420fb27e567d25e6fadcb54b44e5732bde98400c8b1b512b
MD5 2560d0cd1bb1c7891703d4308247f30c
BLAKE2b-256 dc5534f42ab349af04ee437be2e188e3e208db65bcae903c87222bc13b2486dd

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 886443796c49225fa90cbc54ef9513dcf0b6794e7c97b69987738c45c61745c7
MD5 5821e5efc5aa7f45994c7f11c06e312d
BLAKE2b-256 747bb9bef9635eba38591dc4dd4b009ff3cc1b581785de2ed2e773bd378d391b

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee7afdd0e216cf6bbd202a089067f444ba95f9019dbe236d77f5be8d9e9dee25
MD5 b1969f65caee26d8e9b0422f3af8e3d1
BLAKE2b-256 4bd4c3d5cd402b690ff4494682d8a0bd57ea543e8bde11f76bb3b9090b5c7410

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2dbad6454e60e6f6cae41ce2824aca6584649f6c0f5dbd15808fb3aeb967c9e8
MD5 b9a2edec1afefc5e24dfc2d7a7ab4d0c
BLAKE2b-256 9047456da6f393491e2884b23aa7548a327462ea90baac5847fda4ff76dd4381

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6338df3150791af330df31fbf9b3837822b044dabaeb83038d3954a42820818e
MD5 b2ec75948a99f8ec694ecf21fb58f9aa
BLAKE2b-256 34111ec46b7002ea85a805db1be3c8f08f0dfa1c680dae23e04d24755dad687e

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84bf3e55bf61dc435f119e4fac1fc2fdd95786bcbeea83ed2250f4ed720b0a6c
MD5 a4c7e70cb5d4ff09397fb8c99ff5c03a
BLAKE2b-256 4b30580d56a1724504ab493e3d25d650de3888f402ee505812dfe42bdfc04840

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d73dcbe793cbf96adb51831d733c2ceac661df6fb8d3e2d9ce04db2407ce1990
MD5 5a61be5c9a5998bcc6d3255b0fbe0434
BLAKE2b-256 a19d13cd74b75120ba948bcb3cdd20f52513db62ca56f7d34b5f37ac15f842c5

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 76f3cae7babaea75e28477283137cf9c48e93c1845e5d7a1b8c3db5b10e2757b
MD5 0199f8c80f631f57fad2c4044ae2e4c4
BLAKE2b-256 6a393e94e54d8371784e83fbf9b67f659b9cb53faa2e5a1ea0f9e02dfc7a7b35

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c26dc0bc02af4c7d03b82bd2b446ce2f5510de936f3783e921786cfaa9b10aa
MD5 caf09908046f461a1e126914c090c10f
BLAKE2b-256 768d67aa58c0e3fc4ba406ed5fb7abd93965af1d012d536c20f9a0a9370eb5ff

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38e8b2a11e98f948da7303937f59aeedbb446e578f967ee22c6ddf372ff70e23
MD5 b8a2b7c4fe547fc5e3b733ca0c1ba9b9
BLAKE2b-256 60a76341eb46f4d3e2170eee01a6a9d73a0ebe2e2f0254e874047795d77e8a60

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 536fde18e99f26eabd0dd4f982d0befce5ba28c0ee15811457fe3152a1b25653
MD5 b7a7be30ee5d30e7fa9e24dc166b0bb4
BLAKE2b-256 8c9e1408c1ca77b052677aefd916bfe808a52f3516eee817e72bbdb4e1b28625

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71c6dd8325c1fba6b8fb91c1ff46b06134207e85ecbca54759983900831f10e2
MD5 e94ae48a17ea8bec764feea135243d4b
BLAKE2b-256 cd5016c2f7e8df446df3d85e7529eeeae1cf25b285849664a33f4dfadb218ba3

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1b113c0142b7c720c9a6b548d0848df20cbb3c4d6a6ff4cf29da7a87a517f88
MD5 96a58b369c7ea92e612e0c10612daca9
BLAKE2b-256 bcd4ac6a4b55744b2223ef24c45c10caae956d443ed12061ca4db2342f63c4db

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7870d0a69e983c4ad741e446799be1f1545d23bef92a0974269cda2528295653
MD5 a096024f368f11009a2be830917aa78c
BLAKE2b-256 d442db94ed169193d813418a8198e074c911f8c6a2e8c528856b026604c3bea1

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bfe704f2ad1b16e371cbbcb54e07e09dd1c9a5878919d6b038f5ee698ac7660
MD5 940b8820711f743ad1f0164ea0384127
BLAKE2b-256 4f1eab568195cb6712b4d6c9961c5a6b3ce1a7f4ec5a6f7cdd2119b7c07c3b81

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f478a42f22786d0787f9bd6b06526f85e14f1b6bcf9d922cb3c33e75eadb1dc6
MD5 1f39d01f8d73646d2183157bfd5a8d2d
BLAKE2b-256 8dbef183956d70e78ad620bcd9913766114e3cc1d634ff953a62025646cac9d8

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aa51a9f0bcd1b3f41afe3e50930313a7cde077a6f9d74086488f92efc3ab858d
MD5 1d6e06b2fd5cb6214dd1552ab241e743
BLAKE2b-256 42c77b4319d54112e111c83c9ed96fe92ac542a80c86280fb798aec8497dd2f2

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aeeda3a24f54f40bb313ad60e8db388fcd514610fcfc6845b47f1dc6fd1b54df
MD5 5940468784b2523f2d293c220687962d
BLAKE2b-256 fb0768c44f3b8dc1167955da33c398ff2440512688653336c3a6cbf26a8935f2

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 70c22b6deefcd1ffd5e4660b819afdc0a2859e7f0ff61ac41fadd4c2b500cedb
MD5 27424c3aec4c983d582337b34e9356d7
BLAKE2b-256 f8c78fec7b3a98e730926ffc85da06ed3bf35a0b1313e11792db753037b87fc8

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fd3fed371d2fca7614575553fab5e3703c5a20f1b5f2531f57a81ae12af09962
MD5 416246fd20742e385c61dc60bbaf7bef
BLAKE2b-256 d5f6bd359e3bcbe1996124c628aebaf369e48136258a8abe9ab299c1159419d1

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 022ef44bf21cee6d122add7b34a36fd612ef7aeeda3fb261bc04bb60e6cfcb7b
MD5 d67c9a79bca7e7c109d2addecfadef64
BLAKE2b-256 3997f29a2706abe117712996fcaa7c3937c1add53e7d89f72c0165cab0a5b372

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f3cfbfe628ba93b12b6bc19422be44b64a30b52233c3d01b68dd6d63d0a6c7e
MD5 9f93cfd3a758ff1244703baa65158033
BLAKE2b-256 3fb402390e20c65064d7853ebee85a1dcb3a04b1f834f7f643771ef61228762a

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 234ff65d94c9abac9e3706ea3c820110378d5b30aed0ad9f5174f014dc5f5ba2
MD5 3422acf80ca81f58bd8a7453f476dfcc
BLAKE2b-256 26cd6a160c5bd0ef575fe513e99bab9d3b5cb88498c9c6924a150f8e38177fc1

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbcb608290b3f0919ecd9bec53fb8e39912358bcc3ad1a1e7047eba0033fbc5c
MD5 bc630d5a638571eae4cbb92acc1aabd0
BLAKE2b-256 1c27d3a2dffc675f2d0d8a3e61b3a29a726d6bec13f21b979987eee822e36d56

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ad40b555e706f08d8fc588a6cf27f57a99f59b04c9578570db4bed3beaa06b5c
MD5 0ea76c287a49e11fdb141560a76feaf4
BLAKE2b-256 8e956ea88fb5359f4dcd8260efbf6175134cf737285cc9264a1c81d6a235cb0d

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 355a54c658fb9b11ecaf2c18f8cfe717f2186df40e3beb334990fadfb946a814
MD5 bd77e92523206535a6c1e324c518efc4
BLAKE2b-256 232b5036b4b7bd33c3b8a0fb5f532e3e10ade468236cd450f9ac7d679a41c905

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e39ca9612e278bb0ae53c9667bb4118d398ff5e310f780b26c1785db4c5ff0ef
MD5 81690d2f166a41d87a92933682a45b03
BLAKE2b-256 920d539de1a363735e8c7eeea29b3cd619af0d35e0dbc6fb3b7ce6f7b9158ca9

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8b71982cabe39f4c61f86ab01dd98496291e75575dfdbefa5064b240033c5833
MD5 6cadd1e1f22065a2af460ef37007e289
BLAKE2b-256 f6469501cdaa4b14deb71272bcad312d8e93ec3902487325bcbd5acdcd99a21e

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3170c73ff884abcb9245c3cc7d207d099e572bbf19bdae77dde283b6cc1d669d
MD5 a4ff765ce710dfe073222a15f0452ed8
BLAKE2b-256 440c698b37e1df56591bce8dde2127f32cfb688c8f425d1d773dd4c8d4c84206

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d7b67b50447fd6aade52755753d2779033b306e5c5b7e8a941c3c247dcfbf9c
MD5 ce38d6eda03ea22d1966d4a25bf030d2
BLAKE2b-256 20200ae5981aa2c10e9366f92c7b69a563e905067ffc773821d1ed58579ebdde

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04d77ebb9010a9d50e308e03da8ca2ec288011f8d6ba7a4c5f007b6ebeab2582
MD5 7b39c5b5e7031a8145a839d3d1550e48
BLAKE2b-256 0e52b6511ca56dee16b7d5c904397172d03e9886db42df56ae4fc31213c19a55

See more details on using hashes here.

File details

Details for the file prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dff1f419a8a922b1710f46d878d39a3d8dc5a570f4299adbed6205e763338287
MD5 53c030febe8239d6a416cef495a82fd4
BLAKE2b-256 10900b4ced7d1907cb990b7ee03d1a2511c87a1c088219fe6ac6345442d554f9

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