Skip to main content

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

Project description

Prelude Parser

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

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

Installation

pip install prelude-parser

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

pip install prelude-parser[pandas]

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

pip install prelude-parser[polars]

All extras can be install with

pip install prelude-parser[all]

Usage

Parse a Prelude flat XML file to a Python dictionary.

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

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

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

Parse a Prelude flat XML file into a Pandas DataFrame. This works for Prelude flat XML files that were exported with the "write tables to 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.12.0.tar.gz (47.7 kB view details)

Uploaded Source

Built Distributions

prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (668.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (648.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (586.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (630.0 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

prelude_parser-0.12.0-cp312-none-win_amd64.whl (419.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

prelude_parser-0.12.0-cp312-none-win32.whl (404.3 kB view details)

Uploaded CPython 3.12 Windows x86

prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (647.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (583.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (580.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

prelude_parser-0.12.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (626.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

prelude_parser-0.12.0-cp312-cp312-macosx_11_0_arm64.whl (522.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

prelude_parser-0.12.0-cp312-cp312-macosx_10_12_x86_64.whl (539.5 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

prelude_parser-0.12.0-cp311-none-win_amd64.whl (420.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

prelude_parser-0.12.0-cp311-none-win32.whl (405.5 kB view details)

Uploaded CPython 3.11 Windows x86

prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (592.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (647.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (583.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (580.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

prelude_parser-0.12.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (628.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

prelude_parser-0.12.0-cp311-cp311-macosx_11_0_arm64.whl (524.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

prelude_parser-0.12.0-cp311-cp311-macosx_10_12_x86_64.whl (539.9 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

prelude_parser-0.12.0-cp310-none-win_amd64.whl (420.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

prelude_parser-0.12.0-cp310-none-win32.whl (405.2 kB view details)

Uploaded CPython 3.10 Windows x86

prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (592.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (647.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (583.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (580.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

prelude_parser-0.12.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (628.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

prelude_parser-0.12.0-cp310-cp310-macosx_11_0_arm64.whl (524.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

prelude_parser-0.12.0-cp310-cp310-macosx_10_12_x86_64.whl (539.8 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for prelude_parser-0.12.0.tar.gz
Algorithm Hash digest
SHA256 1b46415b9f7a9553118b833d2f8d84df69e8d7836a93b5765e1dd52029eb88b1
MD5 d7fc8dcaf6034f9fe783816f7365f049
BLAKE2b-256 e4d668557d5023bfaacf67382b8718b9771f6516dfd54409073ea70095abef37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 686735feb2e35bcc21fdbc9ec0b266183c5b12503a7e10a3fc24cc7f4cf4091f
MD5 895464f8890386e63f1d5f7be90e3a92
BLAKE2b-256 8f9278ddfa570e847fbd7daa4579f9f6c619f761b25049309d3043cfc511af5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c4f90c2b799a5a772b9cf30ae42ab5905912b915d320ca2e7e958fd50b344bce
MD5 1b48965c359a022455eff1ef09afcd82
BLAKE2b-256 59a9d578b55e1857b07a18a9e02fc1ba585f7e7aa04564df65c33f391ef642b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 74d59080c614c6414398db1fd209b9c3886cb1481d9d45d2e82f443d7f7b7eac
MD5 df3f46229e3428b538633c86eb0b11bb
BLAKE2b-256 db0bbea269e9569543a341753b5fea056e9b973dd0b1644c18c3e963d961b5f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5da67d511eedca01d4a936ece4dc5cfbc680c9135d949a1c4431f595c17a6662
MD5 476837162c957ec74aff91dc19363f11
BLAKE2b-256 d0662f531605e18f4bb4b520bff4ec010b19bda69b426f136fd9aa2de7ec0cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bad96fcd4960eec2b8d0012388828db8088a5528b6c452c913a47aabef8e09ee
MD5 aafdf2bd5f74d053ff6e0706ffdad22e
BLAKE2b-256 8d6a37adbd816f73b7d06107b2cdadbda4340221dd49742aa7a80450bd7cd4b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ec5709a0b3d8fd32f0e3ebbb75e716082d7f9ee5f86efce230f5b2326713ec91
MD5 d7c968ad1db85134467e63101f006365
BLAKE2b-256 431635380de1f821cd4039d21ac3aa13bb70d2208d0d7a708db968c69f0b14e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 d8ec9980961129f53d21e6dbe3c199f3c25c8cf53b5450467ed1bfec27bfee37
MD5 ffdd2a85566e2cd144a5627e60fe0afa
BLAKE2b-256 7b7875a632e6c2dac71fbe1977f6f05811e93daf3773069d48f1d1199b3231bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 5ecb3622492be89d8f696bf28a8f83e1227b97314777db3650707d3268dac4f3
MD5 5ad59f1d082b1fb1b505f2e163a15309
BLAKE2b-256 e0827991c5cdf3cc02bdd54dbbedead06ea1596600e2f5ec86d0f39d4390a403

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fee31d6b92ae8822f0f4681fa5cf69a5f69ffe6261d472acb8781fd70d3b6fcc
MD5 1859bc9b3a4395e708c2003a62963cc2
BLAKE2b-256 c45754ba5847580cd8ca514f20be56f7aec8c3726f3be00e8d15eec123566369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3fd6d2052ed1d057aa66f421632bb7dfca37cd23bdb7300e67780efe53cdb7fc
MD5 07171fc0648723d4741635d8ac533cb8
BLAKE2b-256 61019b3771f2a8ecce4d398e2e19adf59016749b78a2908d9f7a80240c4ffa98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58a110ec6d6bbbf080e9a22a626639722dd6b3857f3bc23b2acb680bbda4002f
MD5 4705ea1796b78ccbb0bfbf442ceca784
BLAKE2b-256 fd25abd718690c62f8d54cf590c3e7763ea079dad1c795d81bb8f9767ba21813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 955adbb1c53c715142f5f1c140115a49e9305a9ef1d9b9a0a50b05c123b6a2d4
MD5 6aa6208f18b25c4458afb59496d560c1
BLAKE2b-256 a44a61b5dd8e1811ab5177d39b7d25c8cdf1194cfa182daf3717d97a356fe448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82eaab2344c63a9c6caaa3cf7c9bc938562047b5358fadfa816e2a0da9c41633
MD5 8fd01a4f18e92baa332c6ec23fa55c86
BLAKE2b-256 693a8daf895fcbecb84dcaf5b39508873e3d9ea6f0ed7cdaffcd3b44354b1e59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9649feae11e9f9dc33bba7952113acbc64ed7a82f1c8a85fc9d4f3433fb566a4
MD5 b1bad3d0d5193057e2b9ae82eb8d063b
BLAKE2b-256 76967e9d7fcf763d2b81b9db14e62fe0849a8d903fa4f3582e3521d64f18f2e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 486b5eb7b16a7e11fa13e85ffb39b6aabf8e48321bfba2c5d0c43b55824c7a88
MD5 2853a4bafe41e0e478f80c36b9b3f6ce
BLAKE2b-256 5099897dfc2c74a24bbfa48303181dd51b81245ac84f906a24cc87ab10266fcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b464c6caa8b83918766458e12af7d5de937193d507b561f26471bf4d554e75b
MD5 e567566b2b9832d44a8e701efa24b40c
BLAKE2b-256 a6c174c78b302d8f5ebbcf0b98a5e4ff24705c2edfa95646a4b09f7a86b5ac67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 d6049abad49010775fd0718f56cb4dcf540d82c95efdfd70fe226f551aeb6b32
MD5 276a67b5549bf95cb41e257c454e9958
BLAKE2b-256 089a4ec24975399753aa348a4b381d3af182e7fd87a97af3a86c750fc724977b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 fa3689dde796182d77e9505e05c5dc1531b9744de752d7f141d0ac140c7093b6
MD5 5561b8e3f7c8d680c7fb6b6cb5a6487c
BLAKE2b-256 017d8c63d9f89ff955d645524f120333c4d494656db649fb734619a5973b0d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aea2c993ca4287b4d23de1a8438895d4a0cc4fcbd3c2e41cf5b302689cce9e24
MD5 defe46f2895860705be7aae0f1c2faee
BLAKE2b-256 96e322ceb4a90ef91fcc360715243f236f93c3c20305b0b01ad7680ff9c72ca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00ef6bc2d2f3ef280624c28d725b49dd7e5069f5a609daa2cff28457aba00fe8
MD5 a02f26621e5c9bf25b6d3e7d77cd3215
BLAKE2b-256 854a1de8d24e21e65f7a2c45f58a67cd6eb59d59f11b927a3952a7b3f4b67998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 538beacbddf584d0e4e977159a5767bf7d98556639f3dc7fc8bb10a402f3ae5d
MD5 3eb0cac62deb726127a6752af3dc730b
BLAKE2b-256 c989ae946b7c44a296321bb0e4bc645451cb26212269480d630fa5ed2931a88b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f98d49906e67e0fded74d7220e6d110c2faabc63476ff42b2d8f2c62b485e6c9
MD5 e3e19f7fca48b00957a08562d8ab2b2b
BLAKE2b-256 91188236299f1fd19cf2941266236effb70077213d810a937101af18e3e96809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d6d87eeb62678de9b4dc1164a214eefae24a3397494f2897b92c4fce0cf9bc8
MD5 2250bd49fbb36cb85672c69ea68a721a
BLAKE2b-256 312bd80daa3ffc6e573f47630b7338f23593d8f2bf88c9c21a06c935444646ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d880660025255a006e83e77881fed67ed7fa3e8a389aa795ee617a1f7fdf0736
MD5 959ece1865a46098e4253307122052e4
BLAKE2b-256 edfcee92dd9ab4836b7db848bce466a20b97b6c202872e9c5f8675e72f85eb71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da0a8b7c3ef4c93eb1742f8899372e21ff288c4aca17808a4568f91a5e510ec9
MD5 2b7863892f0091d97debafd1da65ff50
BLAKE2b-256 411538f15c835cdcbb2e3e393368f7b26cba6b7d14ee801a4e2e47a203e7e904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e922fb84942edb536c17e804b3a978571b5f968dc9d06b52751972cb52119817
MD5 05c87e4969dfd7cad2a5967eb2cc7fbd
BLAKE2b-256 d2e9b3caa5ca6d6b3f05f55392c21a61f178aee48bc0fa89f096889f8876a28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ae8936f2137e777b2f26e2981329ac9163f1742e35240c6771e4c21d1fca2699
MD5 09a20060748d4b47f600a688026da504
BLAKE2b-256 c38e9b6944352109575f151e8cb74d71d5537571267ca88f815be5c439cc15dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 22695063219631eb8891b5649540cfa46a9141cc2b7df973833485b6a263811d
MD5 112421d83755a55489e5de3f07745c34
BLAKE2b-256 6f717e416ae4e66ed5115117f68320f96619be7f0d0469a4fa7052d9e86a913d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af8b01392734b0c144b016b086f13f1b7a6582a2e34cfbf30515770d5a5c5f94
MD5 47a613ccd803d2589fb127f5b7fb3c04
BLAKE2b-256 38090499334e39bd5e7b0e5f47e4bd2dd060514fe45f372e25230bf8ac7833e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 83025355ed903ba27bb48c072dd5e8e72911555d3b8b04cfe9fe27e44930c3d5
MD5 f1a7e33d0df852c6bbd5b818e8ff2eea
BLAKE2b-256 a9a3caae64f7ec9003efae059e94fa7d0c7fcea0f083876c4b2f50bb29bd61c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2de94a6a11568e104e5a682825c68d7d5dcd1dfb6c3da379154aa41f09d21b3
MD5 b585deae429ab1cffc3fb597aa7680c9
BLAKE2b-256 d6fbe15b83cab0eb78a046a52cf5bbf4c191bd5dbe4c6d3c6e63cc4b2401ef3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 611d2404710b9afca02367bafb8c617a2a413027adfd7ef25af3e3fbf7b61d7f
MD5 969739a3af7b0555d8e57739d29abfcc
BLAKE2b-256 d09af9f7c5f14fc128fa2eb6627e44bf742d80bbd3676f4b336205669508f697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b23d129c375d61f644ec611a249ecf9f0a218b463c39509ef2d00fd5996b0f5a
MD5 2b75127e57c4bbfdef61c94985301570
BLAKE2b-256 fb09a76c5ee0be97e52e8f3f1c7913d0bbeb8c9e462cd76aa96c82e55a66b415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d11e7c765c7d9a25a3df35efde3d6585ca1a3bb596295963f90ffdcac3139fbc
MD5 dcc296091bcc13bb79b10aee88990004
BLAKE2b-256 af73f71f82c0039752f1c007781f602f635af6db439ebd4a8ba0bea23669b408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2538e33af35034d9fe1c507fff2d7ddaeb66892b80e3064418802eaec66441a5
MD5 3713434df8507fff18e1be7706fcd2b6
BLAKE2b-256 a75a6ca62182a2398620acf2d76becd9cc351c340bdd7b146ef240f8243573d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for prelude_parser-0.12.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 20d8076c1bcc93bdd7cdb3d8fded98349f52b5b0c28d8fbb3ac82a68190fbdcc
MD5 6af285de8618f83144981794649d3180
BLAKE2b-256 6906b86b0e6018748f7ac1ff0eae69b4a50f163a15dffb50597c036b9e56d612

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