Skip to main content

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

smolvm_core-0.0.10.tar.gz (10.9 kB view details)

Uploaded Source

Built Distributions

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

smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (614.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (586.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (583.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (584.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp314-cp314-macosx_11_0_arm64.whl (188.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

smolvm_core-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl (198.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

smolvm_core-0.0.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (583.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (584.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp313-cp313-macosx_11_0_arm64.whl (189.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

smolvm_core-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl (198.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (584.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp312-cp312-macosx_11_0_arm64.whl (188.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

smolvm_core-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl (197.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (585.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp311-cp311-macosx_11_0_arm64.whl (189.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

smolvm_core-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl (198.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (586.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

smolvm_core-0.0.10-cp310-cp310-macosx_11_0_arm64.whl (189.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

smolvm_core-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl (198.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file smolvm_core-0.0.10.tar.gz.

File metadata

  • Download URL: smolvm_core-0.0.10.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for smolvm_core-0.0.10.tar.gz
Algorithm Hash digest
SHA256 ce3008d33244a523e104d0c14c8ac6889c9bf638f948884f1b8bcd56adb15991
MD5 9d572f6bb37b7cd5614acdc571d63585
BLAKE2b-256 154e0d1df8db1879ad2a16d4ec74cce571a4a497bbcc51c3b2f955ba7a39d545

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10.tar.gz:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 593b8a1da40aa5b8b1edc53677198ba4083d2b89d0d0a2aed830c203e03023c3
MD5 0d82d883c07c2273a496bbf09d8748b0
BLAKE2b-256 d3557c7e71f4ccf352625742affc8d009a7576138cf2c7e8b2fd6ed430a4f29c

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c453bc35be6f1c6f47ba1231762ad693610106a0098e36c98ed4b277f16931d6
MD5 b5003d83f6823c662c4841f801ffdd82
BLAKE2b-256 c71c37a18c4309f5e8149ccabe89a51e0c483bc43211f8e436378abad1304357

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20a15ccdf02852a97d6ddbde955a9ad3a5f6bd77e47e84f9ab8a2e476c050b42
MD5 14020b115a8317e54f2facd4810264c7
BLAKE2b-256 d84ec14d1cbee3fb75976dc3ab14d761aab309aaf333332f78693c28ce1ff4b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 244c44ea663bd59ca3ff5029c10e6ea3ba97b93c71abccc68dfd6156104ad21a
MD5 5040215ec27f931c740cc5cdb2eefce0
BLAKE2b-256 73c6a05373e8b2515c3971f5de36dcf5a15e2c6ebe48ac489a650e63d563dcfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb8dad04a67d8f6e3847bc07d9d30782247972fe5b4913721d949a8cf80f8d10
MD5 11e5f4c5f452b341cde9a4806ff5f342
BLAKE2b-256 e6059fe31dd6ed2def921f342942e89c77325055a134695a2ac90ae4e09d0ff3

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb750625ce5c7b9e7b242daeaaa7f348a86e02ea37d4bd74b0a4a28dfc51482e
MD5 9c6417ec267e9a4fe5f2b80d767758bc
BLAKE2b-256 5733aeb4ffeb9428c15d55cf5a3d51ed54a3d9030fc911c401a7f7d637a3e944

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 13bc8a78d35944e06a68ae97dba496f162351b23115cb56fa9ce03fe57f86ff8
MD5 ce97c0a9fa1b0a11ca80c4fa96a31704
BLAKE2b-256 d3fd6719c16e1911f49326633886ed5b3540e0497228dcd692611d5f1183aae6

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db9e8a4fb24143e185e56a7a7f37c207b1df45c0e8ee2a990b28debae3b40f21
MD5 47c6d830583cd59af8453fa18d94f730
BLAKE2b-256 1d9ccdcc05f73f8fb83c568b7d9035b8de443906a77238b4fb8e2c4953de6cbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f31975f0427213d0106ed54a3780049da3d660f471ed8a7029aa44a2c2772d9
MD5 5f98542c20bfb66fdcc44170f0d8516d
BLAKE2b-256 d9f1151321001b3b7345cfd0b2f7885127152e30f2067789ed79e00fc1157572

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec43d406e582263f78cb2425b884ce58c92dfad8264fb14a1b4acdc7472540c8
MD5 725bf4b361a610c32d041dac9c8f688e
BLAKE2b-256 fa68f264d76325140511d8f0de0d41fda44fbaada8ed8cdbc70fa7ce70a7f721

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2166fa7582fb6d8ea0646f9f9e65ba6205cf92e29006f54af78ca2396c68e736
MD5 cf2c5c07b25e04419c986dff265cf8c2
BLAKE2b-256 1dcd9dce7b4724ca479bd78728fc04d3946f1301146b073fc6613ff9ed5e4cf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b100b0e532dedef8051bbecca28961bfe53b5c5c82cd206354a97f550c78ee59
MD5 df013e24cabc2478cc715d3b8bf5df59
BLAKE2b-256 c42ff7c844352178704a5e7d8068580b009f84038e6aaff188bb8397436ab659

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a40987210106a996fe0d8e6098bf70efc13cbe1294eb3507d17e004fbc178535
MD5 0d0cae26d00223421c6205b338942e45
BLAKE2b-256 b86c588adf3dc41b51513dedc943b20e27e53de7726717d96472824b37cf84a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36f2a103f0afa437c165c9a06f9c8d1954e91727758a46ab6ba2efe1ac0bb1e8
MD5 139948456ddbd22944e989ffb66f47fb
BLAKE2b-256 780205970838f1589b9ed538dbbf6fc77e4febb29649726b615213820661aaab

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71e4e208b6f913a1a7044c94ba0a74137551f2516257e0a79f58adabf7d4019c
MD5 e9ceee47a2a82fee62aa2122235754f7
BLAKE2b-256 a5e8aee1c547943a26f8afa0990bfd9a706ffe164cafccc22c8f846f7f791a0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d894f93042525f6d012ab7804d9f6f01f3c7323a5cdbf3b60fb18842ca3b34d2
MD5 117c67942b67a02c7e299f60ef13b445
BLAKE2b-256 c019d71717a936b2877a7e0d6c34f56a8c2cbeff2ee236588aaff298e146b9cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0508df7a2d55433742213528c6d5f51367828902afab61faef3508a4a50004f
MD5 a9bca1c22ab4df9364619b78872e8e7f
BLAKE2b-256 5e0d84d9baaf1796f8cbf0cea768c8d45c6bbabfbbf8b30dafe09259f81f431f

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fe2c4e1d0900a30cf024564762b5b60c31045569902c2ab542719b300a8d3cf
MD5 b5e81d5191d61ee9bb2bdb18118edfc4
BLAKE2b-256 b3b503691e729da8ba47e8cdc6320132e9b55977025d2081074e20e7d799623b

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 523f7238032fe5b55610e6e326a8648e93a5a3b7321519207e89e314298630d4
MD5 65aa9d830d5f7d099ff76cc9d2099882
BLAKE2b-256 e9a693ed15e88589b12572609326c49355309220b650228a4494f98b55f85105

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5b19660d2da0d0131f99c1b8a6664bca63f311272ee69c6bf1e89fd940dc4ccb
MD5 9c0f35ef3c7bd3f5f175595cbf2d4ac4
BLAKE2b-256 0ad68c7c1d5f2f17b0d014a2196e2a510fdb84ffb2257fb56acb64eb2b7e7f82

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d922e1a70ec7326b500a70a9c3cf47db012fe54f78b6e303bcd42b3c9cfd6825
MD5 760c5e686bb022c579a67c609308c004
BLAKE2b-256 435664a820a0434e28c483ef335ded8835749a1ec1874410168f10bbcfc9fc5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4070cd6d9249e8c60f1f63eb974ada1e00b9d338daa3b7ace425639226d9c7b
MD5 a121f5a731f7e0669d975345666685f3
BLAKE2b-256 2867bf59dcbec236185a0ee8f57564b4c89451f6c90d70b113bc6deff6427c4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 086afc717ec82dc7cab68b0d26068a71b746cda5bb2a5ac4b2af780229f7c957
MD5 a5f0052441da0dbecb02432ed1e00135
BLAKE2b-256 d751cb73c38808444cd4ab0b49945c2f05800f3390c6aed56113c697ff059db1

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

File details

Details for the file smolvm_core-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de71256f8551d455c432e16b6d4b644c6ab2d2de7c96028a98afbb061b010615
MD5 11ce161a970efc552b14eaf5f54c782b
BLAKE2b-256 51c8c574bcdfe5037171232b6c79be4b5ea8c6958a8f462ebfd9e732e3d12d01

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.10-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish-core.yml on CelestoAI/SmolVM

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page