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.11.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.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (713.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

smolvm_core-0.0.11-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.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

smolvm_core-0.0.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (663.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

smolvm_core-0.0.11-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.11-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.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.11-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.11-cp313-cp313-macosx_11_0_arm64.whl (189.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

smolvm_core-0.0.11-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.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (662.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

smolvm_core-0.0.11-cp312-cp312-macosx_11_0_arm64.whl (188.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

smolvm_core-0.0.11-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.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.11-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.11-cp311-cp311-macosx_11_0_arm64.whl (189.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

smolvm_core-0.0.11-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.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (712.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

smolvm_core-0.0.11-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.11-cp310-cp310-macosx_11_0_arm64.whl (189.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

smolvm_core-0.0.11-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.11.tar.gz.

File metadata

  • Download URL: smolvm_core-0.0.11.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.11.tar.gz
Algorithm Hash digest
SHA256 b0364a19d46497f9d0ec1e7662b22659903479055eff3c2d208ce2b592b1bc68
MD5 d29fe535cc66fa0a22ad263035dfea11
BLAKE2b-256 467796d57dd38962d916e7e4752374638098de58957727024ed3dbea75897443

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for smolvm_core-0.0.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d03e30f8e3281a3f0ec092813a141571a19e277f2c8ca1f7f23fd291591486f
MD5 7e875e56ca13e8a330d489978d52fb6b
BLAKE2b-256 d476b6110db5e435d1ae0f6664678a4ec218098babcbeabe000bd5e9af3575bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f859f2e64002ae090300a07f7621ae720df032e1ce8f4538a11bd694f59472a
MD5 dfed27fc7ea1f1ce28690cb737525ec0
BLAKE2b-256 915d3a4b6fea06c8381853e2b32a59c34c35af838b4257bfd4eed2475d2aa347

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3e8e8052652946839410d858ee76d8cdfedfdbdef01693b1e48a9380f9c0ccf
MD5 e3a72995201149234b726d4631c82f8e
BLAKE2b-256 6bcd9f74911beb219c588dba00f4922d47476127d8c8e81297f61606296c180c

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2562e6fe6185db4d34395c112d04480de215290f6ecddecd08596b3ad12619e
MD5 250e75f69fa230f4a4de504f3c3392be
BLAKE2b-256 0ded8b4518508ab70836ecdbd5224a98c30b6ad46586dec3bb0c7af65f10f55f

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2710545a5f834c121ab4ad5ef8f962b1a1bea8c6b6ab92c6a5056b4fca237d1
MD5 8c59015c5095176b1358f8795400e453
BLAKE2b-256 589f6a32abd99f07b7343c4542bb944917af19894b38468553ca732c213a4fa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33483cd8ff2adcf62335c24399504a8466616ec6553475fe961f694e9658b080
MD5 c5356178a2e160d62e655fa539fd6ab4
BLAKE2b-256 95c3fb03586ff7702a4b13ab014bd258cd55fc7c624458d7e6d7e672eb9916b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 836da6d2a24db090b9cac0640ec60e78f9be7c478edd26a9c6f5e6cb955bfa73
MD5 729a4545449ae2acf81f206273f29580
BLAKE2b-256 b720014b1e2dda9e7d18e4c250ebb6c931b9bf6768786e798c2ca697ed1608e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea080de16fc2d7a2d8d380f6773391ac6beb1b10f1faa75c342bf7124ba8ffb5
MD5 cda4f9c47478101a5c7d9f13226914ab
BLAKE2b-256 0d668f035974867aef17e07e58e30a116af3a92195f02cc55318184739fc8cf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80109fb51854d032f99c4cb5f548fd4d2b5c5ef3a3f909f2b832087f94027fd1
MD5 7e4f5c80d9a81778a8416fd23cf23a2a
BLAKE2b-256 9037bc5a721ff00485e9da6e223176e1d8e1df2235e2823d92c4e94d8c16fe0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb2ac131f6b77bf2532c88abd2e2dc60ce8ff486086ad84c24757c672e9ae2a1
MD5 a55f2682e23e7011bfa800f699c662ba
BLAKE2b-256 98ce40330b0574cb4aa16f326153a40d07bfde23a110c931175ddcb585e777e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc5286489733a290e1619a23f395615784b088bb4f7a78bd03a1243974e3d5a0
MD5 fdae4d69c429ab42834547dd0cae6f28
BLAKE2b-256 440e8da818634c83b8905ec7d420ca9c9ef53b401cd6dd16d9e206063476a3b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1edadb54ad2f6f9452b580b4c70f8743999a2eef20bdd5beba0dec9f725d2f0
MD5 34900848732fed7059453ee9c7bcafcc
BLAKE2b-256 d9ded6664d52ab2988dbb2e66abe0bd430124fe193978df781ee4336dd6f5b22

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2eb6539774c95c926329145501e76c0cc50f5c4dec70332b00d536ed5339a93
MD5 44c69565bc705d1263696db7638bd909
BLAKE2b-256 9b2753632786d048e0a5d81b153f79c440156372d85b4d695ec22dfa8bb457e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d127dd76aca4c6bafbb9c897de3a2ab976d079b52a4004c3a41995dc2f42d3e1
MD5 716a1db410c1083b0fd27930118c1d7b
BLAKE2b-256 75837176bb0193ee963c68bc283d8845e1284151b5839feeee9041294149fe94

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0dd1d1729658cea3e3a8cba22a86bba05f536860b933da746962c67bbe73815
MD5 47cf77012ca0b11c2f8ec0eec7310495
BLAKE2b-256 2f83ba14c9d0ead053a095c43ad81bc00caea0ea2fe687be4f368c5b617b1608

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fe8cea8391eda7ba75d65982e90c977d6f3bfe5b3e5b4ad0caba507bf718f15f
MD5 453af16e2a9d554e82e42e53ec3433ed
BLAKE2b-256 49f14d23aac0b77380440361ad45f1dd6229c25a662146b5dd282814d1734787

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f7d36b65e9862dd929ef3c966205ef0916e6bb3e9314735626f29494752a12f
MD5 31387ba8fa8b6fa2c140d3ecf9d4311a
BLAKE2b-256 91a0a667d22bd9bd0ad8742e12f6ef4fc189ef479d2dc92f70c9c1cfb66dba4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b8189de7acb444c6acfae5a5a2485a80741e481db1cb3b2b555081b671f11c5
MD5 c02176f6f4dfe60ca24a48c3b8f497e0
BLAKE2b-256 49fbaee0d037a7f9692bf28d931ca0ac1184f40cb4e3b6980a2119d94bb05e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96b4f2d7d210db7f785bff68a04825f6c388b2f3ee53d20bb07b797144eb0cb9
MD5 5c02f76ce0701a6b45a9f8744627c347
BLAKE2b-256 8a5a409b423f52f632528d636413cd28715a78ae344d189b0657989ef3424d16

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52a20cff427892f1bc42b6b7dadf69b29d61866e6e08dcaa0d43e4095fbe9a51
MD5 ff10fa428717302333693ba8d9674b32
BLAKE2b-256 057d01e48235ee822c2949e9030be647b3d86b195b7a802a5262232d9ebb510d

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4207d757417224c71983b850d5e9148822bad82eb73758ef90f705f68b5940b
MD5 11bfdc52cfc241853a048e11b478ada5
BLAKE2b-256 7303e45e4859919458c94642e7083bdf1afbec429a038e6813962b66ce97174c

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 482460d8f55b82ba348a65ef292a7138a8c0455979104cb2bd7bb33316529d6c
MD5 18ec6a43139a9bcdaf329d43b1bc9007
BLAKE2b-256 b7796c238c49170eb27aa29bf32392131927195f48aae8d7c936619c04c82ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee251346d3b214fcef3256270ad53c775de2223ee5f65d6ba85c0fc456f490e3
MD5 5cddd3c47883bd27bf73048c3a5411d1
BLAKE2b-256 7f278aea0cc27ab5b70a5b66bbe4dc4fe58ee55b3abef3c535e29d0b21db086c

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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.11-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for smolvm_core-0.0.11-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2d9b8d7157174c5be7c9a389ffc4b0412e0aae1ccbf7745961e499bb4b7244f9
MD5 1a8733ee7d9ecc96a6697ca153dff510
BLAKE2b-256 741034c2a38655c3a630dfb6263898ed6717a554ef811dccde9d083ad189c559

See more details on using hashes here.

Provenance

The following attestation bundles were made for smolvm_core-0.0.11-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