Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

SimpleParse 3.x

A Parser Generator for Python and mxTextTools

SimpleParse is a parser generator, it takes a modified EBNF grammar and customises a text-processing engine mxTextTools to produce a relatively fast table-driven parser.

As of version 3.x, Simpleparse has moved to being unicode-native, with direct support for each of the 3 internal unicode formats that are supported by Python3 (as well as bytes format). However, the effect of the unicode changes is that the parser generator will assume unicode when generating the parser, and you will need to specify the content encoding when parsing/tagging.

So for parsing a latin-1 document provided as raw encoded bytes:

  • tag(bytestream, tagtable, 'latin-1')

Only utf-8 encoding is handled among multi-byte encodings, but single-byte encodings should be handled. Note that it is generally going to be more useful to load your document as unicode text and then tag the content, but the byte-stream parsing may be necessary if you have the content already in memory as bytes and can't decode it for some reason.

You can see a full-featured sample parser in the PyVRML97 package.

See the docs for usage.

pip install SimpleParse

Appveyor Build

PyPI download month

PyPI download month

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simpleparse-3.0.1a1.tar.gz (197.6 kB view details)

Uploaded Source

Built Distributions

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

simpleparse-3.0.1a1-pp311-pypy311_pp73-win_amd64.whl (239.1 kB view details)

Uploaded PyPyWindows x86-64

simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (245.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (250.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (237.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (240.4 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

simpleparse-3.0.1a1-pp310-pypy310_pp73-win_amd64.whl (237.5 kB view details)

Uploaded PyPyWindows x86-64

simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (245.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (249.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (237.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (240.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

simpleparse-3.0.1a1-pp39-pypy39_pp73-win_amd64.whl (237.5 kB view details)

Uploaded PyPyWindows x86-64

simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (245.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (249.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (237.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (240.6 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

simpleparse-3.0.1a1-pp38-pypy38_pp73-win_amd64.whl (237.5 kB view details)

Uploaded PyPyWindows x86-64

simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (249.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (237.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (240.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

simpleparse-3.0.1a1-cp313-cp313-win_amd64.whl (236.4 kB view details)

Uploaded CPython 3.13Windows x86-64

simpleparse-3.0.1a1-cp313-cp313-win32.whl (232.6 kB view details)

Uploaded CPython 3.13Windows x86

simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_x86_64.whl (464.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_i686.whl (451.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

simpleparse-3.0.1a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (471.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (464.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-cp313-cp313-macosx_11_0_arm64.whl (240.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

simpleparse-3.0.1a1-cp313-cp313-macosx_10_13_x86_64.whl (242.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

simpleparse-3.0.1a1-cp312-cp312-win_amd64.whl (236.4 kB view details)

Uploaded CPython 3.12Windows x86-64

simpleparse-3.0.1a1-cp312-cp312-win32.whl (232.6 kB view details)

Uploaded CPython 3.12Windows x86

simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_x86_64.whl (463.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_i686.whl (451.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

simpleparse-3.0.1a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (471.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (464.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-cp312-cp312-macosx_11_0_arm64.whl (240.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

simpleparse-3.0.1a1-cp312-cp312-macosx_10_13_x86_64.whl (242.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

simpleparse-3.0.1a1-cp311-cp311-win_amd64.whl (237.2 kB view details)

Uploaded CPython 3.11Windows x86-64

simpleparse-3.0.1a1-cp311-cp311-win32.whl (231.7 kB view details)

Uploaded CPython 3.11Windows x86

simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_x86_64.whl (467.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_i686.whl (466.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

simpleparse-3.0.1a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (470.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (461.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-cp311-cp311-macosx_11_0_arm64.whl (240.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

simpleparse-3.0.1a1-cp311-cp311-macosx_10_9_x86_64.whl (243.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

simpleparse-3.0.1a1-cp310-cp310-win_amd64.whl (237.3 kB view details)

Uploaded CPython 3.10Windows x86-64

simpleparse-3.0.1a1-cp310-cp310-win32.whl (232.0 kB view details)

Uploaded CPython 3.10Windows x86

simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_x86_64.whl (420.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_i686.whl (407.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

simpleparse-3.0.1a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (417.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (410.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-cp310-cp310-macosx_11_0_arm64.whl (240.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

simpleparse-3.0.1a1-cp310-cp310-macosx_10_9_x86_64.whl (244.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

simpleparse-3.0.1a1-cp39-cp39-win_amd64.whl (237.3 kB view details)

Uploaded CPython 3.9Windows x86-64

simpleparse-3.0.1a1-cp39-cp39-win32.whl (232.0 kB view details)

Uploaded CPython 3.9Windows x86

simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_x86_64.whl (419.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_i686.whl (406.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

simpleparse-3.0.1a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (416.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (410.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-cp39-cp39-macosx_11_0_arm64.whl (240.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

simpleparse-3.0.1a1-cp39-cp39-macosx_10_9_x86_64.whl (244.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

simpleparse-3.0.1a1-cp38-cp38-win_amd64.whl (237.4 kB view details)

Uploaded CPython 3.8Windows x86-64

simpleparse-3.0.1a1-cp38-cp38-win32.whl (232.1 kB view details)

Uploaded CPython 3.8Windows x86

simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_x86_64.whl (409.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_i686.whl (397.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

simpleparse-3.0.1a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (407.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

simpleparse-3.0.1a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (400.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

simpleparse-3.0.1a1-cp38-cp38-macosx_11_0_arm64.whl (240.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

simpleparse-3.0.1a1-cp38-cp38-macosx_10_9_x86_64.whl (244.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file simpleparse-3.0.1a1.tar.gz.

File metadata

  • Download URL: simpleparse-3.0.1a1.tar.gz
  • Upload date:
  • Size: 197.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1.tar.gz
Algorithm Hash digest
SHA256 844efe41124100f6d6ee02f768a799abb0e53e1df14b9dacd3e65d38fafc2cd3
MD5 1c408eea0ad9f97d29d2f051b0760e25
BLAKE2b-256 97e22070d9b6ccc3235d9c1ef74655579cf5fbda88a41a503829d3fc94dcf8ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1.tar.gz:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 caf614d8e77cab61ee3c035331e0bdd5058d59e9ebae2d01d72d3c47f96d8682
MD5 17fbb334b5e4b17df5bf12c310637eec
BLAKE2b-256 796deeb7b0bbd2d79347a15e32c85d15cf9309051105ca5cc8718c7b9500e71d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp311-pypy311_pp73-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d305d085eb0dff367a2c01414ffbcd16c067f08856b0c9d5d5a42c5eba3b61ac
MD5 4fc97721a4343dc1f2baed3f16f578a2
BLAKE2b-256 d1416812e776360603f551189f00e1b43963ca06e29bf36bfb86e53a60622cd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ef5b3268eaae61ae5782032f61f0d2af3f81d223d99fa5ddef8b410488924e0
MD5 a44e6b3e23ee16204fd48def2d61b3dd
BLAKE2b-256 209f3ae24038a0813a4d44bc20a6581c204cc5c72690e07b0cbec5d0f73e8973

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9721e4ae64dd1fd97b86f0eff83e5659a2605710bc766d7515fe127f0714ed7
MD5 797f343f365e5b2ee00d13263a92f35f
BLAKE2b-256 1493e88af4c44f0a1d98a72f99b765e6a28b1aedb8addcdfebd12f094b6fe610

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9bad1204096cf4d87844a6a5aaa2e46d4474cac441c5797b0adb65398b03659b
MD5 2d0cf4b93d2f5c9a750a328099a5d62e
BLAKE2b-256 75775e7e22714aa24c01c2c39c6027b0ef7cbc65b182d8bceaa4720be4ed2f20

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fa5f0cbe177702cf19149641fd1f40ba2973203c58d2d2385abb1fa72cf8e318
MD5 a8c95fb52a91d9b587a0fa40c00cbdda
BLAKE2b-256 45fbf8cdd7e2e879a5ea844730c666f5db14beaa8735a14780aacf81959d7e3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp310-pypy310_pp73-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be3808b37a44002da18fb0b3b5a63d34f46c42152cd6c711a7680ddb9006e6a9
MD5 85caaafa3f81d7bcd92a18a4891cf629
BLAKE2b-256 a7e722d75b34c6fc9269c63c3abe55d7feebacc19116a4ff920d3c6109a83417

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a226d86432abda6cf338d9876d5ec03e50a9794f7a9411ef876ddb616433704
MD5 573de23c2eb649d1c924ddca8b3598f7
BLAKE2b-256 8f8a1df9435dde686254d45d84d1f7cede9858236108d9e1743f7e64040560aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df4cd69c22d32b6c852e19de7d0c0bc241a221f9d8112442781e617d484bcfdc
MD5 7926f4f6d125cad6f3cd801f86bbcf1d
BLAKE2b-256 cf9b7ab04adee2149fb806b8ca996470786a2952e70161a064dc55aceae8fa61

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 75e7b6f9af8f25a9a7a700d14bc3de37e5e3ad1efddf29df885150011cec4e91
MD5 c8aa607fcdefcd2b1b58408da4a57ed1
BLAKE2b-256 0157e0092f3b325f1f4a66094635383744550e037df531ae39c0b3e7634865d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 38810277713a2ec442137c17cc521c3bab5339f64273e8f4d9b6e7f003d314e6
MD5 9609612ae2e1d0f1be0ff9de9bd1e361
BLAKE2b-256 6b0551f32747e9808adb87b26f447e9bd49368a5cdb745cd092d3e490adc001c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp39-pypy39_pp73-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 844fadf9727a30a330702f22c53f95f701c0ddc36cbd4d2e1f9eaebfe65f7a56
MD5 d9971e2501758b6c7cc0a26d3779ec09
BLAKE2b-256 b6920f828650cb45314e082529f1c292d5d27085e5bfc3096f7b8a8a9074663a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3bd741af65ca7765750d9f110a0f94932a991b9386dc460e7acb479c905d1bb4
MD5 9948174ce417979c3b1183ad0fc6128f
BLAKE2b-256 9ddcb168da029e9e08bb53228099c876bebd88c03dcebbb5c9b3b04dd5faa9f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2279d8c77e12b71109c305d60dd91f62e1f646ac8a4ab386f245cbd6bed1ac2
MD5 34e07e0f06075098418a07f086e99dd0
BLAKE2b-256 925afb3157ceb01895946390b3e28446364c8b067d399e8a499cb1604cbaaa98

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d0f86c5252575724429bf0dc15b00b75e7adbcc99d56be68b59551810c72dbfe
MD5 35a6b9cc47f94b93fa235e50ee15fad0
BLAKE2b-256 86d8b5b392290a868c5266b8542ebbbdfe84060150d08cf05f176f3f4b187ac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 387ad051264ea08eb76efa0e054771e2bb7920e03cfe3e40330acdf1330a90ac
MD5 a9542ce099475d9cacb693eb173f670d
BLAKE2b-256 ce14835a85c5ad81261cae60cbfa1749c994e65733a672a778364f0ee847cf6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp38-pypy38_pp73-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65ff96f61ebdb7a0282c33ecf5cc5238b4245d5432200820f9aaa92a8fddbf15
MD5 39fb86ff02ffa2ce1ae5198f0ccad287
BLAKE2b-256 0102de2b81ea1a830e3702ba8c239a8b183d0824f5aada97fe02624654d89acd

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25ea13977301477087ef4e4577bb3733496fdd7a4507dccdc9e7eda16adf0359
MD5 aa336392444c50dda799df70ef987c7c
BLAKE2b-256 3f03a938ddedadf3a951c015eeaa2dc823601cc9cd44468eb55390d36afbb93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8ece3d10c01a225e17bd12c0b361f38be8a67b1eaa6d315f8f5cd86d55bc372
MD5 d8df1b7ac2606f6be237ea98deb7e4e0
BLAKE2b-256 9117de289a1ceb51386db772264b873c7d2912ea9d7bac65061326e8bb57118e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b133d0a87230301e71411996bfbfc7b866f1ffc6f6015820ced9c9d4e6ea8e28
MD5 d48a25ce19563eefd6e1c3cc91039b00
BLAKE2b-256 cc9d1ba79514f47ab57b307751016e9e27c61ff1b4afb30104b33c93e85927c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 350dec0da53bc276a29ff7473e460013d427d633558d71766694487d055b2cd6
MD5 9f8b0cb58195d6e8feeb9b7e7fa240fa
BLAKE2b-256 654242d56e4776172babffd1cb9d93e4a1cb6d4315df80cacbcc084fc3a07294

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-win32.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 232.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4d08078dd4631bfe7a48bec3312b0a70b7fe366a2bfc93d00432de98637cf0e0
MD5 ce723417e99d45a40237aaa9c8303b02
BLAKE2b-256 26297d94d16f17b966d745b494c5e6400a333e494da648bace966d6bcea88675

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-win32.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e4aeba02e9ad01dba3a6ab665ee7777d260ccc03d72420a7de24acea1390b7a
MD5 8c70007bc2c10ce24361e447143e0d3c
BLAKE2b-256 eb0c3df8690a9f7d188cf886e48fbeffb39a0b095ef312885606482531948370

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db3c210597518a7e4704434aa75e4d152160c94cde241767430fffd6b26671d8
MD5 464c3bc7b675fa97aaedaae3acfe90a8
BLAKE2b-256 65d161641906b6ba41a43e3a26c001c51aa8ffc857b67f083e4866acefe3bec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d86b280ff011a99b36a3a70ee44ee77b70482333e78b0008287bb0f4cf24db7
MD5 ca06d8371e177765b56f95da8fe6555a
BLAKE2b-256 8cec9e360a2d4e8b99fc9f86c90265ae5f7ea3ab97be9e3552991e665c785fdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a33f3d216a467e470476598838d37a189951b63a9476c44d898dc9cd21858c6
MD5 462d9c94b97f6bf427039df19f69d68c
BLAKE2b-256 e3af52121b0f6f2e9a4df5449560775c8947c80b68afa5b3afcb94198eea55aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 365a13333cadd422514100cc9aa7237b6b4f086c4baab91a65ddc019ad65c335
MD5 e872953f45dbaafb23301e8284e3ba4c
BLAKE2b-256 f280b9576deaa2fe69be2104bcea8f8a28c5035ae5b6ebfcca7ce101e59e79f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d1f4d3ba4c2d5527c3581714ac236087a71d1b691f102876f917821e07beb32c
MD5 b853c6a75f8e3a329c261f9389de49eb
BLAKE2b-256 ec73fbcc8acbd978f8251d57ddee58e428b5de75f1009de485b367a093f37c32

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a6e0331404684c3290a0d75e9a705a3e42f9cf677e75fb6a53812b3f7fb1809f
MD5 edaba8a4346263b429585413be6391ff
BLAKE2b-256 a00b0376daedc9f3e8dd63d6b98c47fcf5c57a16e06bb75a9504ad05d7c27419

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-win32.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 232.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e7f3289671eeb2f4d56c1a7855545abba5e2d99a1ffa915263ecd76bd0f30f4e
MD5 842905ec6074ee97ea306aae7b6316fa
BLAKE2b-256 275bff1c05ec325274948194a8d22c003fbf5331ac56fb6d59b35f1559548a2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-win32.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcfeab01e73a5099b87ee8d2fcee521080ff6c61b259ecb3fcc882454d04df06
MD5 2860269ec0283fe297224003a90fb4da
BLAKE2b-256 c41ddee6b626d54c372154de4e173e45b900215110763cc09a40c5c05be8342a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f010b534d6f2c5d1083fd392ad2b969ae44beba101f363493c39ee7634914a76
MD5 3bc7fde896df463cbcf8749f85238538
BLAKE2b-256 462c647e2e7deafa120cb7e97cc00c8bac91f3640eec04f76130648040018d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28a72b269ef8fd4ef92d074d1904e7aac25c592111eb9d4537de3c8b42677382
MD5 2050d211e79c6e0c897b30a3a02e7483
BLAKE2b-256 ba9af00e2d9d8534d5bca4ff6764f810acf853ec903a5d66712e41f8f94e0303

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3300c42516a9c3587b75eff42f62ebb355a2f26feddcecb746583e6027d62dfd
MD5 0260554c044fa9683dff9f81749e046b
BLAKE2b-256 b72c28fbd354856dc298f90437865db312f2673b6e25595b0bd05908ee1353ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f1ba9c0eb952a7f543997fe9c7004e5b73a6585b6f8c5369562679a5041fc3a
MD5 2dfd25dd659804c55a5ffd66319bc3be
BLAKE2b-256 7cedecca9305ea8281d143b277cefc271250894b366b4ca0916769911f867d67

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4e583e5f25597b47023596e836e426101a3278bd9c9ee2a20862de6e422b9118
MD5 718d7e12a9ab1bd6cbd46f6962629ab0
BLAKE2b-256 b01940b7567f55390774b186504a7b9e7ef43979195bf97a376774c441e23803

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 042a2cbd8f6a5e30a5fa1c8e7d661db11c9a9445bdac3f44269a02ef794e8b50
MD5 1e1118a15ba70c7cc646294f2f1b11c1
BLAKE2b-256 e3dc0a798c06a9cff9df2db5dad9f8201d3c99454850c2fb675c11d5a34f512b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-win32.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 231.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0419c5bb31f7fee800da2435fd31de80a2c5bef7dbbe40cf3e74a525383ec2d2
MD5 bf39c1215aee6d20bcb6fc63639ef010
BLAKE2b-256 3ead5d3e198092ea954227cbe35795c020a3d0e4fe5476093531a0b350a79512

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-win32.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d8ffeb7b3fd38d75a65ec1ca404b97ca4487f2cc7200c257062fac000d57739
MD5 ef616d8d9ff1d4392b8dad1a33253437
BLAKE2b-256 d32f5367cc2f4957bb8040483f51b88f41171b157eebefb4b03b2908fb76a898

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3ba2c20e363fedf8f594f9bbe629e6740e3abcac1a6e40d73356d1cc3834f4a8
MD5 437d7bdf520414dee4e11a4ae742df5f
BLAKE2b-256 7a622c06e1683afd15f27b0afa40b66311a851e4adb89e0b10285e549d7065e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44edf1fee6cc5d0ae074da09f7c9546b74529d520d4fa401374198b8e27fa9db
MD5 c50205de71a3b0e89a69fdf540fac5e3
BLAKE2b-256 49c510224cf22737132cd536ec8dcb9347841430c21ce210177e5a986554a4e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3ca82816014b44b10a4f6818aaebb1b874e5c8b7c98333d82d723c60efd7efa
MD5 4603b5bbe02af20cd6e77be80f7bc34e
BLAKE2b-256 8d4050dca629cf5f0cdf0ca242e2d1b610692040a4e74a16455949e331439c06

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bf05d391ddff1ac4eea39b1ffffbaa5997b3adcbfbaf6a3e3e869eb4dbf0907
MD5 2c4e0728949d1c5f74024fbff4d6db7f
BLAKE2b-256 9fad65a1e378170c6b7dee92b1aa8800eddd8bfa699d5e2212f160c3a1f57c93

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9a4026b647d860ef39ba42e296a7cc4c811d6718aa62f557ab43261edad66797
MD5 c11d6ebe1623652e3d0680a69475d643
BLAKE2b-256 d813009f806fd9987669296eb8b968ed3f4ac3102657ea9e34a3250f1ee0d55c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 69388e4b5c3b6e70ffdcde3d96bb1f2f0cac3ccede2ff49642c549e985197bea
MD5 f50a335a48afa2476a40cd91c93c2447
BLAKE2b-256 1f9d636b8428f9891d871205aada42243ddc0d615244f5b333428fc06f93f87c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-win32.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 232.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 13fe57668e250164a92f9708e9658dac85ad846c8b16b8a4f1482ba5a0ee7165
MD5 0c2c7f5e2f8706a2731582ff880fa4fe
BLAKE2b-256 4ec0a368979d4626268b96b050043cc560cf57c02148ab406cf766bc4e66d0d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-win32.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29e74ff4ccc7bc00535b739516c086363d2485893724e146750567110c96ccad
MD5 66069b00de562efc71574938278f8995
BLAKE2b-256 433997bb93b03c8b016758b79da628ce1954bb406d91c9e08448c9bbd7692706

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94c49cca8b3bb3ebe9a2c4ac1fc87618bfa38be3ef083de9443f5a5b4b4ed7ea
MD5 a89627e09bf07643d6c71eb7fe1801a9
BLAKE2b-256 90548bdbccbf6461ecb52e3f260eaf8116938be5b46d4c609d1dee8c535190e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5dcaac9cf7ca540027bd8c97e2725e44dba3ca4a3e5c1651c2efadfa1b922bf7
MD5 6a665caf1152cf9bbf6cff924695ec9a
BLAKE2b-256 579b7478d91bc87c07cf5c4f417bb9846c5b3a15bf8a3422eccd5602b6d5ceb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 804a4694085ae54ea2fe837f80e5d2a410d49fa546eb20fbc7fd0e1e94e2c93b
MD5 daa8d322aa9b6b61a4c7ace6c138db49
BLAKE2b-256 4e731e14e8ef833e62ae1f28c6229e2c6f05c43fe6a3002bf286877353fc3cc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62e5e4122bb1d01f26ac5a1df8876e3702312eeb1f263a16845a9d80d5b6920a
MD5 0c269e2381364f508e42fbd8e12bbc34
BLAKE2b-256 dbd5ce7308c707139c5f9f40491b40251ad31f2aeb5ec1dfb3e03ab349ff5861

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 005d2a644ae0259b353f0975f018c1df5479b032d685ad035d786de322be8c35
MD5 66f8886ace2be9adbe07af93eff61d4d
BLAKE2b-256 1a3552c3101a5cd6d66e33e2cd949e02ff53aa2fe9d51da6051aeba22a8b145c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 237.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7a82d4ce5c49d09bdda17f47e04648ce63dd6fd1783d8162a8893466d7045ca6
MD5 fe5719c1a19645514ba7da00746d5729
BLAKE2b-256 c696ef6c7d05f76cf6a6f42763db980f36bbcc2a7410b2f09eb46a203e52ab93

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-win32.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 232.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f6a5a07b209643b23882461690ea6d888d712610d40ae1c5d73c38b9087463d6
MD5 c95443cad489b04b477cf1759e6f3aaa
BLAKE2b-256 04839ae0ff795dffe672119357681890807948d4fc7a941df43be41eb8682c82

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-win32.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15fba59e361f6ad623c42f5a2b3bbc6082fe38d868c037f6bed2484317cf6a44
MD5 d41a776e23a2cc699fcf1ab3e53ba853
BLAKE2b-256 132aea4e97a4690dac224fcabab93108e644a7dc21a5b9d84bce061eb0fe6e53

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3bc493dbae74da62a84fc996231ed76bf2b06d9cbf993a240d3f9d95e687e259
MD5 1969a58e17c94f15e7213cb300cdab25
BLAKE2b-256 c07ce6bcc1b297b0cb2a5f9d0a9902def0c2d6a7bfe0cfc59ff0e7d57e989c03

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e640480c14d7e38e36e4cdd6746557ff0b434d0c733082180a11dd3da1a6f9e
MD5 c960859bc036cd97ab4fbc7a9719b9ce
BLAKE2b-256 5e295c15293b60c22f57ce9a29d8b4de28531b07c5c36ed8c840990d7d6e8283

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a42713fac2ac5835fbd74d91792ee72265880298871ff3186e4a8f47a2f5303
MD5 ed79f6a85528117337efe3c1cab5a5b7
BLAKE2b-256 da26b277fcdb322d1866b3afbeaeb85e3fcc061e6d072c6f5141bd84d74dcb5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a473babff8721e9f3f1ff8c60b60d6d43f6d09839f2702431a9bb943c22200b
MD5 3edad15d28a37058560ccfe308e95fe4
BLAKE2b-256 43a6181180129223315e772c6f4c6b2cfb89bbaef5c49999b396c2e4d1ff2c37

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 277cef289656486300a8b01e88c420cd51ae2f2a16d8b2e19ddb01ae1a97e928
MD5 4c438fa8ed3b7d38cfe1808555a7bb11
BLAKE2b-256 9edca3e19f2ae3d4374590dab83919e975f45e479786666debf846e8054f6a6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 237.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 85358c49c5c21d6496d8f7e906eb3da171d36a807f439ec909f27305385edc48
MD5 f257f93201e7df249ce5d6c0dde87e5a
BLAKE2b-256 8409b096d49f87500eda2740932b6c7023b9639b1c85ec0ee7d250e4229f4a92

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-win_amd64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-win32.whl.

File metadata

  • Download URL: simpleparse-3.0.1a1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 232.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d0869910cf029f8eba0f28f5d9b1020c25a7d42800e561c1676e288e64990af3
MD5 b87b9938a1da621e81bee18db4662695
BLAKE2b-256 823e3208e6e16589978b6c79e4292e303d49adbc298048c037a46f407f9eb5bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-win32.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a74870c030f7e86eaee5b2b5dfcd6411ba89d719ce180341d7f003eefafef16
MD5 fd61cb11fd1be934580eb57c5ea5853d
BLAKE2b-256 3865eea3bd83fa9204f5cb2b70bdc4966a000778768cca01fd8eb6665352b4ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e10e63e4c55013ba21eae369b642f3a7d179837b879447820889762416c41269
MD5 c43d5b8b4349d0cb47f94e72a3dbdbec
BLAKE2b-256 6bef2f6cd7cab873b187bccd8744ffe08c65adc5c046c81e3be28744272e9b29

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f00acaeeda3a5d2970a9deeb3dc19d46ca9a0eec0469ccf01e6eb0706147c90d
MD5 b9cc29f5d38485d7394f8707951c20ca
BLAKE2b-256 471947a7ec3d5a3eb41c1debe1047fac20f4fe3d9844cec9316f00f23df137c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8097a29bcc4a194b3b85dcf8652bc969c6fae62122b9ad54d3c21479faab519
MD5 cba26f332e75ddc1d6ff0b39877c1f00
BLAKE2b-256 6875836438413034ac221b487161bbc4a8fbd8c7ecf0195845c3aef2acdce263

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb5af231de0e1a03dd3a176b7b0abacfd5deb22e2aafa5d71e6c71bb981db391
MD5 2ad5822da76ddebc2be3a7de27cea436
BLAKE2b-256 5aac13e8b9cb40dff2ea22b070e76bffd3f6ec0d5dafc81125a374552852dd0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simpleparse-3.0.1a1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simpleparse-3.0.1a1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2dbf02964e556830a47f3b8a991894055b56cb71928311e4324e2fa6a6e4231a
MD5 b4f75904940935f9efc54608d34c1fcb
BLAKE2b-256 b3193b94ed78acabd53e74eb4075505c953660430a5f45afa83091f571b454d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simpleparse-3.0.1a1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on mcfletch/simpleparse

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

3.0.1a1 This release

69 files

2.2.4

15 files

2.2.3

13 files

2.2.2

11 files

2.2.1

10 files

2.2.0

8 files

2.1.1

6 files

2.1.1a2

2.1.0a1

2.0.1a3

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page