A Parser Generator for Python (w/mxTextTools derivative)
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simpleparse-3.0.0a3.tar.gz.
File metadata
- Download URL: simpleparse-3.0.0a3.tar.gz
- Upload date:
- Size: 192.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6668cf18bab0565257d74be2348edad10b2d3bbe990513c0032c97fc6d218561
|
|
| MD5 |
133e385ed0b8ef4859874ee1719dde3a
|
|
| BLAKE2b-256 |
80c75f961d30df729b9f8c3ccdefd60fc8df4468ad62a1c4446d4b87ee6c48e2
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3.tar.gz:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3.tar.gz -
Subject digest:
6668cf18bab0565257d74be2348edad10b2d3bbe990513c0032c97fc6d218561 - Sigstore transparency entry: 2230919999
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 235.0 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
167d3e6585a699a29f0786840c1ec8369ce563952f5d46b461e091e1347b1747
|
|
| MD5 |
b46b6060014885d5b562369e920a6780
|
|
| BLAKE2b-256 |
b06a0a8bfeaae660030300004ba907d24ce7e627c4cbddbc0a937b306505df0e
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp311-pypy311_pp73-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp311-pypy311_pp73-win_amd64.whl -
Subject digest:
167d3e6585a699a29f0786840c1ec8369ce563952f5d46b461e091e1347b1747 - Sigstore transparency entry: 2230946463
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 241.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b48e196b7eef090b197335b5d93bcf911159362aca19f91222b0ab586d7094d8
|
|
| MD5 |
4f5158aa50aab69894cbeac87dbfd3d6
|
|
| BLAKE2b-256 |
d8e9c7ed8a5860e695a2850e3af4c95ebbfa4c2207ce9667d4990a93cd67dccd
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b48e196b7eef090b197335b5d93bcf911159362aca19f91222b0ab586d7094d8 - Sigstore transparency entry: 2230926615
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 246.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff144fc502136d870bf09959fd276e986453cca571b5db30d75590c69ba0e98
|
|
| MD5 |
214d768c0cc00ab74e7080dc59c4a9bb
|
|
| BLAKE2b-256 |
4cdeb9ca7359f369dff3c6bf0c9e75190600a3ce18e7a2892c152bb50553e413
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
fff144fc502136d870bf09959fd276e986453cca571b5db30d75590c69ba0e98 - Sigstore transparency entry: 2230933176
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 232.9 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b0e95021fb21432e1749bdbd7dc5a3e5ca8e621ae330bc65709188f37bd5749
|
|
| MD5 |
83483d269b49f4ec8ce213f5694aea8f
|
|
| BLAKE2b-256 |
4d23f217266852ade732f2fcad53112f18cb2d12ff05381b884dedb5bc6b386f
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_11_0_arm64.whl -
Subject digest:
1b0e95021fb21432e1749bdbd7dc5a3e5ca8e621ae330bc65709188f37bd5749 - Sigstore transparency entry: 2230944795
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 236.3 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0d5c260def194e8ed20287bc36037b7f2a8b1abc818e4d76ba03fa465b01a7f
|
|
| MD5 |
c8f2eddb9959118cc47814d2630c9bb1
|
|
| BLAKE2b-256 |
93a6fd5ce02d0d44cdd0d8e23e6c2cde0163c87ee9cbb078e39ce7d4706d9ec3
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl -
Subject digest:
d0d5c260def194e8ed20287bc36037b7f2a8b1abc818e4d76ba03fa465b01a7f - Sigstore transparency entry: 2230939366
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp310-pypy310_pp73-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 233.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dbec94f4c48bec7f724f5a266cf4d3237beaeabacd71f4d5599b9ac2205a47e
|
|
| MD5 |
82da90fde9e20e14d6e296074ce064ba
|
|
| BLAKE2b-256 |
96b93985a842d1d8c71122df6793a27402ffddc84e078819f4437eb3a85948b7
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp310-pypy310_pp73-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp310-pypy310_pp73-win_amd64.whl -
Subject digest:
5dbec94f4c48bec7f724f5a266cf4d3237beaeabacd71f4d5599b9ac2205a47e - Sigstore transparency entry: 2230941550
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 241.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34ba0d8e1db1f87c3d6fa2af2facdb12c6b00608519758cc75f03d33532608c5
|
|
| MD5 |
e89355edc1b89ccc35886ace12a031d0
|
|
| BLAKE2b-256 |
5362288e8613dcee09892fc7e96a00c0923a5c35fa1ca23e707236f30d157ca3
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
34ba0d8e1db1f87c3d6fa2af2facdb12c6b00608519758cc75f03d33532608c5 - Sigstore transparency entry: 2230936187
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 245.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b98f873eaaa2a8e6802f8313a9a8e11aca2b8eb1f5ada2596e66d97e12327b1
|
|
| MD5 |
805e92aeb97004be42ac81108b2ec8ce
|
|
| BLAKE2b-256 |
018c760d1db2be42c2a0f5fd7ed3c949d028d121e2a4528414b04e3cc737a911
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
7b98f873eaaa2a8e6802f8313a9a8e11aca2b8eb1f5ada2596e66d97e12327b1 - Sigstore transparency entry: 2230945086
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 233.1 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa1d9273d7290f867e52362a9717927211bfdd1794ca3c714744b7dec609617d
|
|
| MD5 |
3b087e7cd7628067da398db0e5220d8f
|
|
| BLAKE2b-256 |
8a6067bcbf03561f1f3dcdfaf5af69b4b8d6191620943a1645ef64335661e063
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_11_0_arm64.whl -
Subject digest:
aa1d9273d7290f867e52362a9717927211bfdd1794ca3c714744b7dec609617d - Sigstore transparency entry: 2230928742
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 236.6 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2205f584ab60d7c10039b63e91f97e3bf5aacce602d3a1ffa07e06fcee716e4e
|
|
| MD5 |
63813d309003ce2d4d617df6be769a29
|
|
| BLAKE2b-256 |
39624c2a21bd77119f8bf8453a732b4acdc7addae3ce48a3a1f7b37aaed85f7f
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl -
Subject digest:
2205f584ab60d7c10039b63e91f97e3bf5aacce602d3a1ffa07e06fcee716e4e - Sigstore transparency entry: 2230931500
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp39-pypy39_pp73-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 233.4 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a9460c0a173a4a1e3690b5b415b52a4f5861b8692585700dd350b86e629efe9
|
|
| MD5 |
468e7842dbfcefa6c4317f5ab647d959
|
|
| BLAKE2b-256 |
dfca3c2d3182ea836bfd629ae909589c64ffea5b89848af219ec24b682e90bef
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp39-pypy39_pp73-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp39-pypy39_pp73-win_amd64.whl -
Subject digest:
8a9460c0a173a4a1e3690b5b415b52a4f5861b8692585700dd350b86e629efe9 - Sigstore transparency entry: 2230943157
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 241.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3271ce5b49ea71a81326056e06e1426a9370340b4b84cb2805a1c5be7dcb8136
|
|
| MD5 |
b4574ca5085a2739f682511d1b77d49f
|
|
| BLAKE2b-256 |
8f948d12e98670e641cf816c051d28bb755d65c37536bca8d282d457934c2eab
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
3271ce5b49ea71a81326056e06e1426a9370340b4b84cb2805a1c5be7dcb8136 - Sigstore transparency entry: 2230921602
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 245.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7970c517ca7cbbcb3d42b2ac4f23ad9f6201c4be464fac6e341ea848b0ec6414
|
|
| MD5 |
da8d22197fca793508fb2b5c6f16fee8
|
|
| BLAKE2b-256 |
ef92e5b072e329de99a6f3755dcb1b7503b128ced9f7ea9ef21b0e4d94b2f57d
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
7970c517ca7cbbcb3d42b2ac4f23ad9f6201c4be464fac6e341ea848b0ec6414 - Sigstore transparency entry: 2230943681
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 233.0 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
463e4ea4e9ac82396e526a0de6bcca97239766669bb730ac1f8473f177059230
|
|
| MD5 |
1e93b1b536335d9bf9a7cc222e6dfe2b
|
|
| BLAKE2b-256 |
09a37e2812ff3dbcf82957608b2dffd768fa3fea21ff1314d4b1a21e2cd81c30
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_11_0_arm64.whl -
Subject digest:
463e4ea4e9ac82396e526a0de6bcca97239766669bb730ac1f8473f177059230 - Sigstore transparency entry: 2230926225
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 236.5 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32b39f6f30002e705b4e00d629d1e76a5b8b3a6f82cdeddcda1caaf72e6a468c
|
|
| MD5 |
fea7f351ec744eb69e6a49fbc96886cf
|
|
| BLAKE2b-256 |
dc26d01f56314e84512eb40e475a66c8164ac843191e2ba985c59b02e33ce48e
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl -
Subject digest:
32b39f6f30002e705b4e00d629d1e76a5b8b3a6f82cdeddcda1caaf72e6a468c - Sigstore transparency entry: 2230938536
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp38-pypy38_pp73-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 233.4 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7033c2c8cdaa66dd54dd0c75e8e44c61f76b1668e93cce686a44f0452e4d67ba
|
|
| MD5 |
50c03744f592a8fac994b23995094527
|
|
| BLAKE2b-256 |
3e12d085c553c5b807149af99c5f4cc1676fe3e5303394a500543b96ec99e81b
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp38-pypy38_pp73-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp38-pypy38_pp73-win_amd64.whl -
Subject digest:
7033c2c8cdaa66dd54dd0c75e8e44c61f76b1668e93cce686a44f0452e4d67ba - Sigstore transparency entry: 2230924850
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 242.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96aeb8cd80d502e1c38aa3285a2861f1d287dfb54e2d32f83f958e22a4ff66b8
|
|
| MD5 |
5cd6cffed759d69fa8c91a05e031a0c7
|
|
| BLAKE2b-256 |
5fcd0d52aab293166d72691075d3205c529b4cb58642608c15c079e3a7e71dbc
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
96aeb8cd80d502e1c38aa3285a2861f1d287dfb54e2d32f83f958e22a4ff66b8 - Sigstore transparency entry: 2230937430
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 245.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f684e0057957f86b790536ef1d9e0f315ab04367fa8df27654576571b451295
|
|
| MD5 |
093630c11365a770cd4d357d4f3c9e35
|
|
| BLAKE2b-256 |
c46ba7c846c9b3597e751ee4983425d2d0f2eaf36bb60e768332aec2424b84ff
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
2f684e0057957f86b790536ef1d9e0f315ab04367fa8df27654576571b451295 - Sigstore transparency entry: 2230936495
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 233.0 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4201fc0232d562ea809b762743897c9d0f789d0f4b14ef490ff72c7c6a3eb1b
|
|
| MD5 |
95885766042fa7dd1f7a58725a842221
|
|
| BLAKE2b-256 |
ab3c95123b0ea0705aabe204bcaf0ff6099f353e615907719115299e071920eb
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_11_0_arm64.whl -
Subject digest:
e4201fc0232d562ea809b762743897c9d0f789d0f4b14ef490ff72c7c6a3eb1b - Sigstore transparency entry: 2230920871
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 235.8 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddecf74a34c62ba44050ec854ae4b496a4fa76fa3ac8615a06a645c63a142f20
|
|
| MD5 |
e8eac9c235302508a2ab8bad335bbe20
|
|
| BLAKE2b-256 |
0b62af3b2ddf70769efb4cefb254c7ee39d765a50d2dd3c3aded94e15ba2ead7
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl -
Subject digest:
ddecf74a34c62ba44050ec854ae4b496a4fa76fa3ac8615a06a645c63a142f20 - Sigstore transparency entry: 2230941878
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 232.3 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b68e49a1470a00038b3c0c50cacad43750cd89810cd781bb1b09c6e7b8abe5
|
|
| MD5 |
d8165c07a7a33d7fab0742295db1a69e
|
|
| BLAKE2b-256 |
c063ae623975122894acfe42a94d51e981a950631e48ca71457d93f4182badba
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-win_amd64.whl -
Subject digest:
35b68e49a1470a00038b3c0c50cacad43750cd89810cd781bb1b09c6e7b8abe5 - Sigstore transparency entry: 2230925300
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-win32.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-win32.whl
- Upload date:
- Size: 228.5 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd512be8b362da352a22fcfb6d6e37023958983307a13472f86d7bddb0ec19ac
|
|
| MD5 |
8128285eeef9050d9788a767e816dce7
|
|
| BLAKE2b-256 |
deb088bf1b94cabe1eea44e3efc63d57460b5ccc34dc15256d4f38b34461ffdf
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-win32.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-win32.whl -
Subject digest:
fd512be8b362da352a22fcfb6d6e37023958983307a13472f86d7bddb0ec19ac - Sigstore transparency entry: 2230933573
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 459.9 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
234970f617b8ab946ff5c37c563c072db968aa8d06ed926552fcc8bb08261bfa
|
|
| MD5 |
493938a4d24588f08cd02950b842cf9f
|
|
| BLAKE2b-256 |
ec76e6c0589ad30095ebe24f127374a1024f2b29380e90fc6f0456ca3dca0f04
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
234970f617b8ab946ff5c37c563c072db968aa8d06ed926552fcc8bb08261bfa - Sigstore transparency entry: 2230941054
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 447.2 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ebe813953dfa9325a4d10d7b42fe3c0626275382975796335e3a35741248253
|
|
| MD5 |
aba4ef78bddb89c58f5ce2e02567970a
|
|
| BLAKE2b-256 |
83974c09b25031791b01e5136b8bb06892ec4ebee6e28888068ab65ff88b499f
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-musllinux_1_2_i686.whl -
Subject digest:
6ebe813953dfa9325a4d10d7b42fe3c0626275382975796335e3a35741248253 - Sigstore transparency entry: 2230928037
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 467.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee8d8431b9adebdfc81313771a9f2e181fff6ce586f518e7afa058c366179a98
|
|
| MD5 |
4c0a9e2d314c326d71235c7ae36dc812
|
|
| BLAKE2b-256 |
fb7dd3c86ca5c3efd778519db55348e503222c52c6d6459cf0e2eb8cb24e9562
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
ee8d8431b9adebdfc81313771a9f2e181fff6ce586f518e7afa058c366179a98 - Sigstore transparency entry: 2230920325
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 459.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52449864cfce98a26897df7caab5acd09ca4f3d57b345c818c7230085eab8683
|
|
| MD5 |
1d65d717f8393a2d3513eabde60de298
|
|
| BLAKE2b-256 |
09aa6979697b15b95a5ac2d07e2ebcc13ec3fc9bbde2c25712a03c967f6bad52
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
52449864cfce98a26897df7caab5acd09ca4f3d57b345c818c7230085eab8683 - Sigstore transparency entry: 2230922602
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 236.6 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ce04b5d755d431dae3358d6fee0ceb65acc09308c9840b9b9003bc2ce2bf88b
|
|
| MD5 |
54ab861d5d5015c7894d10a6e007d9f9
|
|
| BLAKE2b-256 |
9cfe35f32a11f7b9584a0970f0479419d86762a0ff18abc2b2ea539019f7ff53
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
4ce04b5d755d431dae3358d6fee0ceb65acc09308c9840b9b9003bc2ce2bf88b - Sigstore transparency entry: 2230922859
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 238.5 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0756e9448ab3febc7a26f2244bb475b1a977681b3a224a8b909e67901182235e
|
|
| MD5 |
b33246935d7ee4b9ea1bdc2caa8fb473
|
|
| BLAKE2b-256 |
e4675361d36ab986b2b6528478256b70478dacc1124eadc832f2a6bd9c56f8bb
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
0756e9448ab3febc7a26f2244bb475b1a977681b3a224a8b909e67901182235e - Sigstore transparency entry: 2230925913
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 232.3 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce9b7a73f6aacc6ede65511ea06b80a611fcb75437e5cfa8206847524fb8537c
|
|
| MD5 |
b0a0769e092266b90abeb78402088984
|
|
| BLAKE2b-256 |
b56935a37f71e634884f7cd6a49a256f14ea9be2c65f6cc86f16af7de4869153
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-win_amd64.whl -
Subject digest:
ce9b7a73f6aacc6ede65511ea06b80a611fcb75437e5cfa8206847524fb8537c - Sigstore transparency entry: 2230939038
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-win32.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-win32.whl
- Upload date:
- Size: 228.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2ee5185b443dcb6d95412537e4490331480b006e6098e71bddb4f89040c2184
|
|
| MD5 |
1dc343abc7d4de761250563a6a88c1f3
|
|
| BLAKE2b-256 |
6ab10a72330f3b8e1f7b7038bbe8cdf29eb44c0c0bd6d69dfe806634b06ec3ca
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-win32.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-win32.whl -
Subject digest:
c2ee5185b443dcb6d95412537e4490331480b006e6098e71bddb4f89040c2184 - Sigstore transparency entry: 2230944492
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 459.7 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
198dd0c222b108204f319c14fdc9acbfc11752a1ce47159fcdce2a5b7267421e
|
|
| MD5 |
f7377f6cac2d834f99604e3843344cf6
|
|
| BLAKE2b-256 |
8b37d4f65bc11c21bb736152a725b7ee738ae35fb476d0444b951f2238a21921
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
198dd0c222b108204f319c14fdc9acbfc11752a1ce47159fcdce2a5b7267421e - Sigstore transparency entry: 2230946969
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 447.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dae3e68cb082f35d67e571f77a0e89ca9fe82cfe94c7653eb9c77360346325c
|
|
| MD5 |
a0a740ac9bf6855103c4711d1c41596d
|
|
| BLAKE2b-256 |
7dc5dfe9b0921b8a2842502d091bfd605d845ca6c32f584746c642b40623cab7
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-musllinux_1_2_i686.whl -
Subject digest:
7dae3e68cb082f35d67e571f77a0e89ca9fe82cfe94c7653eb9c77360346325c - Sigstore transparency entry: 2230931093
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 467.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ca83685a96624decc046be4b112b990dc620d3fbf68af01da0a9f542d146043
|
|
| MD5 |
52af0c01e5e6f0548fdfd666cf9093ab
|
|
| BLAKE2b-256 |
03f55e3cde31032f105ff1df0b9dd4a8661aba28a14e7487560c74fabab2c849
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
1ca83685a96624decc046be4b112b990dc620d3fbf68af01da0a9f542d146043 - Sigstore transparency entry: 2230940856
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 459.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4739fefbbe0c2472001629b5f45ee01ba3e2c952b974a51f1d8e2b64fbf52b25
|
|
| MD5 |
dcbb692673f5b526170028787b98083a
|
|
| BLAKE2b-256 |
c210ad92617b3d9b2a8beed8a506a383d6aa9732a72cfd7a92696ced43d88585
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
4739fefbbe0c2472001629b5f45ee01ba3e2c952b974a51f1d8e2b64fbf52b25 - Sigstore transparency entry: 2230934658
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 236.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
908920a9d7a3c002e21350bee1f887df6c9e648560546c5663c52a54d0d306ca
|
|
| MD5 |
52820e54b684c23747d406fe441ce3b7
|
|
| BLAKE2b-256 |
e5458ff00b0319066b1f8aa38795a110611f525ec6191ccd9e5b743f8f4b3181
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
908920a9d7a3c002e21350bee1f887df6c9e648560546c5663c52a54d0d306ca - Sigstore transparency entry: 2230945402
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 238.6 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9a69b454e5819b8f3ca06f8913d0f7710e863e85164820d9f3fee6408bac595
|
|
| MD5 |
69e81babd0f81b67be48caa32261b496
|
|
| BLAKE2b-256 |
a25803117a68fa35e073af38ae4efc7a0143f0b60d6b7b79d4a77bc4e58e3a0e
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
f9a69b454e5819b8f3ca06f8913d0f7710e863e85164820d9f3fee6408bac595 - Sigstore transparency entry: 2230929236
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 233.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
388f132b3ed31fe2459366a188e8bd9df6bd2871b8919ffa31efdc1efb472f86
|
|
| MD5 |
2e556182f54a46a0f44871936d4c12a3
|
|
| BLAKE2b-256 |
29941e380d5e34fe03962eb95c243c26f55aec64b7fb95dc2ecbaee92c905e2b
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-win_amd64.whl -
Subject digest:
388f132b3ed31fe2459366a188e8bd9df6bd2871b8919ffa31efdc1efb472f86 - Sigstore transparency entry: 2230947432
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-win32.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-win32.whl
- Upload date:
- Size: 227.6 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f45cf41a6fecda1ae860c867146b7f06a9f7ffc2729ebc13a848251065be2bc
|
|
| MD5 |
d22dc30e0bbcefbc056b83f6bc46dd60
|
|
| BLAKE2b-256 |
2c8e82dc5039de3634b01c1893e9fd4c93e9782f1b016bdad73f86307d3f1e8d
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-win32.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-win32.whl -
Subject digest:
5f45cf41a6fecda1ae860c867146b7f06a9f7ffc2729ebc13a848251065be2bc - Sigstore transparency entry: 2230938007
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 463.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40a44c99f5012584e3c3102f61404438799a2b494fc32ee2415ac51458a184ca
|
|
| MD5 |
90b207406dd6b5f3ec848e4b9d5a7f64
|
|
| BLAKE2b-256 |
d7e0f38777d909d863e4a8485f519971d232ffb124794ace4bc51abe32669e27
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
40a44c99f5012584e3c3102f61404438799a2b494fc32ee2415ac51458a184ca - Sigstore transparency entry: 2230930605
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 461.9 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
582e48ea088ec0d39e6bce97a1df1209a3cdc76782bbbf10870b7491cdb41cd4
|
|
| MD5 |
0ae0083efbe55513a52f94019e1d48c0
|
|
| BLAKE2b-256 |
ebc8259358f24e7bf425b9c5c2510b76dc4f5d5d6a3c265be64222f15ec39780
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-musllinux_1_2_i686.whl -
Subject digest:
582e48ea088ec0d39e6bce97a1df1209a3cdc76782bbbf10870b7491cdb41cd4 - Sigstore transparency entry: 2230935528
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 465.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1345d8e72bcc7330cdb0cffd5e0475ea758126ab17c43e0304709c6d5d6a7e64
|
|
| MD5 |
559d5a603e993aead6e0d9ce5a77475d
|
|
| BLAKE2b-256 |
1e812b7f47e8abfe9a687bb072cd14f941cbe6f1142acf06329bb70f53b53a8c
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
1345d8e72bcc7330cdb0cffd5e0475ea758126ab17c43e0304709c6d5d6a7e64 - Sigstore transparency entry: 2230922192
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 457.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48cfb03d85b2748ad1f69cd960842101738fd553b054245e0ebe9e996ef6db9a
|
|
| MD5 |
ea7d7d1e6618a0ae6705dff3c1d0dd69
|
|
| BLAKE2b-256 |
c91fd4afcca92c352566d8c94a002f81f0a7842acb88840713bd5c55b7557bd9
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
48cfb03d85b2748ad1f69cd960842101738fd553b054245e0ebe9e996ef6db9a - Sigstore transparency entry: 2230931770
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 236.2 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c8d1dc0248f7a7a48a4d4b1a75c95331f1e44e86a4f226794169fd30e9c957f
|
|
| MD5 |
078b44987fe50642065e20bad7f7994e
|
|
| BLAKE2b-256 |
0067c0b4bb749af0b35f8c39d0e325de01d0d78d861fb0ff1671753e9e0abf5f
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
7c8d1dc0248f7a7a48a4d4b1a75c95331f1e44e86a4f226794169fd30e9c957f - Sigstore transparency entry: 2230938257
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 239.3 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2cf0efb4b2b9c136b3729c1b4d83dae9bee0d5bbf0ed349c69de2507d6d2de6
|
|
| MD5 |
c0e9f59be56aafd2f5da933b949a0cbf
|
|
| BLAKE2b-256 |
b68ea673bd098ccc20e00762aed356cfaebe579bc3f36602c22c876c5ce850ee
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
d2cf0efb4b2b9c136b3729c1b4d83dae9bee0d5bbf0ed349c69de2507d6d2de6 - Sigstore transparency entry: 2230923754
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8b91738cfd02af051df2f745fb6f9b85f02f564b92975233a0ba4d59a203415
|
|
| MD5 |
5b6fad3449aac0959f7188a891032043
|
|
| BLAKE2b-256 |
343632f292fbfb3a42bd7d6800c8ee5d5baabf873555d51a3bf9d46ca046c802
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-win_amd64.whl -
Subject digest:
b8b91738cfd02af051df2f745fb6f9b85f02f564b92975233a0ba4d59a203415 - Sigstore transparency entry: 2230927366
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-win32.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-win32.whl
- Upload date:
- Size: 227.9 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c5102615959480a67a168d4bb09bc0dd205382bb668c672d9df4a7735e0a20e
|
|
| MD5 |
0fdaa56b7136be91c73729248b6b5a9c
|
|
| BLAKE2b-256 |
bd5c1c1eeae96eaac57af318e7cdbde6157a5d16562067850760d078de2527c2
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-win32.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-win32.whl -
Subject digest:
9c5102615959480a67a168d4bb09bc0dd205382bb668c672d9df4a7735e0a20e - Sigstore transparency entry: 2230937046
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 415.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c6b7f0e2d8342c84763183175586e26c1e4be313d12aaec12a508c6ece468f
|
|
| MD5 |
58e1299987437a29afaed37f88bc07f1
|
|
| BLAKE2b-256 |
9fb00bf3da725279c3f68522e724fa23581efe0ea9ee8b6d843bc8a5712ec20f
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
d4c6b7f0e2d8342c84763183175586e26c1e4be313d12aaec12a508c6ece468f - Sigstore transparency entry: 2230923469
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 402.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7c635052cbb0f7b486b0eaaf45cfcd12bbdace3cdf5d30e7f9a5391e484f4be
|
|
| MD5 |
698ee7977343e5f4c62cf0b7d906bfe3
|
|
| BLAKE2b-256 |
13d79921d857fd8451e6e189458a87b1da5190d36bfa3b2f3399a203710c38ce
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-musllinux_1_2_i686.whl -
Subject digest:
c7c635052cbb0f7b486b0eaaf45cfcd12bbdace3cdf5d30e7f9a5391e484f4be - Sigstore transparency entry: 2230941273
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 413.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6255bef5f18044412dba9188182010aa055553478f353a7f3fcbb40e79f64e16
|
|
| MD5 |
c570abb0871441faab0181d8030880ca
|
|
| BLAKE2b-256 |
dbd0403d3e9fc71a62d1fd118700fd8956e8e44e6d9a0066a9d9055b3f737eab
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
6255bef5f18044412dba9188182010aa055553478f353a7f3fcbb40e79f64e16 - Sigstore transparency entry: 2230945821
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 406.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30e5de64bec68cc807df77568016f72f48fdba3b8bda8e67701632f845f0d6e5
|
|
| MD5 |
86cb9e119fad05c09f614f3d34f1e5ce
|
|
| BLAKE2b-256 |
a6c1d87e933dd6865c4ee1d8eab334e0dc0ddd98e5a45d92233767074655b470
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
30e5de64bec68cc807df77568016f72f48fdba3b8bda8e67701632f845f0d6e5 - Sigstore transparency entry: 2230942754
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 236.7 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e13aea52d49cb8b110559ae00c45bd715ace46feb38f21b5ebb85c86ae990cf
|
|
| MD5 |
e73576c147689b69e5993de49de6c2eb
|
|
| BLAKE2b-256 |
20201b2a12855c5f23cbdd314999385ce349feb1dd81b4511322ed01713aabd7
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
0e13aea52d49cb8b110559ae00c45bd715ace46feb38f21b5ebb85c86ae990cf - Sigstore transparency entry: 2230940197
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 240.5 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e3b1a0fe33d6245f7a3bc7a1f52c82bc787e2b2ec50de421c40e64d185cd9f9
|
|
| MD5 |
e724346b060c910d9f4f6af95a9b5a7d
|
|
| BLAKE2b-256 |
a744acebedc777c978a57a87d90f2777a1b3457908b7d7efa63021b3552882f3
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
4e3b1a0fe33d6245f7a3bc7a1f52c82bc787e2b2ec50de421c40e64d185cd9f9 - Sigstore transparency entry: 2230938793
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a741a7cb101d77cc0f9400b07384d931c6b9763db0331c3fe2f80ea07809a1d0
|
|
| MD5 |
d1528f3843b523d7a6ed0aae0578df32
|
|
| BLAKE2b-256 |
cdba296480e6dba3889f33c3accc7f7a8ea498a223ca12674b5dc089f827ee35
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-win_amd64.whl -
Subject digest:
a741a7cb101d77cc0f9400b07384d931c6b9763db0331c3fe2f80ea07809a1d0 - Sigstore transparency entry: 2230929648
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-win32.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-win32.whl
- Upload date:
- Size: 227.9 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d3c768362af1eef95b7eea9cbeb8a36c1c1f5cd7e61689742327bd8b6967aa7
|
|
| MD5 |
b286d8644d22ff652e5601f308032f13
|
|
| BLAKE2b-256 |
5d558c10bb59e1fd0b1929f90039434e46d5bc37cac3151b809d116c1075f669
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-win32.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-win32.whl -
Subject digest:
1d3c768362af1eef95b7eea9cbeb8a36c1c1f5cd7e61689742327bd8b6967aa7 - Sigstore transparency entry: 2230935813
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 415.3 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0ff862c4b9233e4ab1a9beebd9e271137f43b6500367542f50876e4bb6ccc5
|
|
| MD5 |
0afbe3e23c18e0d5a0e7354d6196969f
|
|
| BLAKE2b-256 |
92c57590fabd74b7ff349504910eedc942818274f0fbe081f8adfe7d612c4abe
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
bf0ff862c4b9233e4ab1a9beebd9e271137f43b6500367542f50876e4bb6ccc5 - Sigstore transparency entry: 2230939742
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 402.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a764a8cab506f372012d1429174a1adafdb2bf9b83d69923e1a8ef3461bafd3
|
|
| MD5 |
fab4bbae97c812477c97af3f3260b816
|
|
| BLAKE2b-256 |
0574bb4a67f9eb5953881467e64f6df6ac3277e916c120f6c4aa1e3da46d8e9c
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-musllinux_1_2_i686.whl -
Subject digest:
6a764a8cab506f372012d1429174a1adafdb2bf9b83d69923e1a8ef3461bafd3 - Sigstore transparency entry: 2230932099
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 412.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a25ceebc356b84b4462cafb576e96ce784b3ed1567ff5f8fcb05949446fbe0e
|
|
| MD5 |
235166ed9ae76d08459e006924008317
|
|
| BLAKE2b-256 |
437244137505ea7321e60965b595f3ff924b51477d6837fc0afa5b272c3cac2b
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
4a25ceebc356b84b4462cafb576e96ce784b3ed1567ff5f8fcb05949446fbe0e - Sigstore transparency entry: 2230937672
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 406.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e43a08a5f10a9a90566b2ff5b1cd94751ed10c836106702ae1c8ee9318a0cee
|
|
| MD5 |
000bdb73210353ebdd3de38301780c1b
|
|
| BLAKE2b-256 |
c9c9b877f32c479c27ab9961d4e369d895a094627cad1c030b6c70a52023c8b1
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
9e43a08a5f10a9a90566b2ff5b1cd94751ed10c836106702ae1c8ee9318a0cee - Sigstore transparency entry: 2230921283
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 236.7 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de5f510670b74cd2c05f9a0d32725e1c3ec6871f4b55681012d1cabafaac4ce5
|
|
| MD5 |
2e870bad66cc6bf7614a0b18cb5f4c65
|
|
| BLAKE2b-256 |
4678194e79b1e3e67a67afcaa9b6b9e8d8be4072148f680998507e5969b14ba8
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
de5f510670b74cd2c05f9a0d32725e1c3ec6871f4b55681012d1cabafaac4ce5 - Sigstore transparency entry: 2230935038
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 240.6 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d96612b24ef93a1519600ebd46e22887986f7b64b541a46eda0e05772fd0b169
|
|
| MD5 |
3e2d9c0c5474d108c5cd5221cdac103a
|
|
| BLAKE2b-256 |
eb6cdb323817f157b6586f02f6f155915a213d426c8a0b9edc99a1513082fec0
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
d96612b24ef93a1519600ebd46e22887986f7b64b541a46eda0e05772fd0b169 - Sigstore transparency entry: 2230934257
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 233.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16be72b5c84db92ca008397fcac322c4f3e12853d31998ce1e51d60c68007914
|
|
| MD5 |
62a62f35b54b9f425989bcf8b17f042a
|
|
| BLAKE2b-256 |
25ed9b05257181246c566b89fb24411158a81dd48c8bb0e1537f9ff149734fa9
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-win_amd64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-win_amd64.whl -
Subject digest:
16be72b5c84db92ca008397fcac322c4f3e12853d31998ce1e51d60c68007914 - Sigstore transparency entry: 2230923146
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-win32.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-win32.whl
- Upload date:
- Size: 227.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31e0f2191511177bae21dae099ff3b1e588f5d34c5d99ac08f640831178911f8
|
|
| MD5 |
aeb8c23b6655e8c4eaaa7887c50b5165
|
|
| BLAKE2b-256 |
c40bb642d598ee53993ca0b0b02496f8f21571af08358caf0b22035e92496f79
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-win32.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-win32.whl -
Subject digest:
31e0f2191511177bae21dae099ff3b1e588f5d34c5d99ac08f640831178911f8 - Sigstore transparency entry: 2230926996
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 405.5 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8eaf61cc6deb26e22c7760a9b27b602b951a82b315e4a8e192c2ffb692f195f
|
|
| MD5 |
71d5c854c7c11dfed7a81f554149b38c
|
|
| BLAKE2b-256 |
5319fd564534e6cedf4349ccff18529822ce6f55b900f46b1964dc50c8d6361a
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_x86_64.whl -
Subject digest:
b8eaf61cc6deb26e22c7760a9b27b602b951a82b315e4a8e192c2ffb692f195f - Sigstore transparency entry: 2230924482
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 392.8 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40f7a68977e28a45645c86b308d299e32ed9e6a4fd3eedc34b0c34630e2dfab8
|
|
| MD5 |
1c078d6f6fd4d8577848cd54a2c5f177
|
|
| BLAKE2b-256 |
85bb68b8790fdf480f06711964ea59bf5b7c749b450e7890dc7f9fb5fb17f45f
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-musllinux_1_2_i686.whl -
Subject digest:
40f7a68977e28a45645c86b308d299e32ed9e6a4fd3eedc34b0c34630e2dfab8 - Sigstore transparency entry: 2230924134
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 402.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20c4fcfa61759e2bcbcf4a97ac351fdcbed001ac37668c571d61625249ec8204
|
|
| MD5 |
665f90e0c2ec92e7fbb403863c08136d
|
|
| BLAKE2b-256 |
a7b64cc6ea07823a9bfdf3d6c740b9d38080c2d350af0d40a95b91c490bb1a36
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
20c4fcfa61759e2bcbcf4a97ac351fdcbed001ac37668c571d61625249ec8204 - Sigstore transparency entry: 2230944129
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 396.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e38014fecc27eb232b8e5ab3ba1f3bce19d0472ad75b79640f063caf7978a03d
|
|
| MD5 |
dbb34f6ffbdc666c9fe4ea36fdabab08
|
|
| BLAKE2b-256 |
dc75b75e75a6a8dd01e3cf22f421cdf39afc30cc0f4939d4483142fde6ecbdce
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl -
Subject digest:
e38014fecc27eb232b8e5ab3ba1f3bce19d0472ad75b79640f063caf7978a03d - Sigstore transparency entry: 2230940463
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 236.7 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b91c0abe05de731a2c5913d9b6417bd166941095c5c618895e8f22b28fee9d1c
|
|
| MD5 |
b10637bc0a1db02cb55eecd940e29929
|
|
| BLAKE2b-256 |
db1e341ad4613ab4a06805722bd972be8c5b0903831db0f33860a04750e7a562
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-macosx_11_0_arm64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-macosx_11_0_arm64.whl -
Subject digest:
b91c0abe05de731a2c5913d9b6417bd166941095c5c618895e8f22b28fee9d1c - Sigstore transparency entry: 2230942366
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type:
File details
Details for the file simpleparse-3.0.0a3-cp38-cp38-macosx_10_9_x86_64.whl.
File metadata
- Download URL: simpleparse-3.0.0a3-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 240.5 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9ce8ff630434db24cf9dc9965a61842c1e91794f2189650efe4000420365ff6
|
|
| MD5 |
c6342d14addf0d8b8e0ad8a6fb1ec3a5
|
|
| BLAKE2b-256 |
05273e06a6970052716162036c5feaa11cb412acb8913a7091dafcab64cba4e0
|
Provenance
The following attestation bundles were made for simpleparse-3.0.0a3-cp38-cp38-macosx_10_9_x86_64.whl:
Publisher:
build_and_publish.yml on mcfletch/simpleparse
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
simpleparse-3.0.0a3-cp38-cp38-macosx_10_9_x86_64.whl -
Subject digest:
b9ce8ff630434db24cf9dc9965a61842c1e91794f2189650efe4000420365ff6 - Sigstore transparency entry: 2230932530
- Sigstore integration time:
-
Permalink:
mcfletch/simpleparse@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Branch / Tag:
refs/heads/master - Owner: https://github.com/mcfletch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_and_publish.yml@55fe50cf01e890313c9b4e8ba6e6316fe672630f -
Trigger Event:
push
-
Statement type: