skene
A draken-native columnar file format: reader, writer, and specification.
.skene stores one or more row groups of draken
vectors losslessly — including the things Parquet drops. An IPv4 column is a
UINT32 refined by an IPV4 logical descriptor; Parquet stores the 32 bits and
loses the refinement on every round trip. .skene carries it. It likewise
restores a column's dictionary encoding and layout hints rather than
re-deriving them.
Reads are per row group and the index is always explicit —
read_morsel(buf, row_group). Pruning goes through the small file-level index
(read_metadata), which carries the schema, the row group directory and every
row group's per-column statistics without opening a single row group's own
footer.
It is not portable, and no foreign reader is promised. Parquet stays the default
for interchange and for most stored datasets; .skene is for the cases where the
draken-native round trip is what matters — query results, sort spill, and
datasets we want optimised rather than interoperable.
- FORMAT.md — the normative specification. Complete enough to write an independent reader from.
- Rationale —
opteryx-core/docs/SKENE_FILE_FORMAT_DESIGN.md: why Parquet and the existing IPC format were rejected, what was traded, what is still open.
C++17, no dependencies, no Python.
Build
skene imports draken's headers; it never copies them. Point it at an
opteryx-core checkout — a sibling directory by default:
make # library and tests
make test # build and run every test
make DRAKEN_ROOT=/path/to/opteryx-core
Status
v1 is a DRAFT and is not frozen. Byte layouts are implemented and tested, but fields may still change without a version bump until v1 is released.
Implemented, writer and reader: the complete required-section layout in
AS_WRITTEN mode — every family (fixed-width, BOOL, the string family including
length-only columns, ARRAY with recursive children, NULL), all three selection
kinds, LogicalType round-trip, per-section and footer checksums, head/tail
framing, column selection, metadata-only reads with per-column byte extents, and
version identification. That is exactly the shape sort spill needs.
Also implemented: value ordering (sort + deduplicate each column's values,
with the selection carrying row order, so a predicate becomes a binary search and
data_length is the exact distinct count) and statistics (min/max ordinals,
null count, exact 128-bit sum).
Also implemented: four encodings (bit packing for selection codes, delta+bitpack for ascending integer data, and two per-section general-purpose codecs — zstd and lz4), zone maps, and bloom filters.
The two codecs are postures rather than alternatives to pick per section: zstd for ratio (7.34x at level 9 on ClickBench section bytes), lz4 for read latency (4.49x, but decoding at roughly the rate the reader's own uncompressed path runs at). zstd's decode rate does not vary with the level that produced the bytes, so a low zstd level gives up ratio and buys nothing back.
Per-section compression matters more than expected: on TPC-H, skene without it is 1.9-3.8x larger than the equivalent ZSTD Parquet, and with it 0.92-1.09x. See BENCHMARKS.md.
Not implemented: permutations — deferred because nothing produces a stored sort order yet — and migration, which needs a v2 to migrate from.
A file never claims more than was computed: a column ineligible for ordering is written as-written, and a statistic that cannot be defined is absent rather than zero.
Versioning
A build reads two versions — the one it writes and its predecessor — and
writes exactly one. Older files are migrated forward one hop at a time using
retained release binaries: binary vX migrates (X-1) → X, so a v1 file reaches
v4 by running v2, then v3, then v4. See FORMAT.md §12.
Because of that, any build can identify any file even when it cannot read it — which is what freezes the first six bytes of the header for all time.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 libskene-0.1.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: libskene-0.1.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df391705da86d00102b15c76c5b2f567221630a81bafcb30b11907b242dc4c52
|
|
| MD5 |
4d2ee15aabf4dce326a6df917e63c207
|
|
| BLAKE2b-256 |
d64e88245e87b0fc89eb43375586777b35003588057ca2707cb7f9fcfc038525
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
df391705da86d00102b15c76c5b2f567221630a81bafcb30b11907b242dc4c52 - Sigstore transparency entry: 2387476407
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: libskene-0.1.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ac1e5f1fd830cc4f5ce6ab949c981a2612f25df7caf94dde2158734997c9d05
|
|
| MD5 |
cf2ca7dc64b318880116b65bb4c8e548
|
|
| BLAKE2b-256 |
e1971f8950e5991479009066fe38510a207e20ea60c1fd44222878885d73744e
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
4ac1e5f1fd830cc4f5ce6ab949c981a2612f25df7caf94dde2158734997c9d05 - Sigstore transparency entry: 2387476297
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: libskene-0.1.6-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb3336dfa45aa708c1f0d89372d729961e53390f4c059d93c6a5d2c5482465e5
|
|
| MD5 |
182c40de371794c1bf32ac749cd41eb7
|
|
| BLAKE2b-256 |
bb10e35adc4f01ef8a503fc31cc9163d238d391e16223b8178cb6a5ff35877b2
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
eb3336dfa45aa708c1f0d89372d729961e53390f4c059d93c6a5d2c5482465e5 - Sigstore transparency entry: 2387476394
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: libskene-0.1.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eb409d5bc9b447c98227801d1eaf0c63f13abb3e47f89b1a39ef8a67492fd29
|
|
| MD5 |
4cbe0e79a0c896c373bd80d8b0537ca5
|
|
| BLAKE2b-256 |
fcd74d1f700fe0515996751b88a123be2ebdcaa61dc0e399c165201db2749b4b
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
1eb409d5bc9b447c98227801d1eaf0c63f13abb3e47f89b1a39ef8a67492fd29 - Sigstore transparency entry: 2387476375
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: libskene-0.1.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c9e2632372fe6dd9b63b2a4faf6732be0310f761f6cf443c7a8b742115d1ccf
|
|
| MD5 |
17058325c81d3fccb830e67979fdd9c2
|
|
| BLAKE2b-256 |
4abcacfab827efada18589691a804033287b1c030902800e322e4d259d2e2d7f
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
0c9e2632372fe6dd9b63b2a4faf6732be0310f761f6cf443c7a8b742115d1ccf - Sigstore transparency entry: 2387476316
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: libskene-0.1.6-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c5c19d19cd60a2008f73a6e93ed614e5f91a018a4e12c84745669b63d0837d6
|
|
| MD5 |
a420ac5e1a7c9ba9e7e74b1e47ce2c1d
|
|
| BLAKE2b-256 |
440be1e0f0dffea05854efc2443170fedc1aa33b0b8cd1a5964e4b0f38ef687f
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
6c5c19d19cd60a2008f73a6e93ed614e5f91a018a4e12c84745669b63d0837d6 - Sigstore transparency entry: 2387476370
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: libskene-0.1.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63b6fba67c8be4cdb954afede192e22991d0fa60de9df818f61521c530c03b08
|
|
| MD5 |
108bcf72a918e743d35d6588b90e197d
|
|
| BLAKE2b-256 |
98d1a804def87b511a146b1f4a6b9fe25b87565d89f8d7c440b76fb371c30a63
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
63b6fba67c8be4cdb954afede192e22991d0fa60de9df818f61521c530c03b08 - Sigstore transparency entry: 2387476354
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: libskene-0.1.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a749be61481461fcd826ed33dc8ac474054cb3d15cbd935965524d6477fbd952
|
|
| MD5 |
07070925a5804518d01729a85fad33ed
|
|
| BLAKE2b-256 |
67cb4962b8dc3d3b7023d7d1929a88c83d4f406ca421a0de9c35978ed8dedc15
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
a749be61481461fcd826ed33dc8ac474054cb3d15cbd935965524d6477fbd952 - Sigstore transparency entry: 2387476425
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: libskene-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cf375f38ff3cb092f66bc519050aa7b0833dfb97505bc67fa88ca7b56221d55
|
|
| MD5 |
505a243be503aeb485dd2302ba66dc62
|
|
| BLAKE2b-256 |
ed35603d2f9d521f87aa4aa970be064c74cf0e897dc18a3e9b006610dbcff4d4
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
9cf375f38ff3cb092f66bc519050aa7b0833dfb97505bc67fa88ca7b56221d55 - Sigstore transparency entry: 2387476327
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: libskene-0.1.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
859d1009132c6cbc1ddea997ecb66a5f59aa25bdef8d724f48d635287eab923e
|
|
| MD5 |
66a18cceb86b9389f6425fa8d532d603
|
|
| BLAKE2b-256 |
af959212c0d99bcb2e7a5b35ee71992990707faf766fa2647f471800ae1b2462
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl -
Subject digest:
859d1009132c6cbc1ddea997ecb66a5f59aa25bdef8d724f48d635287eab923e - Sigstore transparency entry: 2387476361
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: libskene-0.1.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97e96d9462cac08dce4d9d0744b7a390b5b1eb20c9c0883a721df29376c3ca9c
|
|
| MD5 |
ca7e3df13417272be86fef9de62da0ae
|
|
| BLAKE2b-256 |
4ffd6d04ad1c834a4d0499b51c9ef030d80c5dcff6ffba9ad071ef25d125d707
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl -
Subject digest:
97e96d9462cac08dce4d9d0744b7a390b5b1eb20c9c0883a721df29376c3ca9c - Sigstore transparency entry: 2387476339
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file libskene-0.1.6-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: libskene-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eb3a1ac0e2d92e7d192794e29ea66733bd995d0eef61c1f5a236cbfee7991cb
|
|
| MD5 |
3851cfb7e06e929926b3ca6549036499
|
|
| BLAKE2b-256 |
336a83d6abf08fb323b176cbfe47683a95ef4fb37691c33c5d3a809336821e13
|
Provenance
The following attestation bundles were made for libskene-0.1.6-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release-skene.yaml on mabel-dev/opteryx-core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
libskene-0.1.6-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
9eb3a1ac0e2d92e7d192794e29ea66733bd995d0eef61c1f5a236cbfee7991cb - Sigstore transparency entry: 2387476382
- Sigstore integration time:
-
Permalink:
mabel-dev/opteryx-core@4456bfa7916e31809574c3741ae62a1d022677f9 -
Branch / Tag:
refs/tags/skene-0.1.6 - Owner: https://github.com/mabel-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-skene.yaml@4456bfa7916e31809574c3741ae62a1d022677f9 -
Trigger Event:
push
-
Statement type: