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.7.0.tar.gz (22.2 kB view details)

Uploaded Source

Built Distributions

prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (553.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (607.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (586.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (553.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (630.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (587.1 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (630.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

prelude_parser-0.7.0-cp312-none-win_amd64.whl (388.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

prelude_parser-0.7.0-cp312-none-win32.whl (371.4 kB view details)

Uploaded CPython 3.12 Windows x86

prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (553.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (625.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (555.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

prelude_parser-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (587.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

prelude_parser-0.7.0-cp312-cp312-macosx_11_0_arm64.whl (491.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

prelude_parser-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl (501.2 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

prelude_parser-0.7.0-cp311-none-win_amd64.whl (388.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

prelude_parser-0.7.0-cp311-none-win32.whl (371.0 kB view details)

Uploaded CPython 3.11 Windows x86

prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (628.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

prelude_parser-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (587.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

prelude_parser-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (492.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

prelude_parser-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl (502.5 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

prelude_parser-0.7.0-cp310-none-win_amd64.whl (388.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

prelude_parser-0.7.0-cp310-none-win32.whl (371.0 kB view details)

Uploaded CPython 3.10 Windows x86

prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (551.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (558.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

prelude_parser-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (587.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

prelude_parser-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (491.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

prelude_parser-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl (501.1 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

prelude_parser-0.7.0-cp39-none-win_amd64.whl (388.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

prelude_parser-0.7.0-cp39-none-win32.whl (371.2 kB view details)

Uploaded CPython 3.9 Windows x86

prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

prelude_parser-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (587.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

prelude_parser-0.7.0-cp39-cp39-macosx_11_0_arm64.whl (491.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

prelude_parser-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl (501.5 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

prelude_parser-0.7.0-cp38-none-win_amd64.whl (388.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

prelude_parser-0.7.0-cp38-none-win32.whl (370.8 kB view details)

Uploaded CPython 3.8 Windows x86

prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (555.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

prelude_parser-0.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (587.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for prelude_parser-0.7.0.tar.gz
Algorithm Hash digest
SHA256 df959e5f995ca23ca7616fea36f45577f8c302b3e4e4d5d59080901da86573e8
MD5 167139a745e6a81347d10bfa698be27c
BLAKE2b-256 4c2a8f7bec3204220da7900b8d06c96772f76edd4c7cc0aa340d82214989f926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad6bf92061b6258b6996173846620867855042c7d79217e84bef404c5d053f61
MD5 c790763bf83997c8c4085b9b02c87340
BLAKE2b-256 4749f222d8b9130f9bf9cbf5d339cb1a0a2ea852b5e21c895b36ebd95c943736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3ff8f98831e47c731c46f2b6914eb895f2eab6567c2328f1959d4d7a7bfd0b3a
MD5 a341d2d0efbeb5a02f0212c438f73c6d
BLAKE2b-256 8bfedaef3e499d7c61956eaa3df33938b764692378ade1a6887e0a3f69236cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbf6f5a04f6517ab22510e6c5c5fece5865388850e51bd8eeb6516005ab3d9ba
MD5 f82e6b40c5302ef061910f9d85ce8a9e
BLAKE2b-256 6a1e0d888474757d54333604defbe628b7a25767829f38589a78192c345fcd1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eed31686326c9339e7408141c057f9cb878df50f85b544055b4daf0799b87bb2
MD5 8aeb2b23b6d8e951062d6aa1191d08f8
BLAKE2b-256 8c47a56ab6d8287a87e1480d0f281afaada570938e80bc424927b9cd239702a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a8d5708539c20d48403de192bcc909dee7f849c61ecebad07c371f04c58ef88
MD5 b3a4a181697dff927f59023fe4248660
BLAKE2b-256 a382983842c9cf7cab2bb93e75a4b35168d033c5e14c4184d503650b0d92e7e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f807530dac7b33d3bc89eaf53d8516e22f3b9f9b8a8521641c45dc3153f52e12
MD5 0c92613cbab6eccc05e59948bbcca59c
BLAKE2b-256 c1a52581d2461163c91c7fa748720dcbafc9f80366a3c8e968c4bf1b496374a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72a263c43ccbd938395aaa52fa12faa58ab66089f36f31399f97710c21a27970
MD5 8d85b79c24efcef4071a4489b0082f66
BLAKE2b-256 1c40a068b5060b918851444bbd4179ffec917dd56b2ff57d8b394f6cc2e76791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 053fbdbbe2a08c6409d8ef23413a0b694c01c5f7a7df107565c99ecc665f0d2b
MD5 f2f44dd614dbd820bb03680b6c4333c3
BLAKE2b-256 4547b91782c4ce965a864c1ca4c8435384a047c305fd664ed464f880ace66bca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e7b28afcbc54c3ec6896fe85852fa2cee14ba5ee0c2c5b06838dcdf9ed80138a
MD5 60ba357df3d86945e264200cf93bd203
BLAKE2b-256 5f1538846d5b9c004e764c3d9925ad41583c49ead745f95ed352c7e1c71037bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14a223e2ece6bc9bd3bb20e5ae5f425917e894b815377f6664eb5f85b69eabfe
MD5 e2b398d598a9a6c8b48871a6fa98318e
BLAKE2b-256 5429ac5adf68a6e6bb04c78b032700cb2d3bf3305bf856823a244e63796f997c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bef7023d372428382b6debb353ad4bcb0bc5fbf8aecfc4a68f6798c08c2c4640
MD5 e8d0fc74e47aaf6c793d7fc6b0fec985
BLAKE2b-256 607a59e624150701ec80301b0dc7b0ffdc05451df2cbe03cce205631db6387fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd6117ac0d8d33e69ecf6a6375649af5aeb277b8a13fed627a58604dcac0d264
MD5 a47ac839e6dfde18012f24c2d563c80f
BLAKE2b-256 c124ea80081687bce91cbd038900dd681bed5c0b29e213f437b8bf32e92b8508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6a136a3897c88dbeeb91807be66c03710c66fb0dd84cee1cb1288a9ef99e1aeb
MD5 90eb45a8b6f05b22416038db9d9889b7
BLAKE2b-256 163b2f13dac11be879dd8786f88a3d1381379df14bbc383e7577751081f5052f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64ef80493741bfacdf39efa3025f985e75aaf556edbc0fae0b3ff011c1aebfb0
MD5 8d024923ebe096a5ce72d101cdf7c85b
BLAKE2b-256 cda85ef8443832f1e810e441437c18fa7a8a86dd8594250fcc4f2e1010d9b44a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19c2172abf10c455b3b0c6c91fde3da5e6a99fb72d3fb2409e8cd35db134c15e
MD5 205897c20074f5ab36bab7a834fc6a46
BLAKE2b-256 c82ba2e9b50de5c045d4d756419c1e8a22f43c6c4f5125bd0fd64e66ed8bde6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43b98b7246d3e43f6f644aae3240607db8e9d079e50d815fcf35e3665003cda4
MD5 4f967e2dbd50df97906c419af4230130
BLAKE2b-256 7c2c3cdcf2e1edad96e123de2b0670b5d3245b0e36cb477c52e4906bc3465f87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 ee980b4845792d61e9fb20b7a6f154f305d91b9d9fab6bbfcfd60d7c778bab58
MD5 71638694492c5b9b3431e48d6b68b296
BLAKE2b-256 fd73fc5ff8b7120d6a87fb227dd0fb203bab066d77e0ed4f716870ba4c5ad752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 2edcb67d126881948ba1dfb4e4cd34d9a1ef1536c294ab6be6bf2fe8112b8ee7
MD5 d1bde9e5e1ea7e8ccc478815832619aa
BLAKE2b-256 5c67dc05e55845327c9ba099f54ec275fd1575c6bee0c225c5b5f2bb5ae6ee48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d64daa33e9c81e3d4304d78f9a3cfbffb4eec46dc051a2313eae1f7095ace3d6
MD5 8cf18a030fb9f3c655490e1ee73ced42
BLAKE2b-256 63b90b7976ce023534242d1afab816f5ffab4e8dbab99fd8058509f0ad6ecfdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 56a516935864cf3400694e8e8a9ad6bce078679dfa684a7cbf05f29e6720e391
MD5 ef9634795a18a6841cdc7b906b0a227a
BLAKE2b-256 160567c04cc21af3015654b01d18f3e93e210212a79fe6e8facd5fb17ea558d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c9ae90cbc3b7667941e403b8965e16c13a445f6b25fe93f3e6d2b9bd20a9f276
MD5 a2aea69182abb05af0d96ee9ce8d4eed
BLAKE2b-256 74ac4fcd9bd18ff341e9e7107f8854e7276382496d89c35d7f4f4cb931baf504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 15dd7d94a97154d7796ff4d6de8d3c2ec65db9ddf537a76371918b8591820498
MD5 7fb83127da7e047bf603f62ecf46ebd7
BLAKE2b-256 9e3a1373b0ac66c8080df49b224cf5f54a4968d78956f9252f72bce33113cb90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5376807fc5a6b0ea85fdf33e9fd079ee9d8451451554d4bcac36f6918a014b13
MD5 e115a558ce47426a35240891b76a14ff
BLAKE2b-256 7c32850f39fb09fd64468078b17d2d23f1b5445ff569b3d6c514486979cdd472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 27f8d5fbff815440eead067bc6ed0a4078d42bbdad487012792094a79210e005
MD5 0ebc74ca854745938e2f8b49ad20fc8a
BLAKE2b-256 95ff07aeb397808ca5dcca4da0bfb1730ca72040ff1291b1e7583fc9339320a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e154fd5f06487456fbdac8962a50b86721bf9778dad1e91c630deae0f0fa7575
MD5 83e56fcc4a2cf39a63d3c7a5e3c9196b
BLAKE2b-256 fc26934a82b6d5f31616182f83181f50a4d7451cc471071d4d9218b0a0490770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b014a8ef67daa22db06174719d79a8b1e527b2c123bd20d2458f91a3ca71fd22
MD5 0ac274c2183189e234eed4513cef689b
BLAKE2b-256 57bcf6cd16fa4c4244d1f9495c6c22cfe594a6065366d0311b29b216e3745648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 5bd3a0f9f2d1a210d8ca394fb29e1b0a4b1d3c365a3e92abf927f3628a89951c
MD5 a18ee4205e269fb5fd4f535691dc6ae6
BLAKE2b-256 0faf05b095b98a2241c8f5e071715cf897ce9c23d9ae659a1b51d87b02da7e8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 432e0744b2bf9b9832ad09a3a3eb3c2f754232ae2c784cf61fd890f75822aa3d
MD5 dcbd96afec4460a964fb7b711b35895a
BLAKE2b-256 63b3d188253eb7756ec6a845b55ead40d18a1b238c64084e3412db7ef46cebf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d283b6f4b700725057f3cb3efacd6284a4905423b8c1c067cf97f620ab0e550
MD5 68b6691ac7b22e9f0f949691ec19d79b
BLAKE2b-256 eafbcd4155e79b7fc8fb5cc6e551c187b82b7bcb1613a6c408fc64887d0d3cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 234648aa8805984ff45ddca17dafbd14d582d71ed4553bf4e8584f86e9839503
MD5 d4ea1e0147719d0ab11b78c31fff3752
BLAKE2b-256 ce40180c6b70a3548106a97316ff0c187a67000a4531a32b4b3213de3d21ca62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 09ba2ffbdec23834662eff4edf1072e68aa99fc154c8b523d08378e6c77dcfe0
MD5 8d606457c6808bd783e5dd2a043b032d
BLAKE2b-256 5e1892cd952701a09e1c224e12883927bbac1bd0eaf841d36ae8b19bc8d50ad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4057c158fa9f47c94370c138dfde1fd0b2708e50533fe4b46949061dca88cb90
MD5 c61e3d792485f966ab5a241bfb40d433
BLAKE2b-256 ced87742c1d16d77fe9f9a3886eac0bf55d786c73baff0d437f1b2f46ffaa293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32b4893be2a0492811848378e1cb23538c0d074e3aba4a070d54439a6f044058
MD5 aa1d0d12e973306c46eca47a12df27de
BLAKE2b-256 8cbd16c2705f9918b9be3a23effe19f45a209d27b11f57be33ea5954b6e4c2e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d5e36ab80c112038a93e1d9ada888b779f481b54b61d2d843e4010921b9b6db5
MD5 d3e2ca9e546be46b02cc76a87be9b7a9
BLAKE2b-256 2944a3c90222bca58f4d58b45c7618d9c34bd14bdcaf2bdd7b7524b0cab140dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 463044a22da16b4c2f1208788824675193419f73c88970d3dae04a9f4d720577
MD5 1cb4b20bea2470c7104c0288c2fe6212
BLAKE2b-256 502f2a3e5452f50966b647c295acb1d888d4a73dae6e2a27cfcdd059f3dca175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b1e2427c2c8fc707069b84cf0b71139d361fc2de9a0b07c7e5edbdd59e38bc1
MD5 0f671715d1458e3b3df2e9d7da752ca2
BLAKE2b-256 f42e06fa11ead4efa6f039df51eadb8c52b51769b0ffbb1a9adf1a12851f680a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4b04bcfd8ced5b23b2ce1e948d28d415092c473848fef7df5352cd5e49b267e2
MD5 888cf6f5342f820d9c5a589bc0bdac81
BLAKE2b-256 fa92ac198a3e17d88494111940dddb39126f8e154bb19b3b471a936151997e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 b525b29ff178638a6bd27996b0971fc741c43fcacf3e3f9a633d05c9baa599b0
MD5 7e30544258b1d361598f411895f4dfc7
BLAKE2b-256 103fc922dde4f55ddf1f4221ca244b761adc22a370d9b852775ecaa3a4ef4b5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa0adf5973fc2c3530bc5bde4866b1f853e0a2003d457fa2fedeab876acc4878
MD5 8ac1087b0f37c7d253cc522b4aa7313e
BLAKE2b-256 88cc032d04e196ba92d214781ff143705ba1fc0f6b571b6a912da1b2a541d632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1226841318c976e9c93dbb0a762c66d3c259ba7f3ea8565955f8b767610a506d
MD5 6d461576dcf3f742ff28485f0a7f365c
BLAKE2b-256 e49a26fdf401518f7b9e9ecf0d043d4a886f5297a959b3d4d898f6992db4e441

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55f961ec4a6eb03c947d94a73deb9f9fc75773bb6b3546c06c591f294013a419
MD5 ed8290177171dc9408a7d0a4f51e7719
BLAKE2b-256 62a9c0340ccc02a2c1df60a14fa34db761c67a33288530be973c20127ed9226d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d5dcff1ff8e990b6a5571e5d6573e073be3614a9ac01d014a0d4122ba1418a55
MD5 e84a9d7b43a40b62cd4a5eeb3c956c91
BLAKE2b-256 48080c4ecec02be9dbf9f843bbe3c356403163e0fbb14274f31279f793b111c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2881cc3c71f4c83d707e0ac51816b649d29791ae943cb18643c0b1bd0ab4b15
MD5 3549a0329217f0201786811987a2927f
BLAKE2b-256 30dd112d3bb478a1621c6713c498dcf2a9f8c944120353433b621c5b262b8136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de913dcd5a611270e454903f95ba0c619adfebd54a63df8247ea250e5ada9da3
MD5 19921b8789ec2eb6c3ee34b8f9dd52aa
BLAKE2b-256 b452a7081c21546b103361640fa6a4e15dfa4e5b39a0da87b65e0083fc51342f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8847ba4ebec2d3fdc11a69be6356e02779e4fea9f6ceafa8cac43257d305a3d2
MD5 40ec645cfe42a1a80e47b218a2653e39
BLAKE2b-256 860ff9e1dc28a44342ee853acd1f0303d15fd080af537f9f2b0341fbe43020fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9e042b37b8c828f93f4b74861fa1e97228d5d197a2c72a9e32216d2c1908c283
MD5 898a2be4a01fc1ff212d438fd3a42364
BLAKE2b-256 4cbf4742b7810af59b27c5738e4433db9772dfaee6c443a55a175403ab6f0cc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 39f735d2c6b02697bb7bc831937f4d5aa3d00f84a7a805f032fe62dfb311ec04
MD5 3e541ef7c855baf24d2ed0cff5565753
BLAKE2b-256 292a1404ab4fda48f196d03dafaf2d6b0b38cb707c438a2ca50e814211863513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 d19e7a78bb2bbc34a15954092a3873d46e3bff4a1501e3bc3a18ee687a3ea051
MD5 3d5258c9db673bee36d125e6bb336983
BLAKE2b-256 613190ab3f0e87f7e45dccff1f2a3cf0b4c0fbd401e280b15533c58aff0d988e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 229855d8b928df181a9ba800ea6052b0fe971435df16d9751372be778fdecea9
MD5 a8f30a4cfb21dccc4a044a549352262a
BLAKE2b-256 aa318728fd90e39ee858555b2e78d2bfc0d0276e412cbb3f586cff002fb55d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f005d8444c2d5ab41dafbc0d58fb274c2af3be7bde4a45a3ac878834d9a2bab9
MD5 946f8721c25feb6b0ded16f65d04c7f7
BLAKE2b-256 12daf1501bc758c6e79b6c118583da2a0896ac94fe8abe1b2455054dd94a9e7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a025c0ae108d95e7ca08690edcc612fc4123d953ece142ebf881debded62acbf
MD5 47cb5bc213b35c66c534238b400722e7
BLAKE2b-256 c26dde5f6c8ba6c02551badf1d6daa944806b0d36ce2115f6f6f6f6b9a2fbd48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 087b7d3b315133819a3cbad1eb00b990db0065872227814f53456527ed08f7c6
MD5 63cb31a20a1d6a948988ab7350fd69af
BLAKE2b-256 d792bd3d2df7bc3f98d57e114ed98f4d214586cf190502b6ca0397aa2aebe347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9aef20cffb66de65c32e313a993f2a5e538209930035dcb22ecabc01d837d6a1
MD5 f90a372db4dc78cfc1434ceda76afc98
BLAKE2b-256 ba8d9689bb181825c7fa47c019023cf0665cdae26cd0f4859a9088b1fb67f072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df9da6d74ac5a07b7c65cdad53072bb83dd75e58c6cb8fd5082962b327382406
MD5 55b3456028af1ef658899734ab04abdf
BLAKE2b-256 fcad5947ac18c3b36caa74a0370720519c71a70d9985bc7cb9f0c32633252802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23ed1ddfae8893a94eaac946571c3875081fade9075bef345361a861107db036
MD5 d6d67145bc8f95ff9a0e713c71a63050
BLAKE2b-256 6a4c4f84e32b9d71c49d766c2465d19d27207bfb9d73d3f6d1fe6ea16510385c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 51a57bb2b639629f649d8f29440bda39020e493e0fd0dc108c8fd286f1de74a1
MD5 9eac36732b45e98ff12463da80bf8895
BLAKE2b-256 f0a890900b7a7f764e4a671ec699a2c34de5cece458b2054d8a808e9c3e9e2b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 fe963bcc148c1a80a2ff42e36b8f585aab3fbae96ddb165e4dc60674e06579f8
MD5 23a767cc5dbcae9eeb28ce3dbb4a84ce
BLAKE2b-256 4ca2e9e8dc51907eed05cd254a15e4a1b08079f44dfae1a46e2c9497136f3b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8583e6e2ba6cb20c602c289a942578b435a092e70355cce479b811dad840b2f0
MD5 8090c34156a6a7c5124e082aa4ceedec
BLAKE2b-256 a93aec048e8449c054158a4e8b7910b07a72038ac75df04a39db34a49550c9e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c6c632c98df205d15680bfdaf39001568111a5fe90498d65407e6432e064603
MD5 512dd28cbd334bc09793fafc7c233b1f
BLAKE2b-256 a742ec571c92e3fd75070f348002ba58b41fb28ec6a467cfc512dffa5e050ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 71d348e901db3345790c7071ef63c7cd718d4b25a2e69201acfe90ebdf40e82b
MD5 e30d4461a4eab6129c75fedb4d76ab09
BLAKE2b-256 3285cec5bf3c26ee3a3042c6b1a5bc0ef90db9627a84268757cbb4a39adab1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f77ffb038c4984646baabf305e31badf177916d202a725afd018ed59f83a2a99
MD5 1be7ac0fcf0946d2c4a356b66365ab8e
BLAKE2b-256 c4c443612f3d50f8ded83315b9194f48af8d4d3c1e0880c7567bd9e2a24d5027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e2eae4b6864d3b72e2c3f1374cf439fa82b7416ca18f6f47d6b7afe26f241d3
MD5 b6e4410c3370bb992532a26e22173162
BLAKE2b-256 5c80f5a634ac622a47879942de178061065e800a6c02914a74b67cb7d8d96807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 098740013fda8e5bfa8ea8c46c114e1300c2495979c5488c299deb75123ec198
MD5 640a9aacf67380ac6fe600215e3b0165
BLAKE2b-256 781959913688a80d8e0f7d76370b9212fe4c10131aedba244f323f761c50a094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8211b2d2020c80aa92bc5d1278eb3cc2907eb67eb59f601a23ce6c28089f3264
MD5 2a962e22a4999294f943b321905a8c5b
BLAKE2b-256 bf24ebd662b1f77fc3c18b496396b014de7200d733697befa6c16cce72a6ea6e

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