Skip to main content

In-process Python FFI bindings to uv's package resolver — internal dependency of omnipkg

Project description

uv-ffi

⚠️ This package is not intended for direct use. It exists solely as a runtime dependency of omnipkg.

In-process Python FFI bindings to uv's package resolver core. Rather than spawning a uv subprocess, omnipkg calls uv's install/resolve logic directly via FFI inside a pre-warmed daemon worker — eliminating binary startup cost entirely.

Performance

Method wall time user sys
uv pip install (subprocess) ~17-20ms 0.006s 0.013s
8pkg via uv-ffi + daemon ~12-16ms 0.000s 0.002s
8pkg (preflight cache hit) ~4-5ms 0.000s 0.000s

The gain comes entirely from eliminating binary spawn overhead (user+sys). uv's resolver itself is unchanged.

How it works

  • uv's private crates are linked directly (not via subprocess)
  • uv's install function is called in-process, bypassing the CLI entrypoint
  • omnipkg's daemon pre-loads the FFI module once at startup
  • Environment and site-packages state is cached across calls
  • Falls back to pip if the FFI call fails

Attribution

This crate uses uv source code from astral-sh/uv, copyright Astral Software Inc., used under the MIT License. See NOTICE for full attribution.

Not affiliated with Astral

This project is not affiliated with, endorsed by, or sponsored by Astral Software Inc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

uv_ffi-0.10.8-cp314-cp314-win_amd64.whl (23.8 MB view details)

Uploaded CPython 3.14Windows x86-64

uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_aarch64.whl (21.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

uv_ffi-0.10.8-cp314-cp314-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

uv_ffi-0.10.8-cp314-cp314-macosx_10_12_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

uv_ffi-0.10.8-cp313-cp313-win_amd64.whl (23.8 MB view details)

Uploaded CPython 3.13Windows x86-64

uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_aarch64.whl (21.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

uv_ffi-0.10.8-cp313-cp313-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

uv_ffi-0.10.8-cp313-cp313-macosx_10_12_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

uv_ffi-0.10.8-cp312-cp312-win_amd64.whl (23.8 MB view details)

Uploaded CPython 3.12Windows x86-64

uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_aarch64.whl (21.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

uv_ffi-0.10.8-cp312-cp312-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

uv_ffi-0.10.8-cp312-cp312-macosx_10_12_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

uv_ffi-0.10.8-cp311-cp311-win_amd64.whl (23.8 MB view details)

Uploaded CPython 3.11Windows x86-64

uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_aarch64.whl (21.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

uv_ffi-0.10.8-cp311-cp311-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

uv_ffi-0.10.8-cp311-cp311-macosx_10_12_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

uv_ffi-0.10.8-cp310-cp310-win_amd64.whl (23.8 MB view details)

Uploaded CPython 3.10Windows x86-64

uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_aarch64.whl (21.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

uv_ffi-0.10.8-cp310-cp310-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

uv_ffi-0.10.8-cp310-cp310-macosx_10_12_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

uv_ffi-0.10.8-cp39-cp39-win_amd64.whl (23.8 MB view details)

Uploaded CPython 3.9Windows x86-64

uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_aarch64.whl (21.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

uv_ffi-0.10.8-cp39-cp39-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

uv_ffi-0.10.8-cp39-cp39-macosx_10_12_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

uv_ffi-0.10.8-cp38-cp38-win_amd64.whl (23.8 MB view details)

Uploaded CPython 3.8Windows x86-64

uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_x86_64.whl (22.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_aarch64.whl (21.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

uv_ffi-0.10.8-cp38-cp38-macosx_11_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

uv_ffi-0.10.8-cp38-cp38-macosx_10_12_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file uv_ffi-0.10.8-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: uv_ffi-0.10.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uv_ffi-0.10.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dfb28ad04a88b0ea56e97c4119172aeff212b566dc4d80f67cbfc92ed5232255
MD5 7919ba4af38b1143eb5cfc5c4c79df79
BLAKE2b-256 66060e87be3d5d2c54e13757a30494d0a55c2102c5c18d2fbbc404d1ef6ef8cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddb4a8bb4e014da6089ca3a7ed896668edf0913913b9630856ac0ae0f0bdc023
MD5 1140bb39563096463dbe183469d93275
BLAKE2b-256 1fb8252de5eecea63553f252e43e59904cd690720c83fe53e832b78d961af94f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0a2e82e4eefbbf90b9fd0bc6dc24303ec9ecdab7b92152bd77dd02041443aa7
MD5 7a902b15245df034a9c7c07b06b2a17c
BLAKE2b-256 95c7763f4875cacf68bef73c89ae2e3bc411f7a144d793dcbb0dec57fe75afcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a15983ff82acae2543341e3673fd0201375c52b2566d4bed2276a9b9fcca73bb
MD5 3e37b69b8fe1d9802d0c84482ed1eaf9
BLAKE2b-256 08125548a11884005b497107e7ca19420ba53309fdbd53bc66a1f2f8b0bf7f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e50d31bfde60b69fd6b75b230f71e52bb0a8753db127085b1a19dd885c0ecbc4
MD5 98fabe5d7aa82c5d6322c097b39f96c1
BLAKE2b-256 f1748a66fdddfa94094993d4f6297ad7678e994814ad23649d176eda512c913a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: uv_ffi-0.10.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uv_ffi-0.10.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6d7e6c8a5df3ec33ee409ba642aece8e536faee29c0e6a0bcf99b83c75f8b2c8
MD5 348f02733d9c767cec6d542c3caad144
BLAKE2b-256 39cf163491ce1759ab6f21f35ac9330a6a40816950be58e254f424baaa2c98c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a36a9f628a3c988d6526354c2ce08e34bc66cda50d9d72eec57cc3f9887b7d4
MD5 ef07fdbd2c276293f34d9fafc995ce1e
BLAKE2b-256 c04a7e3c144771fe60a426fe11eecfed5a35a8254120d8e79ddf8569066e05b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c3c9d876d781e06080806be76c975fbf8eccef62db845d8cf3b59d4974059e0
MD5 c991b90c277ba1753ae0da17da3a3686
BLAKE2b-256 f4305f462a7503895d34fb0599a5743ece72d4c725027319fa1064009e69ab8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5f13525a6b82def58a019dd830a3890b4a77a0fa7ff130a7c205dd8069a44b6
MD5 d3574f43a193d513d742c4b8fe72325c
BLAKE2b-256 eddf9aad6ba5bbbad4e35c1cd0b9a7cdd8b39d91bbb7f2bf24c7d851be88de8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2115f0a361d24c11a1f5887930a046c5f7dbfd68f4992aa5fde7427b9904b958
MD5 98e7a71cd0051a720d3a2be8271e963d
BLAKE2b-256 63d529b59c6d69321554797e0498575fc46360f268e30978ca19696723a0e074

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: uv_ffi-0.10.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uv_ffi-0.10.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e6053c2bdddbd4c905e9477e2398c3ce007b1eccec61650cefb999933d263526
MD5 f517e741247732bba91aaf3beaa5978f
BLAKE2b-256 220cb27f9d9181b36ecead31b5ba82967bf1cdb02cb61f26c3cd79d8c0d4220c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e6b4dcaf28bea6f36e7ac2d7b5915942354d1b6a76a08f196df5656b1ebad05
MD5 183d0be5a79430f204fb54a9282264a7
BLAKE2b-256 b71980fce3987e841e1ef4f45c38dbbb4089f6e909fe58b84cdf2a4cc194d03b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7622f142dedd5709c32670bdbe0c45554ba97468f0583823702c11c44f244731
MD5 d3fdb70a87de9e3a3cb2e335b111e51f
BLAKE2b-256 1de08d22e807f254bef733e60ae162b104d026da5d838ab466902cbc635a8209

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1683d95d14270d6b40be2e35e0920c30a2773088d8607d485b9035c283919890
MD5 2e67ae603d0917b263ad78eefeee28d1
BLAKE2b-256 5c52076908a818ae2e26184edeeb95daedb096021ccee4a929917ab60b64dd86

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5f7103b1596c4d5dbe0a638bc55dd3bc65caa0df8914232bcb55e22ca0bb3854
MD5 22ca0b98f8999e540f11c43177d9d9c2
BLAKE2b-256 2344eaaad88606e0410d2a024cf3bc044af169ba7f4a52eec03859197d84c46b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: uv_ffi-0.10.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uv_ffi-0.10.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 df730ad3b4dd8fa493738c017bc3d8a41218832ee354356f03ac54e16afe28d8
MD5 f8d3bb967f708b9940df3be2abeeb2c1
BLAKE2b-256 85c2a5087b113c8d67e65a54c4d28b669d2102da26614d22fd423f72387585dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f2a03aa6df08324bed638919a6dabe364bdaaa314787c691046f403748c514d
MD5 cbc0d4fde539f935d2edae77fb9bcf5f
BLAKE2b-256 4b60f42532d69622da5cb7d45623bbe674905090bfb447b6ab817be402c75f5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a6a288a47b47c9368352618beed3ff552162f6bf09207350fc09ffebc60e096
MD5 04fa09598ecca9b97f552a6a32dce2bc
BLAKE2b-256 620a5156157443fa6db6c6b02d7674d213977902edb511c2b8abb2fb0ab5ac5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 153f3ddc551b79ac0be54fa3c1c5ca476001cebb8290014254f80aa7ebd0267b
MD5 34a5905ba9e462964c69006aeb098f6d
BLAKE2b-256 ccb9c72374064626985b675168a035b8b3da5046b679a2064b4ec9e667627cf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3aaeaa41f6b3d8321933e58fa2cfd3964352c346e435dc8a7921de63f99b0887
MD5 1c37a991d651f4a6628e8727e7f896e5
BLAKE2b-256 cb7b3b5bc7e4de2c474aeec2da3c6e8d292317e0655e9c9936298e9fe48b0de9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: uv_ffi-0.10.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uv_ffi-0.10.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa12f95094073a4dcef7290de2118b8cfc0ec3570fe25b45325f6167f50631d8
MD5 4d21a34c7454ace82f36889f632d99b7
BLAKE2b-256 3e6db78efc3a5fd77b369a5539b4680886700002937de8c1822450762d57b2dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77d958b05be519b7f134b4aeaf27ef1e6f3256b69cc62fb5bdcfe6c156f4c4d6
MD5 81d6261747d7bfa4c6bd223e7655ba5e
BLAKE2b-256 ce3a0f471647440927196ce5e5119028c44794bfe5ea3322589ef70ddacdc5d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80c4c7eb14be63d6aa902db8b2d451ccef2bc62793aa4b6f97d4b38040c4d0e0
MD5 403dd8a662a1cd368b857b50b7bbe2e2
BLAKE2b-256 69c2263ecfca93eb4785da3c115769d83705844f118f496dd9c61e54d35ea79b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d858a124d9deee39d0ab43aa4df423a63df58ff324667ca73169b44235a3849
MD5 22fab96f0fabb0d67647ce9413a90222
BLAKE2b-256 4f827c752af266ae5ceabfc7e8abacac512aa531c0428e5f9de0a419fbc58727

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fde9cd9be0ff57317f7006d065944ddc521511ee187679c82fae9b666085d032
MD5 3d52407ec40dbde71eb772bf8d0b7ab9
BLAKE2b-256 8920548f82b9f434d28a01fe9ff2cfabd904d8dac45c2807148e1c826bf6776d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: uv_ffi-0.10.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uv_ffi-0.10.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ccac13ad2a312bd3ccef363d3934a369cb013028cc904845eaa103472d12e7b0
MD5 4e23d50ec40c733f9220985e98e882a1
BLAKE2b-256 805a525335dff62256886ffacf53c484f950a7dad512f08452271a8ca074c580

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cd0173da58eb838bbe5ff8c5bf842fbbaca5fb755fe7e1beb57a3a9ba67ad0a
MD5 7f6ca2a552a2028beaef43acbb2d8b6a
BLAKE2b-256 8756c9db6ded2f879b15046769ea43890fc17aa2cc02d837497cbae4a01a1812

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6ebfcd5dcf2fd80aa100da7ae8d2544335c25de8a8f13355b61d69e8ae21f76
MD5 add34d3260645c43125b5a60f3de544e
BLAKE2b-256 49e7630935cda88465703e85c602f3c7a15e4f3269824dfa6cdb8122dd79568d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9dcda512d95d49d1e798c684f4321677eb342cd105f300c68335cfeeb6126d9
MD5 73832632c2f7f806358a5fd205d9eaf3
BLAKE2b-256 3879b1834e15bda0603e63d017e6a67b3b5bfe58620dadd0db324f8aff7a1fc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3872bac7d5a824a5d8b1078ff56cdeed5764c5c82c7054eac749179625cf085a
MD5 beb89f84373c3ef17b990510696a1265
BLAKE2b-256 412bfe7bec9adc6e3126530a09d87e5f06ab4d22d671ea1d1cb3bd5c03a5bc9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: uv_ffi-0.10.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 23.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uv_ffi-0.10.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0e9f8439341565b95d61ff4c9c8d354a25f14f255098be440ed9b6b05e2a1ced
MD5 3235324d1e666a85c6a577a66aab8391
BLAKE2b-256 3171fb7513fa59de521970f0bac962f9ada17a3493c969f2a1505527e3fbb48e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp38-cp38-win_amd64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 805d0307a755010aafe85c67fd9935d320435193f3434fef319110a10a904068
MD5 ab85d6340c5fbba1302a7cc5e84dcbce
BLAKE2b-256 2a995dc70aa7cd5b0470f17afd1780589a1cae26d289b9601b54f04aeca15d20

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0fab2d6c08ef4a0fd699e105f88460a98e9fdf8076e74254a9151f15061aea55
MD5 0ad48e7b82ff13faeaf200db90333c4a
BLAKE2b-256 0b2f14e73952a6d2af857bccea9a1ed19faf6f49fcfa576af61ded389fb2e84c

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp38-cp38-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 317f3d4ea5bdfe9979bd3e6f0bf21cc17ce4f424b436366d97e610d22ee27219
MD5 c80f532a5876a5115f71d6f252250b43
BLAKE2b-256 7d01271a6eca76d9976b943784612dd7d04a13322ca88588c5c465a40ff91f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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

File details

Details for the file uv_ffi-0.10.8-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for uv_ffi-0.10.8-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1dd7a2e6055a11b1b9e5e93552274c7da7269e8bdedc2dc7adb7a4cba6631c92
MD5 b59b8ff85c78ec51d9fc04ca89058d26
BLAKE2b-256 411883bcf8fc95add0a0d968db0fb0c95e401e3c4189105d4575675a845a8464

See more details on using hashes here.

Provenance

The following attestation bundles were made for uv_ffi-0.10.8-cp38-cp38-macosx_10_12_x86_64.whl:

Publisher: publish.yml on 1minds3t/uv-ffi

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