Rust-accelerated network operations for SmolVM
Project description
smolvm-core
smolvm-core is the small native helper package for SmolVM. It handles low-level system work such as fast network setup, while the main smolvm package keeps the public Python API.
Most users should install smolvm, not smolvm-core directly:
pip install smolvm
That install pulls in the matching smolvm-core wheel automatically on supported platforms.
Install smolvm-core directly only if you are developing the native extension or testing package releases.
When the native extension is used
SmolVM uses smolvm-core for fast host networking — creating TAP devices, adding routes, writing sysctls — when it's available. When it isn't, SmolVM falls back to running ip, nft, and sysctl as subprocesses. Both paths produce the same result; the native path is just much faster.
| Scenario | Path used | What happens |
|---|---|---|
Linux + smolvm-core wheel installed |
Native (netlink) | Direct kernel calls — microseconds per operation. |
| Linux + wheel missing or broken | Subprocess | Forks ip/nft/sysctl for each operation. Fully functional but significantly slower; VM creation takes longer. |
| macOS | Path never reached | macOS uses the QEMU backend with user-mode networking (SLIRP), so the host-networking code that would call smolvm-core isn't exercised. |
On Linux, if SmolVM falls back to subprocess, it logs a warning at startup:
WARNING smolvm.host._accel: smolvm-core native extension is unavailable;
falling back to subprocess (ip/nft/sysctl) for network operations,
which is significantly slower. Reinstall smolvm to pick up the native wheel.
The fix is to reinstall smolvm so pip picks up the matching wheel for your platform.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 smolvm_core-0.0.14.tar.gz.
File metadata
- Download URL: smolvm_core-0.0.14.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69bd768539640de55dc80123972a7ac70604fa8d1915dbeab2629d05a1675569
|
|
| MD5 |
aa287d20b2db94c1e2c8a1d8da9f3f50
|
|
| BLAKE2b-256 |
8334665f18d52faaae6bf093f3ba58619d0d052ada3290811442c17c093daca4
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14.tar.gz:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14.tar.gz -
Subject digest:
69bd768539640de55dc80123972a7ac70604fa8d1915dbeab2629d05a1675569 - Sigstore transparency entry: 1443386274
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 713.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e4ebefa27962d731d00f83bfa60df4a674e142a2b43af22318e377849f7c64
|
|
| MD5 |
a6932d39b13bda92184159aeb3fe277f
|
|
| BLAKE2b-256 |
f6689892db12d41032c34ef69435488d639ae1700f5a749843d5a7c2b398afb6
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e6e4ebefa27962d731d00f83bfa60df4a674e142a2b43af22318e377849f7c64 - Sigstore transparency entry: 1443388862
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 664.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b7e4569682b34eea13b2a2541d38f76d3fbc4ae92e2247fbeb1814cc5b3a43c
|
|
| MD5 |
6d40de7a9c6f3e5938a1a627f3b20487
|
|
| BLAKE2b-256 |
3e68f41650c613738a58029d1c674eefa40ca036d865ca0a2864626495023023
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
4b7e4569682b34eea13b2a2541d38f76d3fbc4ae92e2247fbeb1814cc5b3a43c - Sigstore transparency entry: 1443387005
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 662.4 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70f0e791ed874f373ac914a2407f03575c260edaa37cd8aaa0dd050dcc56784c
|
|
| MD5 |
3a448deee9b8fc762abfb714c5aa783c
|
|
| BLAKE2b-256 |
d00d555256910951c369485465776ccdfa2d6f07dbbfbd7e95c1240506ebd764
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
70f0e791ed874f373ac914a2407f03575c260edaa37cd8aaa0dd050dcc56784c - Sigstore transparency entry: 1443386563
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 711.9 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c48518155478c669a919597ecf90955db543f4a99b939a39b6574cc95044c98c
|
|
| MD5 |
247fe162467563b9b2cc4cf89fb971dc
|
|
| BLAKE2b-256 |
d9482d4c2faa65bcee164384466b3e195363495a42f03cc61fff0823fa5b28d0
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c48518155478c669a919597ecf90955db543f4a99b939a39b6574cc95044c98c - Sigstore transparency entry: 1443388130
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 662.9 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48f68593d59ec3eccc5559e0c6d1c9a253b48759c6884721133d226ec0f01c4d
|
|
| MD5 |
3f6b79f4bd04122a2d96fe9919345197
|
|
| BLAKE2b-256 |
71c70c05cffba01bc7429601dbec0d49ff4adca73258334ea8768b54c48fc102
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
48f68593d59ec3eccc5559e0c6d1c9a253b48759c6884721133d226ec0f01c4d - Sigstore transparency entry: 1443388476
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 188.9 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5da4a64e666ccd037b38d67b0959d4a780e4262dc09d15b9eeebfd0e7464297
|
|
| MD5 |
d60a7ba4c4c2fa6f184812bf173cb244
|
|
| BLAKE2b-256 |
ec2932ec44d57052c20d3a7a9ea972c526374457be772360024243674d20a20d
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
d5da4a64e666ccd037b38d67b0959d4a780e4262dc09d15b9eeebfd0e7464297 - Sigstore transparency entry: 1443387936
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 198.2 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
882f4c547f12895c70fd19472d981a931359755a1ad615fe6c90401af67025f7
|
|
| MD5 |
774ef5abf3adb14a2abbb52829188a85
|
|
| BLAKE2b-256 |
8d7aa0f3d56fa6fcfce51f4b94d06ab7ec67b2ec53312f0bf4f8a65b37a10bf2
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp314-cp314-macosx_10_12_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp314-cp314-macosx_10_12_x86_64.whl -
Subject digest:
882f4c547f12895c70fd19472d981a931359755a1ad615fe6c90401af67025f7 - Sigstore transparency entry: 1443387506
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 662.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c08449e93778078e7ebed6f2251eb7e60674a0c58377056fe8642df0ef8fa6b9
|
|
| MD5 |
0d7d4d32223b0aa92133023fd932ac36
|
|
| BLAKE2b-256 |
ebcb5171ceb8db332d07d5d7a081d4f6ab01d50a4eeaa7fac36b4ecf03558ba0
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
c08449e93778078e7ebed6f2251eb7e60674a0c58377056fe8642df0ef8fa6b9 - Sigstore transparency entry: 1443388347
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 712.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.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a352dbe76bea49376b7a548dd96af9f4363752d16adf4620b638b0b85e166695
|
|
| MD5 |
3e3f2192fb3dd28e9900ed28b61e5027
|
|
| BLAKE2b-256 |
5a14bf3326509d9da4066d4fd672ee4a9a6c27d95225401f46ee204fb6f42ef1
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
a352dbe76bea49376b7a548dd96af9f4363752d16adf4620b638b0b85e166695 - Sigstore transparency entry: 1443388565
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 663.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eff9d21e4579de773dd00630bb0dbe7988a22c66323a19707e5ae4eb863aac69
|
|
| MD5 |
273c90090352189970441fdd951767f8
|
|
| BLAKE2b-256 |
ad86516ce5fd9ec1fd53d06197a93847345843bb81fef2cfd34954dc5d01f8c5
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
eff9d21e4579de773dd00630bb0dbe7988a22c66323a19707e5ae4eb863aac69 - Sigstore transparency entry: 1443386442
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 189.1 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83c3a76ee9f83a35d331093c364c4652b58af3ef16ef2a5985bc2560006b2818
|
|
| MD5 |
d58812c212e439212fa900140826f19a
|
|
| BLAKE2b-256 |
af61c963c6890898408e77b532ac82a5e684d56ec0e5072fb14cb5a30849328d
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
83c3a76ee9f83a35d331093c364c4652b58af3ef16ef2a5985bc2560006b2818 - Sigstore transparency entry: 1443386671
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 198.2 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
568fbcff3b2ef938227305869511fb4bba1447182f7eae6811c4bfd7d6b3d1a7
|
|
| MD5 |
5d856bb1531118ff73a048cd31fb5357
|
|
| BLAKE2b-256 |
001c3aa27298899222a62b941cf9b2a057fa11b32a2841dd2d655121b0a24473
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
568fbcff3b2ef938227305869511fb4bba1447182f7eae6811c4bfd7d6b3d1a7 - Sigstore transparency entry: 1443387309
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 711.7 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.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5e87d954e520e42c032ca53603ef564be2e0bec1800dc7d9a9c303b4632da4e
|
|
| MD5 |
2d88d537c6615bd04027cb28cbe98491
|
|
| BLAKE2b-256 |
fa082eb545612fa53379594b6a5fc2dfd5f4a3c872432b9246052d95f2bd107e
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
d5e87d954e520e42c032ca53603ef564be2e0bec1800dc7d9a9c303b4632da4e - Sigstore transparency entry: 1443387802
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 662.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56bf06a5b6d52c5448aef9ae21fdaebdf4bed5d81c520a8b63197780d471999a
|
|
| MD5 |
39f12d3491da4e7fc42f39e68e50de1f
|
|
| BLAKE2b-256 |
9849dc0ae239200f332e8f5c7db4e4a0ed0ec36915ec72c3d7e379df66546e05
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
56bf06a5b6d52c5448aef9ae21fdaebdf4bed5d81c520a8b63197780d471999a - Sigstore transparency entry: 1443387399
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 188.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fccdd7546346c363b1d42a1e83fa2921e007d4231e463e4a69709fad2833150
|
|
| MD5 |
fc9df435ea2c538bae5693a3960a7969
|
|
| BLAKE2b-256 |
90a6e23fd8bdf285c927689ed166117bfe6e2a7ccb3c1c7848760c052bc09535
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
0fccdd7546346c363b1d42a1e83fa2921e007d4231e463e4a69709fad2833150 - Sigstore transparency entry: 1443387101
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 197.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ad07adf1aa7fb902825d2398e58976039d7c29450b0a023f3c657f421910a3b
|
|
| MD5 |
0a6d427051c54ab6a2be08baab74c166
|
|
| BLAKE2b-256 |
3537c0ebc44bfe60398cf408f0b1c50ab1a5b89baa0446aa07fa37bb968bf347
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
1ad07adf1aa7fb902825d2398e58976039d7c29450b0a023f3c657f421910a3b - Sigstore transparency entry: 1443388034
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 712.5 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.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e333a331bbde1e7c34a82cac1163076489cf8f0930c7a9f9df0c76202903e252
|
|
| MD5 |
7cf75a5eec3b0145005d5a2ab5e3dc2b
|
|
| BLAKE2b-256 |
466da6f19c5f063dd1e5abcbd8bf84a17d37ff82412a4df4d6ce676ba9bba479
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e333a331bbde1e7c34a82cac1163076489cf8f0930c7a9f9df0c76202903e252 - Sigstore transparency entry: 1443387630
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 664.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
774e7935613e07b98f240bab586ca1bcc89b71f6786cc0243ab68a146e29788a
|
|
| MD5 |
059bbea85baed0def471289d7dcb6aaa
|
|
| BLAKE2b-256 |
36631c586101cc06578fb277eb5e7284fc99e82ec8f0353b4766c65795500445
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
774e7935613e07b98f240bab586ca1bcc89b71f6786cc0243ab68a146e29788a - Sigstore transparency entry: 1443386909
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 189.5 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3cda040e49d0cbbd8cd2f942d01dcea0879f651426f3579ee53bdbb64701bed
|
|
| MD5 |
5b81b51d220312eb9d6da2afd1f04c2d
|
|
| BLAKE2b-256 |
3d4b5c5203c4926d84d95d884b333de812ce12c9b4aa8c1de30165abbfb3112a
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
b3cda040e49d0cbbd8cd2f942d01dcea0879f651426f3579ee53bdbb64701bed - Sigstore transparency entry: 1443386783
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 198.7 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3e6bbe11ba678c4c0213c718a48401eab3ec1e1225e142b957f5a745826b419
|
|
| MD5 |
fe7f83298dff385ce3f5a493f60415c6
|
|
| BLAKE2b-256 |
5c647527388713e1666cbefa665652434bfde1a4a983ab65dcb79b38e741016a
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
c3e6bbe11ba678c4c0213c718a48401eab3ec1e1225e142b957f5a745826b419 - Sigstore transparency entry: 1443388683
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 712.5 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.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fb9d5a90809e16b8dc0b8afb71ae4696ed20b033903a62775ebaa098a5c70be
|
|
| MD5 |
19a79a626d01326fe11d40cec7044ef4
|
|
| BLAKE2b-256 |
6ede8e2910933aab7b75f7160d1b08d7fe0012ced2234de12958a283d659ccd6
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
2fb9d5a90809e16b8dc0b8afb71ae4696ed20b033903a62775ebaa098a5c70be - Sigstore transparency entry: 1443388758
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 664.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0380865d9f7e7c1e4bf9f990805f3649ab5f88663a53e2f2212ffb7f73d85644
|
|
| MD5 |
feb815b4a41ae48331635c240fb0515b
|
|
| BLAKE2b-256 |
e9da945b5436a78573d8a43ca37a3aadb287fb7d0f3cab114575c2a5334a38f6
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
0380865d9f7e7c1e4bf9f990805f3649ab5f88663a53e2f2212ffb7f73d85644 - Sigstore transparency entry: 1443388237
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 189.6 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b5e24b2d0a4e6a3cbf30411d9f15c4cec0ea96cf549f6ee87c533b31d265d5e
|
|
| MD5 |
8e92426d75b20c4465105b7af8f1233f
|
|
| BLAKE2b-256 |
62298b8f1055913c3e114bf14b88fbb574c01a8566f869ef5446efda2c15605b
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
3b5e24b2d0a4e6a3cbf30411d9f15c4cec0ea96cf549f6ee87c533b31d265d5e - Sigstore transparency entry: 1443387211
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type:
File details
Details for the file smolvm_core-0.0.14-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: smolvm_core-0.0.14-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 198.9 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9809d4444e24ec990a6741e415521a43d2423b9d40853c91d7700425eec81a69
|
|
| MD5 |
cd1c02ae9c022d3b5f109fe2d1a6da6a
|
|
| BLAKE2b-256 |
9ca662989dca06a4791b395c7fca42e78682f17c6420df86e326a0d32a5e387e
|
Provenance
The following attestation bundles were made for smolvm_core-0.0.14-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
publish-core.yml on CelestoAI/SmolVM
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smolvm_core-0.0.14-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
9809d4444e24ec990a6741e415521a43d2423b9d40853c91d7700425eec81a69 - Sigstore transparency entry: 1443388981
- Sigstore integration time:
-
Permalink:
CelestoAI/SmolVM@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Branch / Tag:
refs/tags/core-v0.0.14 - Owner: https://github.com/CelestoAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-core.yml@55c78c1aeaf9820f5661a68e31049839d3dd962d -
Trigger Event:
push
-
Statement type: