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

Note: Pandas only supports Python 3.9+ so this is not available in Python 3.8.

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 seperate 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 seperate 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.9.0.tar.gz (22.6 kB view details)

Uploaded Source

Built Distributions

prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (570.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (651.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (628.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (607.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (570.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (652.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (629.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (578.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (608.1 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (652.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (629.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (578.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

prelude_parser-0.9.0-cp312-none-win_amd64.whl (406.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

prelude_parser-0.9.0-cp312-none-win32.whl (383.4 kB view details)

Uploaded CPython 3.12 Windows x86

prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (570.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (646.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (627.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (576.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

prelude_parser-0.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (608.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

prelude_parser-0.9.0-cp312-cp312-macosx_11_0_arm64.whl (508.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

prelude_parser-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl (517.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

prelude_parser-0.9.0-cp311-none-win_amd64.whl (406.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

prelude_parser-0.9.0-cp311-none-win32.whl (382.9 kB view details)

Uploaded CPython 3.11 Windows x86

prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (570.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (651.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (630.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (577.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (578.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

prelude_parser-0.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (608.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

prelude_parser-0.9.0-cp311-cp311-macosx_11_0_arm64.whl (509.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

prelude_parser-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl (519.8 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

prelude_parser-0.9.0-cp310-none-win_amd64.whl (406.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

prelude_parser-0.9.0-cp310-none-win32.whl (382.8 kB view details)

Uploaded CPython 3.10 Windows x86

prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (570.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (651.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (630.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (577.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

prelude_parser-0.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (607.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

prelude_parser-0.9.0-cp310-cp310-macosx_11_0_arm64.whl (509.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

prelude_parser-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl (519.3 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

prelude_parser-0.9.0-cp39-none-win_amd64.whl (407.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

prelude_parser-0.9.0-cp39-none-win32.whl (383.1 kB view details)

Uploaded CPython 3.9 Windows x86

prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (570.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (651.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (630.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (577.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

prelude_parser-0.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (607.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

prelude_parser-0.9.0-cp39-cp39-macosx_11_0_arm64.whl (509.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

prelude_parser-0.9.0-cp39-cp39-macosx_10_12_x86_64.whl (519.6 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

prelude_parser-0.9.0-cp38-none-win_amd64.whl (406.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

prelude_parser-0.9.0-cp38-none-win32.whl (382.6 kB view details)

Uploaded CPython 3.8 Windows x86

prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (571.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (652.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (630.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (578.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

prelude_parser-0.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (607.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: prelude_parser-0.9.0.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for prelude_parser-0.9.0.tar.gz
Algorithm Hash digest
SHA256 aad98f4ab3ec6b8c791793235d756e1f1e09957857451e256da6cf6a345b3fbc
MD5 1e0a7cda4466c291619a362ebba3ceae
BLAKE2b-256 e08e3dffd7c0081bcf34cb1c759d199e3d97825ded7b937a17741d03bf72be26

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56bbc723b52e33b8f78e75aadc871cf06683314e0b29376038892c1e51043a1d
MD5 f3336a12f6438b40ead013fdfc92c82f
BLAKE2b-256 cd8abdafa4e3c90b6c65e324d1a51d4ada816a7aac152073a17441e514b767ef

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c081300c145d5a6515646db3d758236a1276bef99c995896209829eea02a688
MD5 62d789c24787ca070050a272863b157e
BLAKE2b-256 4a8ccd8c7ccd19d3c436d8c74449525ba02a6c0e891bb139034eec6939c90783

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 37ab8fd8048fc9ec2a46ea97ef18effdac090c314e03b6333d3d7de8095386f0
MD5 74905d68d6e338246a4d7fc5b6cd3973
BLAKE2b-256 96a14dfb4d28853523b6d684bfc47fe23b7c06a011f155ba3260289bb0dad625

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3b189f2af558042a712438f838261c92a50d5ad30b3376a6bb852c1fa5a1842d
MD5 6bb5916cf3d12577005f638f4bc580ea
BLAKE2b-256 951d37cb315d7d5b02712a7badd479773d653ddb60e2bd67f9193a5a904644d1

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 122d523b78f1bb94553f3ee56c7e3bdc645f67907ed096c2194c54aaf6798c30
MD5 b771f614a1f52e0f5add46334a9614ec
BLAKE2b-256 82122dfc310c533979cbf082ec24e69fb55dfb77a3a8c7242fae7e6403f8fb00

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d8ad2d0b3de333e93daba937f622bab82ac719653b63c5c08539bfc987aaac4
MD5 756d3029bbd4d217e3a7db3008003f7b
BLAKE2b-256 f57767e8d8b49e61c6fa10f6716fa775c8c1ff6ad74b0e22ff85efd034177291

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e70e3997840186fed51631aa869b912a2ac8b177f9c8d1309061571cdd59d1d8
MD5 ec9e11583de8670da6a1eebd7901d7d6
BLAKE2b-256 cb85a3ea6fd181ee0b034ea5fe41c5a3ee693bde66288c94ce742fcaa12470f6

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3446a6ef41c66ce59dad57d6aaf1cdc134b45bfbfac4eed2dfa1e9c1a8c4cf76
MD5 86b0b1a29008efbd5973530b1c18611c
BLAKE2b-256 701b3e6b364e4ae0805cf33d8aab19a1a0232de71e99b7a0f414df2b3675987a

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1faa452e41b037229d3b4a81673498a3e34b9e819182bc8098e6457947cbdee6
MD5 124a9d0cc9f1c6cd7b9a3e9bf0bae0a6
BLAKE2b-256 5315cc1d719713a3cf14c37482f9ffff0a106502b2eb302a4636b6e9eaa0fa4a

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c4560b2fa0724e9fb6a2ea0ed5f40bb4dfc3fa9a640f5d9e1fa8075c4e90b72c
MD5 8822a0cf100acc180149713dc2b6ef1d
BLAKE2b-256 480d5b2b1f6e9bb718433f2869e6c4957e18a63d2f9ed8260d9db9baa39a755f

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e81379e5e68da416381e0dc6a4c1f35dcc1bcbb4a77e23f21157e1aa80b7bf7
MD5 476cb2db3d720ba1731677f29c3c3f4d
BLAKE2b-256 08139642a0e67b864ea19886a19a27fe26305bba9c344e03817c4258db4221d5

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6485cd41d99952e490363e7fdad5d18d97a12cb4423bbb0fc7251a0fb182d69c
MD5 bc7129f98629db5fdcd480ce5eb240a1
BLAKE2b-256 3a25b945156575219299eb9b8315f00466d338cfe88a7d89e4c39ad67e775dcb

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8ebf58373ccbe4e1744b306100fc41f9dac18a5710645efead7b32e30066f712
MD5 7867a345bcd88e712891e4f4e9246c6f
BLAKE2b-256 3b6c0ab367ff3267fff57367897200898d55474e467194bbd11e26aa39ad4faf

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 afb6a48bcd857150f36d7b89f453033a212950789d3025f783be099cc76b540f
MD5 b7a175192a2de6ff6f74e4bdf7411791
BLAKE2b-256 7b1256ea4ec60c8e23610d761aff5d16c8d9297cf7beba8fbd81ca79be1d23c5

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 afbf1b54d04700bfa8bc5eb638c4a997129fc8e225a45398bfff7f88fedd2fd1
MD5 84faab32b659171333391ee122ea40a9
BLAKE2b-256 b38cf1cd205ff5e9306f717e644f462109b39c0f95fbc7e1089ae5095b425b12

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a8c6f1dcaf7bfa7732537e0368d4984a14545e008b28df489c33b49455edef4
MD5 39f7140f6912185e66e618a20950ed1a
BLAKE2b-256 9de093b5af50e2004556b0e0d16631ef2c8e0e03ec085ec9879b48a1f176cdce

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a21cbe45cabdbbcf620810f604349559e6ea4644ec7e4bdae611509aa7b892a3
MD5 77435271de05fea0339ba1e259d854aa
BLAKE2b-256 ebf230b3e5c7b4f9f15bd01fe50f1d6409935a0858b0a0381b5a52f2e4c0ebe6

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 27ea8ec4a34f2aa62b5cdf38c26542537a8a93e4a11f3d2689854136579e3bec
MD5 dfdf2c068f4312c698bf018dd5d34548
BLAKE2b-256 157826501895113ddf2928cc9a54fbf0f14556ef8054e5a62e4912e43b23e93a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86d775b099fc55b25e56a4d1eb8d45563e13ad7bea95695bf0d63dd813c038c2
MD5 a47e00121661fe88f2c613b36e30d60a
BLAKE2b-256 161509d4939e4f6b0404ffd4faa5be2f732d5f60666c61d4eff1e00c39bc7d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a99032adc24699c0ad769f53530f3847eed952c587335be1ba708d0d85942b4c
MD5 12dd6de760844f2f7097d5407210a653
BLAKE2b-256 5c7a096a331607068efcdaf9175a8fc14c994000d550bc8f13b705296d3b4206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a795313764b376e5f3ccdb5fb168226a5f908fb4f5a1e51810165d6fb411c7ea
MD5 5419b6d2c0478ec5768602aa5a2b1810
BLAKE2b-256 91ea81a79bbf9ad31da51b736d30e392ca31a4f282b4a7fbd69eaa93a9e6151f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 430e789f3a6d9b9f0b500bc08054c64d29a6ff50b7fd721d14d091d7a3df6544
MD5 005664cad9881276f7da7275bea7c324
BLAKE2b-256 83ce43d884a6a71b031d111f0bea59aa45615e1670e2e9b161fbd707f001f265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65cc0060010f57c62e3ea2806c743ce30ac0f3ff1346f07214b0ead33866584c
MD5 53dc34adf95fa292116120dc303c8c9e
BLAKE2b-256 688b3226547d425a52bd4fc4b9db256d37721d04944d24e2c83fc8d7c74dd1ac

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2ca5832702248f33c94596ceff8995ba7084172d6d1fcd41f25751123725c85e
MD5 9d621b4423c459fe712b32ee2d29cf4e
BLAKE2b-256 4043553e6c30c2bc7c8d12a21234046ddb102f8d1ce917fe5ce7a43166b0cad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b046975fa05c77c804d8257376799aaafbc8f2ee79e54e47ffb2860cbed90a47
MD5 539de76a384bdff65b487a45a8cff8bf
BLAKE2b-256 fd522bdc45ab3045904ef46cbdc4f254a08469f047636948bb0b095de48fb1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c5a2f68af9d242f3f1601ce003ef9eb18892896aaf933348b37eff1a9bc443ac
MD5 4da196c56691667d1498f605b5d79de8
BLAKE2b-256 dbaf0a02e81c1ab52a552316714e9ca22d7a94db99ca661da785b301e89c1e2a

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 f2726d7e8ab920f3f0bf15ac30a6be152e8b87f8bf8789e9211223fbc3951099
MD5 9915b9aee6d353832c491e7cd1a5a788
BLAKE2b-256 9ad92c83de4069e34a5e05365a1c84cab1ea267eafdb6c327d1c8b994484b644

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 13798a19d512eb69e57b318f3bc7b180b54fe60093ee56b7106d4e4d031b3278
MD5 f65416f92d417d8713774c7c69ecb011
BLAKE2b-256 92caded4d22ed9043bb05c242413e18c213256156a398c2daef035c8d175c9f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 522ee75740c2e09bf501215894b32181eabb1a34996ecbf0f6f68f73fd96075d
MD5 e7a1d69e5fb83d767043ee9989155f01
BLAKE2b-256 a994742e8a5fe84b534cdceed1696d175d07f47305d476d57f654c3d6205eff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98076688e8b1530e71faba353fc764afbf5bf82c171ce19025c7b5a7dfd67e0f
MD5 99b39bb4f3861209ab6946302d3c78a0
BLAKE2b-256 a2ea882808b1bfc555b699e2adb5c7c52d9d9022e45ee82a37359344faacdf84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 73afe37e5522efc8e56859ce100e2ff182e65258d8ed24ece2b05e6e3a7912a5
MD5 cdda9fbb1cb9d510328f48d0806e9b68
BLAKE2b-256 f776ea146e05890dcf637933273d6a3cc25e734bd236b63bcecccda6bfa1e16f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aaae0992f852a8203eaf05a9d8977f0410bbecd843b4dfc510cbd4d6a3a9c8ca
MD5 ffec0af2c0716005593540b30374dd5b
BLAKE2b-256 c2e8a51212d128d9aed288d9e004e45fe0d013075d8bb885fde7cdaeba4825d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c56eb96c92ba9e1dfb302aa9a13d147b47609b4e90b2151cc1066390ff332b6
MD5 38378b74a8125af8fcc81ada393d4ec7
BLAKE2b-256 de95b2ad03d746a2c80b1476905c0f0948a595eb711441ee58e422b5dc77820e

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f6597feb97130d016bc1cd49ee695c9b7d6b054d091e0cb8004cb27d6afade64
MD5 e46b9ebd4e1a33c87ee2add0dfd8bc21
BLAKE2b-256 d5cc7ebf9f92edc2e8c722d421a31d4e9cc329dbaa7e1e65fb3e42d25446d81e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe76c51e8adce6707baa281d3c5b9b94b433227f5f1a10594c5295eebd7625d7
MD5 6333bcc0b503c8ddedc681e3a5f09d00
BLAKE2b-256 622345950d84ca1802c8c27a3191fc3849464064d1f4171ce970f10d7dd9f6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 65503349a224d87d81ccff51de302d34600672b67efb7554698b2f03281d31de
MD5 758d030f115e5507715bb383bf29d7e5
BLAKE2b-256 1502be5788db6108a83d87cd9cde1c7f8e20127692ae5ac6fee4d0c96a1da2cc

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e91c19d045d2510d9c44872ce01f96186f8d756e1eb4e608e0e494cd1f3f74c8
MD5 7bf272c3714760806cb614918aa4d9a0
BLAKE2b-256 a71c51aae55398340dd7c5b6c8f596cada9ff87e0132a0731ec6b0594c45ece9

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a906590a0df27af23d84bc23f44f8a0b76b46ac0870b9ead01c058c435476597
MD5 2a0696a09cc133c9f79d6ee19fecaced
BLAKE2b-256 f96c232b085417dae99a92a00711671c433e65843b796b8aea9059cfbdd42846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56e62cc5184d482493dd54f72024ba348cd1b087a7d86f6811f3b93d44bb86da
MD5 d37bfd633e517a7dda440bc0b8aaabfd
BLAKE2b-256 74fd74fe69fbdb3c00a731ad327d7d409075c2876e1a52c1e8e1427d0cc02a5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8c10b72e25fa7c6232d48de9668a5d294ec5d0d90a13d6b6b5515ebd12f3e0fe
MD5 6e6d99c5fc62cb72cae60c845cb98efe
BLAKE2b-256 09d8f168e7f3b71eeae3c05a910214f8e7018808ee3bd265e2b6a9f8ee145f44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d324ecd207c36fe6361f3e9a8ebd960d7b142d1e525a913c4b0d56486bb785fa
MD5 75075cf7955da501758bb10dce4cda8a
BLAKE2b-256 8d0021d46d31aa9818b2a65f448584ade33aa40089dd20c94572d3fef002359c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f969d3524b8b1324e7afd824223cbd5d4d57bc69cfba1df53063f3cd7863af2
MD5 8de02699218329a4b6d335a87661c297
BLAKE2b-256 f626b3a83dd1625ceb7231cdad596c32b7d2f67e443917dcaa2abc63ea186738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87c4819cffb624c8a68e5930baa1da734168ef0604cb70ac4ed57b3740f387cf
MD5 51fe8ec814d1fdd34e22576769d90d25
BLAKE2b-256 84469648dda9da0eb8a62462e335300758f1661c62774c78ad8c24cd4330760d

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7741e87b221fbdb0ff9e9d75a67973498d80762ba5935f198f386ac789c3b753
MD5 82fd416656c4d6bc78a14d09beb8a50e
BLAKE2b-256 0818016e6a65f34a4631a69570d5c6387dd7c8b375709aad80ff553c3e2820b5

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc1303f928b4b2f2782c7c68776e2f04f611b2d192ef1b21e8e4dc8c55340844
MD5 d031e76ca91e2dbc1b8f039b2e58c783
BLAKE2b-256 65aae6fc257d85bc7f26eb091e41433d40bb894ecf18d977edf25705372d6d5f

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 38cdac9bd10949a2c4267ed60d4b9654bf5e4f4b4cb8a5b6e73d381c2d745b40
MD5 405dbdc48970b946ca056fdb53e82deb
BLAKE2b-256 7d1c668b396f52852e697b7ca9492f5292e2955a22f6ef5355da750c32df567c

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 ecd3fef18a18320ea2452a2dabd5ed972af112c60e7a58519a9be8c5cf18f55e
MD5 4bbbc803f4ef8085ca2737c9c64c1293
BLAKE2b-256 b30bc2c1151062e23b390ecc495bfdd439bfb4ebb9a63440fe5f606be12ed4f3

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 743ff8cee396c7ba58a6817268259716a268ad1752130c0f6292f405322cd78c
MD5 789af2ea9c3d84196b8f06d3cf09c2a0
BLAKE2b-256 9147f7347185d48c503c1ee4bc40db8a23c64ad5dfec39753812b5849908f4bc

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bf6966f300ffaa6f0d52a34cfd0587b12e3fd4d90176c05a72568209e5a277e
MD5 8caa473f06a6f88eb01f86a16fba0011
BLAKE2b-256 3fe5c615db65dec1f3ea2d78f99dfb84943a24067494e99e32f99564296d28e2

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 11750b050f82d7a7b1a495ebf7ee945b791e8d36870cea5e70682adb44da65be
MD5 585088538b3ea95e53254f52c598fa2b
BLAKE2b-256 e81c5f8fff1cab4bb926888d6b370b26063c841d00293b3a877d49a9ca163488

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 163d3805637e73eab21c8449a96f1bedc54392113eaa29378fef0e72fd65393a
MD5 1e99693b2aab4ab73ad1c9f264b4705d
BLAKE2b-256 455cc8a22cf036a64f8db32a4e5a75f6676ac05b0349d8261a77eef5c8636eae

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cdc544608c905f5b3330be66cfee0fa09fb081f216fcb00ae1d611f1130c3b17
MD5 40d9586a3b259848def3c17080f5fe9c
BLAKE2b-256 49fb6d0bb67b34ab592006281cff02d11fa38e5b2ce20775b9441ef46b5e1df5

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a84db6a562b853c9be2cd61ec86a0d4bb58700bb29ad499a8767a42f99ddba3b
MD5 339e8d7880cd44c304d0aa70357db915
BLAKE2b-256 0ab83a06920b3e73cb4d346331535a885357e2f7a380320015e449da9afdddf7

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 095f2113edcd0861423155d4896868963b699794c23a7a27f33250e9f64aa061
MD5 ef7b59ac9bb6a3c7f610093b1e01bf36
BLAKE2b-256 e6fc577766568b9594533c353ece2e077d5f9991357f1c037f2744471a60f76a

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 067e263d1f17ad64c23ba72002a57d4af1832c9fdf397004ad4d7f4da0e45c84
MD5 e6ea835ccf0963616eef234502c43258
BLAKE2b-256 9bae2996e1b69c551e009f66c949e1e323757122e2925cf535e1dca84b2aca05

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 167804018bf60d9fab09d3ebd5a5504a48e36dffa191e0f04a9970cd89e82029
MD5 37ebfe7d2b1cb706b0c66ce4a51a17ea
BLAKE2b-256 5fd6aad7b8bbb78a6da8ae8d2cabfef331d52cb92b7e0277f84fdb704a3b9daa

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a307c6482b7536dfadaa0fea86cb87b2da6361c800e2b4df833cce1f8885b094
MD5 1ee0863cd13eee68e8469b9b1aeec6a7
BLAKE2b-256 0bc9a8e629b7e5ce8076a69007b101f2c83eca137a11a6f5baeb43826cf255fd

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 f71b43bf90b3f9d33431f7bac7810ce5aa301ee1a63c2f682d4b0462e3d86819
MD5 3ff89b8e61a137dc52c8a5c3287ba2cb
BLAKE2b-256 97ed2f40fa30ec714874471e7c0652fd7d2d407c5e5f9d68e6c6bf7af30d57e5

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67afaa1f44bb97e3b02a17b8c1220a2064f1c29918e39d40df2f4612471366fd
MD5 b11fa9f872b2171b58a5a47491393203
BLAKE2b-256 875cdcdaed07385dfc9c3544577c0ac856974aeb12d8fed8574becd89dbac5d1

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8ab650a5cce1be1bac5f54dd6a27be9a2aaaa7d2e556d750e84293d67be2a0e8
MD5 8ea59a96e4c3938f9d71f3e0438d848e
BLAKE2b-256 3ae5cbbedb9eedb9d597fe1996f81863911219b12535b2604927b0c7f0762db7

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 44f942d8fe07594f8c3e1816803c91ea54c825505e40fbc78437564005482093
MD5 dba6286feb670781228ed8f93ab97d0f
BLAKE2b-256 8b14361133be12e448b02f546b126f3fbcdf2c9285e104b7c75e8f1aa229ce50

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 610d6a044c9e220423ba94cc348c42ee628740432d2d8764bdcb6fe3d41387bf
MD5 6dacef124eda74669113f3160fcceb9b
BLAKE2b-256 ca99f7f1d1a80b8fff92df188c98d626356195c7d894d2f403f9627c7b0ee640

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f7f7289edc3523db8c2d2596ce7e003fa9d6458ba497570e4665d968cac3af7
MD5 3948ff19218c614028c92f043aa1ccdf
BLAKE2b-256 3830e04ce15259f94ca1450fd8936e4ec802beabdc9e6bff18ee8fa782f5dd92

See more details on using hashes here.

File details

Details for the file prelude_parser-0.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for prelude_parser-0.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 291a586c0a9503915f15fa6271f2975eb4c4346f752f7d1dc68cf2e86efb4771
MD5 515cc1af63698e0c0a4c25b34dbf0b75
BLAKE2b-256 c96fb6d2fcc4de6620d0c23986ef19fd646a8b59548a21863c6a2d83c9f5a6db

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page