sqlce
Ru README
Reverse engineering of the .sdf (SQL Server Compact Edition 4.0) binary file format.
Analysis of the format's internal structure based on decompiled SQL CE components. The goal is to provide a cross-platform, runtime-independent implementation for reading .sdf files.
Intended solely for interoperability with existing
.sdffiles. Does not contain any original product source code.
core/— C++ parser implementationbindings/— Bindings for the C++ library to other languagespython/sqlce/— Python APIresearch/— Experimental scripts
Example
pip install sqlce
from sqlce import SdfDatabase
db = SdfDatabase("example.sdf", password="secret123")
for table_name in db.list_tables():
print(table_name, db.table_schema(table_name))
for row in db.read_table(table_name):
print(row)
The current implementation supports reading the list of tables, table schemas, and table contents (including password-protected databases). It is implemented in C++.
Try it in the browser (WebAssembly, runs locally - the file never leaves your tab): https://boykopovar.github.io/sqlce/
Reading encrypted .sdf version 3.5 files is not currently supported (unencrypted files are supported).
Testing
pytest
The tests use a locally installed SQL CE engine (via ODBC) to generate .sdf files containing predefined data and verify that the parser produces identical results. Therefore, the test suite can only be run on Windows with SQL Server Compact 4.0 installed. Test files are created in tests/sdf/ and are automatically removed before and after each test run.
Documentation
The documentation is currently concise but includes usage examples and tests.
Code Style Conventions (Pull requests are welcome.)
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 sqlce-0.1.4.tar.gz.
File metadata
- Download URL: sqlce-0.1.4.tar.gz
- Upload date:
- Size: 62.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e18899db3b5ef41c3c4959de197d57159decbd1b10e77481e7a1c4935041650c
|
|
| MD5 |
08d3ac889688a938e1d0e4d37f5632b3
|
|
| BLAKE2b-256 |
c66926e4e5425ed630810bca65c8d1ee0fe927b28c0a33ff8355c42e9ed16db6
|
Provenance
The following attestation bundles were made for sqlce-0.1.4.tar.gz:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4.tar.gz -
Subject digest:
e18899db3b5ef41c3c4959de197d57159decbd1b10e77481e7a1c4935041650c - Sigstore transparency entry: 2136613734
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 160.4 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db2d61efa9e144c57fd1e5a6e500ee30e5b77ea592c9cd733ac2d7fb1536b479
|
|
| MD5 |
f1b0c45e26198ae703adb3f54c9b7dcf
|
|
| BLAKE2b-256 |
6710fafd3fed347649373e4cb740f547491367403a1b0e93770d4780846c5add
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp313-cp313-win_amd64.whl -
Subject digest:
db2d61efa9e144c57fd1e5a6e500ee30e5b77ea592c9cd733ac2d7fb1536b479 - Sigstore transparency entry: 2136614714
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 198.2 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6ab36839327dfc31d53b92d2789a276cd784b5ec16a7ea5538a667a2153f033
|
|
| MD5 |
96f8bf262e4b3d210297ea3ef170d116
|
|
| BLAKE2b-256 |
b2594caca85572b3a019d0611fbc544add9345fb809fb73f82e44755f8db96f9
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
d6ab36839327dfc31d53b92d2789a276cd784b5ec16a7ea5538a667a2153f033 - Sigstore transparency entry: 2136615310
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 160.3 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4499dc7ca1a967bec1f77b17caced1395f19791f832ac0e68107db7020d0d26
|
|
| MD5 |
a024843c7f6fc9b1c636c4a8eb7513c4
|
|
| BLAKE2b-256 |
b495365ddcb5e54aa660954b5c312dbd7f518ecd8b7eece433c5db5180a89c66
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp312-cp312-win_amd64.whl -
Subject digest:
f4499dc7ca1a967bec1f77b17caced1395f19791f832ac0e68107db7020d0d26 - Sigstore transparency entry: 2136614349
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 198.2 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09876360d33e0b88f8af52a79a294799f2a5e316caceb7efd4bbf2c2e17e67af
|
|
| MD5 |
cbb7e83d732eb3510de98bf8cffea911
|
|
| BLAKE2b-256 |
8aac8c0b3f38f972bab743e4973cfdaa67cac5c9ee9e1cfa97788ef3534a1cc3
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
09876360d33e0b88f8af52a79a294799f2a5e316caceb7efd4bbf2c2e17e67af - Sigstore transparency entry: 2136614107
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 158.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50704a37fce7f7d4aff555be852d1bf1f591c5d2cdfe0b82e34c8e340c3ef6ea
|
|
| MD5 |
1cda1b55806bc668d12c42fbc9d1002b
|
|
| BLAKE2b-256 |
0c313f020d7c846cf69757744283846c1c37b20486f1c4c18dfe9ac0b5f6dfb7
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp311-cp311-win_amd64.whl -
Subject digest:
50704a37fce7f7d4aff555be852d1bf1f591c5d2cdfe0b82e34c8e340c3ef6ea - Sigstore transparency entry: 2136615041
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 200.4 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
476d90d06df39cc5f514e5d6d68b9fb5f2478b94ac95582b7dd41789132eb505
|
|
| MD5 |
74bddf21c9d4da5694594da2c9c618d5
|
|
| BLAKE2b-256 |
3c0aa4d63b669e2a9ffe41cf0713c91f4e0aa01079e50889846f857ca81ba376
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
476d90d06df39cc5f514e5d6d68b9fb5f2478b94ac95582b7dd41789132eb505 - Sigstore transparency entry: 2136613898
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 157.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a52a3b9369706e1ff63c7641b642934bf83ac3d5dec746cd2fc28e2e37ed86f
|
|
| MD5 |
4ad35fd29d12839f0a3e0b20da14fd28
|
|
| BLAKE2b-256 |
5863c034384339a0475e82d415dc000e89b44f2912093c63c98d27cc72bcfcb0
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp310-cp310-win_amd64.whl -
Subject digest:
3a52a3b9369706e1ff63c7641b642934bf83ac3d5dec746cd2fc28e2e37ed86f - Sigstore transparency entry: 2136615531
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 199.1 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
250e65321612af76516d46f2291d51380c833499642c0aff76d8bc4af8a24e2d
|
|
| MD5 |
5be8c0098d6bd528a973529354da58f8
|
|
| BLAKE2b-256 |
983102395767a82e2986aeb2dcf4b5aadc96fdf2c721550623bcda1700035256
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
250e65321612af76516d46f2291d51380c833499642c0aff76d8bc4af8a24e2d - Sigstore transparency entry: 2136615438
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 157.5 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2c611cf74bc256e31a3b1568934627b9f5f855f5c4270328513c20a0a073119
|
|
| MD5 |
8ce3a51c5af0f24ee2080a41ba41df50
|
|
| BLAKE2b-256 |
a0a9af1ee85523ce130ff329e09a9fac70b302e15ea87071eb31157c9da2f9be
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp39-cp39-win_amd64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp39-cp39-win_amd64.whl -
Subject digest:
e2c611cf74bc256e31a3b1568934627b9f5f855f5c4270328513c20a0a073119 - Sigstore transparency entry: 2136615170
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 199.3 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f257bb9a77f56a4ed47e5f11c66c2fff0ede885efb7ba4773a670efa201d47c
|
|
| MD5 |
1cb20a5311323d4de6a0e706a6945df4
|
|
| BLAKE2b-256 |
415ba957558e8e9161857e20174749adb43b2eee20730457f85629ecac206bd9
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
1f257bb9a77f56a4ed47e5f11c66c2fff0ede885efb7ba4773a670efa201d47c - Sigstore transparency entry: 2136614882
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 157.3 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96ecca7fd786c5bbc39ddbfa68e7468bd73f5f758427519df44a8b9ac49d8472
|
|
| MD5 |
5f0b51a8ff8370c3438128a9e12380eb
|
|
| BLAKE2b-256 |
cc377ef5713c5040df2ca110d96b71efb173192eefa6b255a3d602720ce535d8
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp38-cp38-win_amd64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp38-cp38-win_amd64.whl -
Subject digest:
96ecca7fd786c5bbc39ddbfa68e7468bd73f5f758427519df44a8b9ac49d8472 - Sigstore transparency entry: 2136614554
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file sqlce-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: sqlce-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 198.6 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.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0d4a2387daa87aafa4b8c8db072db4e49e537a3131b59caaae5e7091c3e6066
|
|
| MD5 |
17f9aa0d5389c1a08b5c8ee93ef69f11
|
|
| BLAKE2b-256 |
cd7ab88aafdbf2850b9117228516e322c634b90ca13576d0562bb6ba8c613320
|
Provenance
The following attestation bundles were made for sqlce-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on boykopovar/sqlce
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sqlce-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e0d4a2387daa87aafa4b8c8db072db4e49e537a3131b59caaae5e7091c3e6066 - Sigstore transparency entry: 2136615691
- Sigstore integration time:
-
Permalink:
boykopovar/sqlce@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/boykopovar
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3bdf1300a95583fc486da88263dedcf2962d3d6c -
Trigger Event:
push
-
Statement type: