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

Uploaded Source

Built Distributions

prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (553.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (587.2 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (553.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (630.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (587.4 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (630.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (560.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

prelude_parser-0.8.0-cp312-none-win_amd64.whl (389.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

prelude_parser-0.8.0-cp312-none-win32.whl (371.8 kB view details)

Uploaded CPython 3.12 Windows x86

prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (553.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (626.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

prelude_parser-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (588.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

prelude_parser-0.8.0-cp312-cp312-macosx_11_0_arm64.whl (491.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

prelude_parser-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl (501.6 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

prelude_parser-0.8.0-cp311-none-win_amd64.whl (388.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

prelude_parser-0.8.0-cp311-none-win32.whl (371.4 kB view details)

Uploaded CPython 3.11 Windows x86

prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

prelude_parser-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (587.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

prelude_parser-0.8.0-cp311-cp311-macosx_11_0_arm64.whl (492.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

prelude_parser-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl (502.9 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

prelude_parser-0.8.0-cp310-none-win_amd64.whl (388.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

prelude_parser-0.8.0-cp310-none-win32.whl (371.4 kB view details)

Uploaded CPython 3.10 Windows x86

prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

prelude_parser-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (587.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

prelude_parser-0.8.0-cp310-cp310-macosx_11_0_arm64.whl (491.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

prelude_parser-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl (501.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

prelude_parser-0.8.0-cp39-none-win_amd64.whl (389.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

prelude_parser-0.8.0-cp39-none-win32.whl (371.7 kB view details)

Uploaded CPython 3.9 Windows x86

prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (629.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (559.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

prelude_parser-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (587.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

prelude_parser-0.8.0-cp39-cp39-macosx_11_0_arm64.whl (492.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

prelude_parser-0.8.0-cp39-cp39-macosx_10_12_x86_64.whl (501.9 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

prelude_parser-0.8.0-cp38-none-win_amd64.whl (388.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

prelude_parser-0.8.0-cp38-none-win32.whl (371.3 kB view details)

Uploaded CPython 3.8 Windows x86

prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (553.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (630.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (608.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (556.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (560.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

prelude_parser-0.8.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (587.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for prelude_parser-0.8.0.tar.gz
Algorithm Hash digest
SHA256 b0074db660b301b56d76d448fff3af61843d5902ec9695fecfc3dbe0f3009472
MD5 91256009998f9985738062923bccc8f9
BLAKE2b-256 3edd8b3e5c7c3c72fb957ac6ae4cb0bc94eff079413fe9284065da8759fb99ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43bbbe8b28c96857672f212b2536113df37502dbb24ab3344b52bb1a3704ad00
MD5 e6e7e2adb1815d9d9bb6ab5416a88c3e
BLAKE2b-256 be13274d2d360317dc1cf8355eadd380050a4651ccc9d99fb34491091a2cf0ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ad655d8c766a7c88fd4d6a98cb38c9899e797c5dd0f3fa749a65c5d7e9fc148
MD5 722f0a7db0d7dcb236c7353a7975b840
BLAKE2b-256 eddf054971f43ec2ac3205b0ebf5cb373e40267308c4adc7433896a0deb32052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8ec2db929be7db83ad3a115f0159deb66b79fa06874c429e8736a504ba3d124d
MD5 c834782fa4b63291d5a6c9484a556770
BLAKE2b-256 9b108fa36ec79238602da46ef1cb8d200abee6e384921da98fd63cef08797f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd74043fae53f808f486f5b93b45a1f6f1f515c4009fe5bdd38863db18d9b969
MD5 67e831ae22cfcd966b3b4a6b9334dc46
BLAKE2b-256 77cb84845058d9f8d572c8f0b77213658a5fc9ddada6cad787f8beac5bc817ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b9da68c31403d678a6d0c56e6a41980c71c93e9b75a3a4426dde75b77cee0c4
MD5 b7e5c2e51577dda79cb671e37329666c
BLAKE2b-256 43e5e083c0d348efc038cf4abd8e14304369c157bca57d8e0f33ea2a665fe4ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e988b0e0d6009645bd8d57c86dbe386abeef5cc4441ad984b4e6228261340a00
MD5 88f1a200e98252d08210e24e27ecb452
BLAKE2b-256 daf58e38fa573d629ea79cb5ab10cf5e69fdacfa22a19cfd31cadc347ece38c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c60db13280e4f551da4a0a184ec350439cc0d2d8271d9bc7b2ea43a01f75aaee
MD5 3c4532a1f15a087689a0ad9643814e1e
BLAKE2b-256 86b26b0d7a1675f931b0f846e9858c8ae605f33d8b3396fab102e5f19dd38af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ecc7418b9f95ddb8310bea1b37980bb71ed3876bbc8e2a69be5d4d1e42c9eafe
MD5 d3c5df715a33c7a0e841d9f9e507de92
BLAKE2b-256 9870dece5616887b64d500fc6cd8c3ef0b234b4166d702262ec83b7b7364a5a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d5f9745cc7eda7cc9eeba37e48977bffbbb23dadb2eeb78ed0743d5174050877
MD5 5a93e37e548623f22fc1010dc665fcef
BLAKE2b-256 84deaf80913793809d04bd8ac63e47b9164fb5534280cc78118e8f6eb1d037d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d64199e663d58204d31030bceec969cbb8452a249f71de3f340746b4b1d98b0
MD5 5cb5d69d9f0c26171237ef495a7db54b
BLAKE2b-256 447da0dbfb4d8bbb7f474df1a9d11e30a8bc5e57ff8d99b946de0a1c1a3fd143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 afa5409e7249553ef87283b97b9f88997731cdd638c429b4f8f6f3504a8be249
MD5 2780563faabdd50166953adc43908e02
BLAKE2b-256 1403e566a9ac3f5bf01c2df8b2f7d65e727fd5467d2c5af55c289a41d4473b16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 602df7db4de25ab50bc816de4b13c722b7bdf8b549769af4c2421a1e86b2df27
MD5 27665406ff69eb3ab01866a816bc023f
BLAKE2b-256 f267a27a41c5743034a090a8ed744c1e9339b116ee2281436c26e4d04ef5906b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 31e747a374a0d5d461f64d1a7f1a7ddd785a7efe2190db99339a564861710599
MD5 dc0233524ede23d2ec22fef7bd9bbd6b
BLAKE2b-256 1dc5f1ebcc9cbfa6151c7786dc19dc899ff6e298eb264ad9b69031b4d551063d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4564d31b69a040b6ae305a75e87ba207eab5d6baad46032f7f1694c30af44e43
MD5 313eec01887096b69ebf0eb9349f861f
BLAKE2b-256 8c5e6b750b18f97dc56d321c618f2aff32d3fafd650af3f4277b3a2acc872242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c5bb297d995bacd15b07aa0082f0c0de45d56d2a9376179edc133eeecb05101f
MD5 cf8ee6b57614ad77542325f7b45ddebe
BLAKE2b-256 329c86a23ff2236cdffb15c1f68fe62f658908bd07964d15d937f8fc28ed7c0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1642a8ce2d1220cbbb06f8242f95559c9c2ccfa4e8d5729b2928d2b21341448
MD5 419cf72f303e8e4cb6e719f81c47ccd2
BLAKE2b-256 0a2aadb94663f55ed3d965404f41e08cbdca254cba1c52316b9679376dd00777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 f8e36efe569d2c8fb3683f4ece00683edb9eefb850b30d973ef49dd75c3b0349
MD5 7501d2edee0fcc234b7904294e5429d1
BLAKE2b-256 2ffc0437ee034b17caf506db5a2265ca2cab3974157270017068f165f848a7ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 e2ff61c8b7b6c786266e023babf28ff3f6a27147baf886d963302f5b5a1b214c
MD5 77ff79c5347aca1d86e34bbed845dc00
BLAKE2b-256 3c23b83b9a90dae8a53c670cba06395aef0302d9bd013121c237609490bfcdf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd419f9c6a7899bef14ae1be26941d64dd56e967c33eb28c547218640626a439
MD5 e93476ba53af7907b3045b02417a5878
BLAKE2b-256 3196365093dce470cfacc2c783ce1d6909e87c4665f210f296c773a6b3ae3fe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 186fa030cb4a096ef58aa36f17bd24894428bad450ea0abe1c159832c910a836
MD5 f17f08de33617ef48c42a9320035823f
BLAKE2b-256 5798875e08f350f6e76ad33c00808f95679638a2ebcd2d2e8a692db48746862a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 945efa10bcd89005ed932bf1baa62e41d2529687e80f8ab2d218b10f47a7c2ad
MD5 c2e9f780b5e5d139114a4a2b80a5ddf0
BLAKE2b-256 203bf7b9c0019470bca573670b122e29e13a956d724909d384b61190667df663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f3fc3ae1d4e4311217f9521952cfeae7c7d6e84656136122a7b12923d30b1145
MD5 cc40debef9ec60f33f1f6ce724c1c663
BLAKE2b-256 350013c16e5458d541dd842d70fda73f7db3a549f1ffc192e554eaffd7348ca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d14d94a98e97d4a2c182c8fa7c8962b015ff38eb4f8f8ef4391a00e13a6e76f
MD5 14f5d7647a395e9cdfdbb035fa1f2049
BLAKE2b-256 18c05ab523f56b95bee0c37f4a0b1a83ed3872541be064ee7d0c1aab4dfb39d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 037e1c0ca9d7bdbb4ad189fca9ad39f26d67b5c12e157c6f8c436a5834dfa48e
MD5 585334dcdedae8fe773925761b7100b3
BLAKE2b-256 db2bba735a26491bcf276e484266861b11f22d7ea86422fceede31e63fc5066d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e2eed960f99da1b66b2bad4e2e13e049b60c2280805568d175e3ede9637d268
MD5 c1bc38828c1d45f8ff75089c14ed867b
BLAKE2b-256 6d46e2c20735b5a6b48dda2a068aa32064c03dd31d1b7d02f9728a74bbbad814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 22a2c6a93dc0e615225808bf012463fa4875c3d8fe20012e7fe30d15213aec69
MD5 125763183870e491b7009ad9062ce29e
BLAKE2b-256 1825ea3c76aded2e615a1ea0733010eed1cc971f39718b9985b566bc10afba64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 8903ae2797a80b94c3284055f6be3ad9516c40a202f5b27b0634ce37c32e27a8
MD5 6fd6f71ccc9fd0436f9c974044a49663
BLAKE2b-256 e3b39b0c9c4a026baabc12d0f966404fc6966a5c3fd805fd6c689ee0bdf3354d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3de7d326e00c6da50ca111b3b34d908a3839f2b04410cd8e6fb665816dffdc14
MD5 92d519d0882dfb0138d1dfc92d37b8ff
BLAKE2b-256 229e909023d90f9c5529914070a018ed78ff276cebc48425c0a55e2edbda1b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e09b85de2a404384ecf626e8d9f4c7fe7831c93615f56932f0a1317fd9c101bf
MD5 51d888c9a4d4e21f9877ef76c2b86fa0
BLAKE2b-256 b80f2869f5872b1b25669b8a9bbf73ede05ae5b4811c054a2538f3cc381712c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6ce2b67833e442c9dde3998e7c673b7c856aa2fbfae62bdd548914835c7d65c0
MD5 31d60d17592314de3308d23c100e7304
BLAKE2b-256 4a208e18c6cbff81f7bf4514c1c3b4a51714b77ecd8436b80bd7d78457c871e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b43151bd21aa36daba004eb41939cdeeefc8ca4762f8a3edaf3b33bf64939419
MD5 b95626016a2266c4c30f806b2f005209
BLAKE2b-256 84249d9bb2037c955ee1a7cd343785a12366d04b18e14a080aa524c58fe14ecb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2492b1a50d7cdd0e129d9439c007f231be8d0e1a7fea585b9ee35cec4df2c573
MD5 05b1afded08d515b710fd9e81fc19b5c
BLAKE2b-256 f59c6f8f8a22a73f2781bea0507d13c043943222689c1e85c606d93440b89d95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82031f9cfb9cb106be27b45cbbe06a997915f25d28db052dafc79875efc60823
MD5 4e6b52b4c775ec7a532061b58dfa9cca
BLAKE2b-256 0531dc821d04cd017f688cb1b8be1eca95ca3b9665cb97249d68616badef8ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f90cf155953d9f32151ea86843dc23ae6626611291cdcf626103054f746f64de
MD5 8db151be07c83ac778a82e5e3648df07
BLAKE2b-256 54d2841c475cb64027aab9ce8b73d2f881f255bb98b15453ba92b5b303545b8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2826080ea93868d4b6792f360d724ee67d6cabed2ecd0f56cc71e0daafbdd855
MD5 686f6fcaf70a73239772514c4c6f981d
BLAKE2b-256 c05bcdbb7e0203c73d91ef26ead65eeb139554bc6ef2dd0c09c825c0da7c7698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 09a0e7c0e72fca36cbbc5306bb1547b5c6f86de427a7b90b19c1fee0381a5b0f
MD5 a88468fad8d6a0c6763523ab239e7932
BLAKE2b-256 735e94638bf2fe9d4f168c198df8756696a07fbc98a246186d6aa560e89002de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 7d4ac827e826efb2fba569e90bed336100f82d629c906521e410a42af362c352
MD5 644edbd8d59ae59cb8367c8f25c106fa
BLAKE2b-256 73b445b8eef5d39228af47d3d3bc57f5be56ce3282f27410ad52b27193e77ff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 8e2a3734291af8faf46736cdb94b0976544866c18a5a540aa69462382dd5c701
MD5 be318320854865c819f7e71e06547b92
BLAKE2b-256 d2074b33c49f4a38b26afe1f9a2a0c51361999f89e0ebcf80ce05bb1e02f197b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4ba5a4a819909031792497888bbcff66ddc826fe6c00844b0455f56b9a56d70
MD5 20fe3c10416a25fb3d056985ac3a74f2
BLAKE2b-256 7c8a3bb12e5402084e50b75b043930173c6d1ba01bdc9579ed2f2724076bb5d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3de5fd649c5554f2efa21fb9573c1f5ac659b76ae390dd857375768648d76746
MD5 af3fc45defde76e65c7f5e750906e80a
BLAKE2b-256 5f3f985d24543d9ada75c81d0655f5d1a6e950ca3fc6a58632c6428b350d2dcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e16ed588a98fda498e681ed61c419933c92b7b2253d6f5f96e6d208365ce893
MD5 823a83fdbe54dcb2520654ada327f7f0
BLAKE2b-256 b97152724c91185439682f8d16eaeb75b5aaafd261db44185ec7303747397d98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d9bd09c57325874bfa54a00849f25dcf2d2c7f6f9067758c0f612c040eef6677
MD5 2c69dd721c908e6eeba683f8fdbe31c6
BLAKE2b-256 720c49abab74829aecc0c7af0df2bdeb4162ea3ebcdad16e7fb6682d2f209c5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb0bb397db58fc832aef7442d432cce612bbe3cb7d880424b01af2a17d2bf115
MD5 25df8865d380bf7ce154460fb75ba582
BLAKE2b-256 8643208af51df80416f58deaa7c913f90c445c74d54d7fee188387e38db6eba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 926f8fbb8141b48645ef543f8578a6131e6c5ba90b81f678dab017e0a11e6c38
MD5 6b0592e5ebecfedbe3a043b7433930c7
BLAKE2b-256 c68f44f15c9eec7a85a15a3308be1b4541829f17b980d2fd980c96672758eb27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7dac96ea11f3c382718cf3e600476717d89fda73eca4846120029318ee0110f6
MD5 ca99040f9cb912a058747400433e9e2d
BLAKE2b-256 292e146eb74aa4ce4f748139b8b0eeaf46f07e558a11e24a02100b2d06e75f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 61b2ce8af8f423c9deca7ea867a843f58f01b611517bf1b61c755b743c5a485d
MD5 5f8dbaf2f2117a1c081583cc20a56812
BLAKE2b-256 8f96fca4fd86f0b0c419b11e2c4eaa59972dec9f410055c139f2330bafc2c9ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 5f3196fc1aa3c18640df587f771e215edb325d7af8262eb4df1150a46f8914c0
MD5 89e004f7aec8dffffcc6cf348d51945e
BLAKE2b-256 6cf0dcdab3ea5a2181216cfeaeacc93826c5993c79988a13b4adb9c895e6ac82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 0bdfad8f6972df3f2d3597a99f27159afa839ba6838cfdab6033e00cdabe8dec
MD5 622f91a2a92aec6bdd5145cb75348f63
BLAKE2b-256 586bd848c748f2f87b4f3fdfbff15c1171b40b8d041acdd7efa3133c9f23d7d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 587debd9991162a76a4e8ff14603ccd9ab94a3a1e08fe2f40a4dd987a266a59b
MD5 be64cffe94eb4eb735b55990e115b0ea
BLAKE2b-256 65f2ecade82083976851bc3095e72494e6c10d9fd1207d1f1cc82d6114304425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 11bf20c677a976d23410baf8fa218dd43553e8d7f46e0bb593c2695ce33dc258
MD5 8e16d29c8b93ee7b5abe01cb50d3ba8e
BLAKE2b-256 65c3b76e3c9fba36b13a77603abff78e6324fd365aa2b96702189fc9995498cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bf78556bbf3e814fe3052ff9c27ff2742b6bdf434390f6eae25ba3f2d6b7fa88
MD5 c504cadd4beb03249ac6a89d917425ac
BLAKE2b-256 08d3a4e9999de25a7113ffddd78a955167c146b0d898f482e1d7365bb9bc4b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 527db2a90faf4a1c664d7b6708978693a8505498fcae557c7bbea138c5c81c89
MD5 5308f6bb0efb389c7023ce21c77aa182
BLAKE2b-256 d122ec93ab4f0cf2acbd2fe34243e33f2bd0b3c74ca8daa28096cda30ded0bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7aebdf72aed317b04c4abd0d3b099187eb68d287ecff3ee8a89cac50ce9b4645
MD5 3acd7bf4a86618fe1931a9b100fbe995
BLAKE2b-256 4bd623024aac63e471dae33ba64a2791cc409d1dfc6a632fe32c12788955e838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d511a42d51e6301d5c35a71ba7adba95508cbe6cbab91d7c8831da32643942d
MD5 002c45a484e374a5700c239546baffa8
BLAKE2b-256 7be8813b1a2bf835562f0228a1bfdad7eef7c890443fa5e5455d6d91e1220c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9453ebb8dd77fceb68b7bfbda6a024edb8aed85de01536f5142d00b89b75e24b
MD5 82d60ec5f51dc074ef283d26407cbc6f
BLAKE2b-256 4dd8f9ed3ddad9c37ebdadfea6695768204ea6b4dc6acbffabf5e01d0270fd0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 adb9b67c534bb19458af48ae2391e232ecaf6027b0a1d2995a216be132d1bf70
MD5 eadf6406c4bb2b1c02f9b1dffe1add57
BLAKE2b-256 43dfecefaba3085ed0e3d63fec3f4c59757045050670d376a00be911dfd71f97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 884528443d3fd65912812ef588daee8f1dfa09d62bbee001a05c56fe5da9be83
MD5 021d692ff830a0a22a5aa1a99b8469ec
BLAKE2b-256 768ee19758a88990c7c4c6876c5ace005188c4afb30b46aa6c9996a957d503d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 942293ebe19afd8c2b4ea364801ba4b77f8a7ead1495b26c4d98300b28a70c06
MD5 02b63ab722edd1753e1c302f7b54a66c
BLAKE2b-256 353f6b30eb9e8fde80c4210645931ed04d40fa4ac06e46aba6b5e02e02d257e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3bcc2b94954ebdfc352d6a0c4ac3b5a19b671c581f258c11ff730fca24f39fb
MD5 3c7c0cb8a465a383019e584c47efda7c
BLAKE2b-256 0c8628d08a954cb9f4ab6e232bd3bfc87e5f8653c49f09da6e51c0f2bd1db231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9e760af2d3d8de5b84e6c0f8067972994ee451fe9e6f8bb5efa1ec925b6b1224
MD5 0ad2df2a57b692fc94f641b6290c9898
BLAKE2b-256 2e733e246deaea8e43b2a23269d6a5a2fbaa243794a5fbc55cfc9c070e56f24d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64ee3597b3b83fdf9552e1f94708cb6c300eeb9b31befe3ffada0674abebc44b
MD5 d81e0f76cacfd03faf9764b692ceadaa
BLAKE2b-256 f1dede0e5935c3348349d7bbd2da7b0b5f1e88b01612c38592c514e23485d726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86d1bff858004038820d1a8b3abc049bad0e40de804dafe859df69c7df6f6bdf
MD5 0571236276c65a6845e6a975719f8d51
BLAKE2b-256 359ccbf863eae572b586131945cf1e34456f5f87b9835bc2f2828954f04938cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b339ab99784b09f335ed40611643bff62537c759e8341c3364b893d0762e35c
MD5 b2755c040d8657c98a8aa274314eac52
BLAKE2b-256 ae631e453a7edb6440546f40a520eb49c32af48ae60502bfdad00cd386a4a6c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.8.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7bef5d581b118f6d916973ac7bda33207cd5fdebb61093fbd853097d39eb6457
MD5 0c629c4c71c60059ad2c3394ea0caffb
BLAKE2b-256 90e8a931b41b5215e9e874b2c6f4f09aef62c255ce41fc88a0ce9a888b293024

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