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.14.tar.gz (10.6 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.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (713.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (664.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

smolvm_core-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

smolvm_core-0.0.14-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.14-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (663.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

smolvm_core-0.0.14-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.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

smolvm_core-0.0.14-cp312-cp312-macosx_10_12_x86_64.whl (197.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (664.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

smolvm_core-0.0.14-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.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (664.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

smolvm_core-0.0.14-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.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

Hashes for smolvm_core-0.0.14.tar.gz
Algorithm Hash digest
SHA256 69bd768539640de55dc80123972a7ac70604fa8d1915dbeab2629d05a1675569
MD5 aa287d20b2db94c1e2c8a1d8da9f3f50
BLAKE2b-256 8334665f18d52faaae6bf093f3ba58619d0d052ada3290811442c17c093daca4

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.14.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.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6e4ebefa27962d731d00f83bfa60df4a674e142a2b43af22318e377849f7c64
MD5 a6932d39b13bda92184159aeb3fe277f
BLAKE2b-256 f6689892db12d41032c34ef69435488d639ae1700f5a749843d5a7c2b398afb6

See more details on using hashes here.

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

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.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b7e4569682b34eea13b2a2541d38f76d3fbc4ae92e2247fbeb1814cc5b3a43c
MD5 6d40de7a9c6f3e5938a1a627f3b20487
BLAKE2b-256 3e68f41650c613738a58029d1c674eefa40ca036d865ca0a2864626495023023

See more details on using hashes here.

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

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.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70f0e791ed874f373ac914a2407f03575c260edaa37cd8aaa0dd050dcc56784c
MD5 3a448deee9b8fc762abfb714c5aa783c
BLAKE2b-256 d00d555256910951c369485465776ccdfa2d6f07dbbfbd7e95c1240506ebd764

See more details on using hashes here.

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

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.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c48518155478c669a919597ecf90955db543f4a99b939a39b6574cc95044c98c
MD5 247fe162467563b9b2cc4cf89fb971dc
BLAKE2b-256 d9482d4c2faa65bcee164384466b3e195363495a42f03cc61fff0823fa5b28d0

See more details on using hashes here.

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

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.14-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48f68593d59ec3eccc5559e0c6d1c9a253b48759c6884721133d226ec0f01c4d
MD5 3f6b79f4bd04122a2d96fe9919345197
BLAKE2b-256 71c70c05cffba01bc7429601dbec0d49ff4adca73258334ea8768b54c48fc102

See more details on using hashes here.

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

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.14-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5da4a64e666ccd037b38d67b0959d4a780e4262dc09d15b9eeebfd0e7464297
MD5 d60a7ba4c4c2fa6f184812bf173cb244
BLAKE2b-256 ec2932ec44d57052c20d3a7a9ea972c526374457be772360024243674d20a20d

See more details on using hashes here.

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

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.14-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 882f4c547f12895c70fd19472d981a931359755a1ad615fe6c90401af67025f7
MD5 774ef5abf3adb14a2abbb52829188a85
BLAKE2b-256 8d7aa0f3d56fa6fcfce51f4b94d06ab7ec67b2ec53312f0bf4f8a65b37a10bf2

See more details on using hashes here.

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

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.14-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c08449e93778078e7ebed6f2251eb7e60674a0c58377056fe8642df0ef8fa6b9
MD5 0d7d4d32223b0aa92133023fd932ac36
BLAKE2b-256 ebcb5171ceb8db332d07d5d7a081d4f6ab01d50a4eeaa7fac36b4ecf03558ba0

See more details on using hashes here.

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

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.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a352dbe76bea49376b7a548dd96af9f4363752d16adf4620b638b0b85e166695
MD5 3e3f2192fb3dd28e9900ed28b61e5027
BLAKE2b-256 5a14bf3326509d9da4066d4fd672ee4a9a6c27d95225401f46ee204fb6f42ef1

See more details on using hashes here.

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

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.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eff9d21e4579de773dd00630bb0dbe7988a22c66323a19707e5ae4eb863aac69
MD5 273c90090352189970441fdd951767f8
BLAKE2b-256 ad86516ce5fd9ec1fd53d06197a93847345843bb81fef2cfd34954dc5d01f8c5

See more details on using hashes here.

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

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.14-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83c3a76ee9f83a35d331093c364c4652b58af3ef16ef2a5985bc2560006b2818
MD5 d58812c212e439212fa900140826f19a
BLAKE2b-256 af61c963c6890898408e77b532ac82a5e684d56ec0e5072fb14cb5a30849328d

See more details on using hashes here.

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

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.14-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 568fbcff3b2ef938227305869511fb4bba1447182f7eae6811c4bfd7d6b3d1a7
MD5 5d856bb1531118ff73a048cd31fb5357
BLAKE2b-256 001c3aa27298899222a62b941cf9b2a057fa11b32a2841dd2d655121b0a24473

See more details on using hashes here.

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

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.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5e87d954e520e42c032ca53603ef564be2e0bec1800dc7d9a9c303b4632da4e
MD5 2d88d537c6615bd04027cb28cbe98491
BLAKE2b-256 fa082eb545612fa53379594b6a5fc2dfd5f4a3c872432b9246052d95f2bd107e

See more details on using hashes here.

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

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.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56bf06a5b6d52c5448aef9ae21fdaebdf4bed5d81c520a8b63197780d471999a
MD5 39f12d3491da4e7fc42f39e68e50de1f
BLAKE2b-256 9849dc0ae239200f332e8f5c7db4e4a0ed0ec36915ec72c3d7e379df66546e05

See more details on using hashes here.

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

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.14-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0fccdd7546346c363b1d42a1e83fa2921e007d4231e463e4a69709fad2833150
MD5 fc9df435ea2c538bae5693a3960a7969
BLAKE2b-256 90a6e23fd8bdf285c927689ed166117bfe6e2a7ccb3c1c7848760c052bc09535

See more details on using hashes here.

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

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.14-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1ad07adf1aa7fb902825d2398e58976039d7c29450b0a023f3c657f421910a3b
MD5 0a6d427051c54ab6a2be08baab74c166
BLAKE2b-256 3537c0ebc44bfe60398cf408f0b1c50ab1a5b89baa0446aa07fa37bb968bf347

See more details on using hashes here.

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

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.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e333a331bbde1e7c34a82cac1163076489cf8f0930c7a9f9df0c76202903e252
MD5 7cf75a5eec3b0145005d5a2ab5e3dc2b
BLAKE2b-256 466da6f19c5f063dd1e5abcbd8bf84a17d37ff82412a4df4d6ce676ba9bba479

See more details on using hashes here.

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

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.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 774e7935613e07b98f240bab586ca1bcc89b71f6786cc0243ab68a146e29788a
MD5 059bbea85baed0def471289d7dcb6aaa
BLAKE2b-256 36631c586101cc06578fb277eb5e7284fc99e82ec8f0353b4766c65795500445

See more details on using hashes here.

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

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.14-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3cda040e49d0cbbd8cd2f942d01dcea0879f651426f3579ee53bdbb64701bed
MD5 5b81b51d220312eb9d6da2afd1f04c2d
BLAKE2b-256 3d4b5c5203c4926d84d95d884b333de812ce12c9b4aa8c1de30165abbfb3112a

See more details on using hashes here.

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

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.14-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3e6bbe11ba678c4c0213c718a48401eab3ec1e1225e142b957f5a745826b419
MD5 fe7f83298dff385ce3f5a493f60415c6
BLAKE2b-256 5c647527388713e1666cbefa665652434bfde1a4a983ab65dcb79b38e741016a

See more details on using hashes here.

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

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.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fb9d5a90809e16b8dc0b8afb71ae4696ed20b033903a62775ebaa098a5c70be
MD5 19a79a626d01326fe11d40cec7044ef4
BLAKE2b-256 6ede8e2910933aab7b75f7160d1b08d7fe0012ced2234de12958a283d659ccd6

See more details on using hashes here.

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

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.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0380865d9f7e7c1e4bf9f990805f3649ab5f88663a53e2f2212ffb7f73d85644
MD5 feb815b4a41ae48331635c240fb0515b
BLAKE2b-256 e9da945b5436a78573d8a43ca37a3aadb287fb7d0f3cab114575c2a5334a38f6

See more details on using hashes here.

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

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.14-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b5e24b2d0a4e6a3cbf30411d9f15c4cec0ea96cf549f6ee87c533b31d265d5e
MD5 8e92426d75b20c4465105b7af8f1233f
BLAKE2b-256 62298b8f1055913c3e114bf14b88fbb574c01a8566f869ef5446efda2c15605b

See more details on using hashes here.

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

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.14-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.14-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9809d4444e24ec990a6741e415521a43d2423b9d40853c91d7700425eec81a69
MD5 cd1c02ae9c022d3b5f109fe2d1a6da6a
BLAKE2b-256 9ca662989dca06a4791b395c7fca42e78682f17c6420df86e326a0d32a5e387e

See more details on using hashes here.

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

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