Skip to main content
https://img.shields.io/pypi/v/pupil-labs-uvc.svg https://img.shields.io/pypi/pyversions/pupil-labs-uvc.svg tests Code style: Black https://img.shields.io/badge/skeleton-2022-informational

pyuvc

Python bindings for the Pupil Labs fork of libuvc with super fast jpeg decompression using libjpegturbo (utilizing the tubojpeg api).

  • cross platform access to UVC capture devices.

  • Full access to all uvc settings (Zoom,Focus,Brightness,etc.)

  • Full access to all stream and format parameters (rates,sizes,etc.)

  • Enumerate all capture devices with device_list()

  • Capture instance will always grab mjpeg conpressed frames from cameras.

Image data is returned as Frame object. This object will decompress and convert on the fly when image data is requested. This gives the user the full flexiblity: Grab just the jpeg buffers or have them converted to YUV or Gray or RGB and only when you need.

The Frame class has caching build in to avoid double decompression or conversion.

Install via PyPI

pip install pupil-labs-uvc

Example

See examples/ for code examples.

Install from source

pyuvc requires the following dependencies:

Once the dependencies are installed, you can pip install the source tree:

git clone https://github.com/pupil-labs/pyuvc --recursive
export FORCE_LOCAL_LIBUVC_BUILD=ON
pip install ./pyuvc

Linux

Ubuntu/Debian:

apt-get update -y
apt-get install -y libusb-1.0-0-dev libturbojpeg-dev

Running as a non-root user

One needs to setup udev rules and add the target user to the plugdev group to avoid the privileged access requirement.

echo 'SUBSYSTEM=="usb",  ENV{DEVTYPE}=="usb_device", GROUP="plugdev", MODE="0664"' | sudo tee /etc/udev/rules.d/10-libuvc.rules > /dev/null
sudo udevadm trigger
sudo usermod -a -G plugdev $USER
# logout and back in

macOS

Homebrew:

brew update
brew install libusb jpeg-turbo

Running as a non-root user

Unfortunately, this is currently not possible. See this libusb issue thread for details.

WINDOWS

Run the following code in a powershell to install the dependencies (requires 7z to be installed)

pip install build delvewheel
git clone https://github.com/pupil-labs/pyuvc --recursive
cd pyuvc
scripts/download-deps-win.ps1 -DEPS_TMP_PATH tmp
$Env:DEPS_PATHS_LOC = "tmp/dep_paths.json"
python -m build -w   # will create a wheel in dist/ folder; insert the wheel path below
python scripts/repair-wheels-win.py $Env:DEPS_PATHS_LOC <wheel location> wheelhouse
pip install wheelhouse/<wheel name>

Manual driver installation

pyuvc requires the libUSBk driver to be installed for your corresponding camera. Otherwise, metadata like the product name will be set to "unknown".

Please see these instructions on how to manually install libUSBk drivers for your specific camera.

Release files for pupil-labs-uvc 1.0.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for pupil-labs-uvc 1.0.7
File
pupil_labs_uvc-1.0.7-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pupil_labs_uvc-1.0.7-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
pupil_labs_uvc-1.0.7-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
pupil_labs_uvc-1.0.7-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
pupil_labs_uvc-1.0.7-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
pupil_labs_uvc-1.0.7-cp313-cp313-macosx_15_0_arm64.whl CPython 3.13 CPython 3.13 macOS 15.0+ ARM64 Details
pupil_labs_uvc-1.0.7-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pupil_labs_uvc-1.0.7-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
pupil_labs_uvc-1.0.7-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
pupil_labs_uvc-1.0.7-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
pupil_labs_uvc-1.0.7-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
pupil_labs_uvc-1.0.7-cp312-cp312-macosx_15_0_arm64.whl CPython 3.12 CPython 3.12 macOS 15.0+ ARM64 Details
pupil_labs_uvc-1.0.7-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pupil_labs_uvc-1.0.7-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
pupil_labs_uvc-1.0.7-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
pupil_labs_uvc-1.0.7-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
pupil_labs_uvc-1.0.7-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
pupil_labs_uvc-1.0.7-cp311-cp311-macosx_15_0_arm64.whl CPython 3.11 CPython 3.11 macOS 15.0+ ARM64 Details
pupil_labs_uvc-1.0.7-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pupil_labs_uvc-1.0.7-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
pupil_labs_uvc-1.0.7-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
pupil_labs_uvc-1.0.7-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
pupil_labs_uvc-1.0.7-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
pupil_labs_uvc-1.0.7-cp310-cp310-macosx_15_0_arm64.whl CPython 3.10 CPython 3.10 macOS 15.0+ ARM64 Details
pupil_labs_uvc-1.0.7-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pupil_labs_uvc-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
pupil_labs_uvc-1.0.7-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
pupil_labs_uvc-1.0.7-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
pupil_labs_uvc-1.0.7-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
pupil_labs_uvc-1.0.7-cp39-cp39-macosx_15_0_arm64.whl CPython 3.9 CPython 3.9 macOS 15.0+ ARM64 Details
pupil_labs_uvc-1.0.7-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pupil_labs_uvc-1.0.7-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
pupil_labs_uvc-1.0.7-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
pupil_labs_uvc-1.0.7-cp38-cp38-manylinux_2_28_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.28+ x86-64 Details
pupil_labs_uvc-1.0.7-cp38-cp38-manylinux_2_28_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.28+ ARM64 Details
pupil_labs_uvc-1.0.7-cp38-cp38-macosx_15_0_arm64.whl CPython 3.8 CPython 3.8 macOS 15.0+ ARM64 Details

Total release size: 38.8 MB

Release files / pupil_labs_uvc-1.0.7-cp313-cp313-win_amd64.whl

Download URL pupil_labs_uvc-1.0.7-cp313-cp313-win_amd64.whl
Size 976.2 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
41bd9120fb7cf5f61e1d7a8e42c4b3bb26106fc57a4d21678d9fa89c002dce45
BLAKE2b-256 checksum
How to use checksums
8e13be5773f3c017e282deef9f8e542ddaf3af69824652ece5e2a0c47a03e92f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp313-cp313-musllinux_1_2_x86_64.whl
Size 765.3 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
487368ece8cd3bdd19e57b127402d8dce9f07fe3a2ce3cfb8988c1ce59b95c11
BLAKE2b-256 checksum
How to use checksums
375b1cb1dfe6c6aac0023fe5307cdc1e2d45a011c2fc98c21e31a20ddbb4cf21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp313-cp313-musllinux_1_2_aarch64.whl
Size 764.3 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
69402d415f3e9181be822638019ba7ecc39aa90df859460c67358bd1cf7ca35e
BLAKE2b-256 checksum
How to use checksums
8a40ba4d3567fe063697cdeba5eea080b592533b27974ce657a5165fa24ff00c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp313-cp313-manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
54aa7dd86480b3a25770b09028d6ae797368ae25f3b4235264112f93fdac594b
BLAKE2b-256 checksum
How to use checksums
c3c2188880bfd500b008a6e2ebe2b6f0ff6ab58b4eb4b96e7054c240c6eba238
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp313-cp313-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
89c15bd1db9205e5c8f1a00d8c9df7497baba8c76c2ad6847234faf62e712f76
BLAKE2b-256 checksum
How to use checksums
af3ab4383e7d915a8d94044984a3932e273cb9dc1eb2a55e6eb381ab0cf8b48f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp313-cp313-macosx_15_0_arm64.whl

Download URL pupil_labs_uvc-1.0.7-cp313-cp313-macosx_15_0_arm64.whl
Size 589.6 kB
Tags CPython 3.13 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
0f57a39a7ac04ccce6e7af8e562707d26bab0b527ad5ea0790ec0c02c399b5a6
BLAKE2b-256 checksum
How to use checksums
cd84f0963014bd77be4d7a4abd4f7766ff689315c20ea20dd5dd5aee141dd4be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp312-cp312-win_amd64.whl

Download URL pupil_labs_uvc-1.0.7-cp312-cp312-win_amd64.whl
Size 976.5 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5ba05988b6a4042b1ccee4f0aea68bc361086d52baf01bbfdab3ea2afc3da21c
BLAKE2b-256 checksum
How to use checksums
554260ba1f0124a06f951905410c5eb8839b643eec7565359bfa598f89981de5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp312-cp312-musllinux_1_2_x86_64.whl
Size 766.5 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
82d91f0919e84d069fb795b5206b61c7022fd8a9965e80b04d5f5be608b0deae
BLAKE2b-256 checksum
How to use checksums
72233733187aeb39b8e3209d0ef6231d678db5d552a571bdc8c4ed0e551854f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp312-cp312-musllinux_1_2_aarch64.whl
Size 765.1 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e05ef04e9404e2761d2ee614e1540956897d2bfa0816153516a927863dc4467f
BLAKE2b-256 checksum
How to use checksums
b4d963f84d46b5b17690f5a91b4dab3040cbca05bca2625e6d9830acc4274d10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp312-cp312-manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
204574cbd762ea08b635af782a5098cfa185e949a51db46a698e757ba806c51e
BLAKE2b-256 checksum
How to use checksums
4c2f295108470cf867e6924d553cb95ee04be539219f21209d7c6d305454d26f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp312-cp312-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3f413858fdf4e86a8af72e813d8ce8e94bbad50638f067e6ab2d0312b7e83b4e
BLAKE2b-256 checksum
How to use checksums
b5f0e339078ee257118a7bde8d908c29a516c42e052427ad2e3783cd0d172fdc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp312-cp312-macosx_15_0_arm64.whl

Download URL pupil_labs_uvc-1.0.7-cp312-cp312-macosx_15_0_arm64.whl
Size 587.9 kB
Tags CPython 3.12 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
6165cf5a600ff78f59cc8bf3ae7efccfce6e01020e2e24ca1375612b2d030a83
BLAKE2b-256 checksum
How to use checksums
fbcde98b0c863c0cacf42f2c4e125e0b0a5131e63d4fa2d8ff68c12e8726a449
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp311-cp311-win_amd64.whl

Download URL pupil_labs_uvc-1.0.7-cp311-cp311-win_amd64.whl
Size 981.5 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
fa8959ffd3849309f501f2acef78c8d0008b3146ac6b67d0b959a40478c7d370
BLAKE2b-256 checksum
How to use checksums
953056addfe4e05c69f5d4df4c40f915bd52142403e97c837cde0b8f949f839e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp311-cp311-musllinux_1_2_x86_64.whl
Size 780.9 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
04b24d4d2fcc4138e87f965f66cf4180466b0e12d5325ef1db64078052f7df57
BLAKE2b-256 checksum
How to use checksums
d0915f14dc452b9c126b54c6533cdfab7c34ecc268c1faa373213e749a9309cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp311-cp311-musllinux_1_2_aarch64.whl
Size 779.9 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
1fcd3eae63e21f31b0532c08e6e7a69e8d388d877a1e7a90d41f2f46a9571da6
BLAKE2b-256 checksum
How to use checksums
816000d7019b0214b1611777650b928b773ad31da618a23fe398bc1007851eec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp311-cp311-manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
0dafb4be0b59516d02b6c9fb93faa50011dd49c47d5bffaf45ab535847f2a5a6
BLAKE2b-256 checksum
How to use checksums
703568825ff559facaaae9229a2df1771eb9f206460de26972f92080e3e95ac8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp311-cp311-manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3cc4e8a98b4490fe65f2612b9ef2446a3117eb08c0cf92c2e32fba1b35d3c8ba
BLAKE2b-256 checksum
How to use checksums
69213e1ab9132444705239455389484ba04f2c1e677b537f580357a91ec11419
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp311-cp311-macosx_15_0_arm64.whl

Download URL pupil_labs_uvc-1.0.7-cp311-cp311-macosx_15_0_arm64.whl
Size 591.4 kB
Tags CPython 3.11 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
50d487de5dd4bc87369168795f6f89870687e87e73411f8d778245e156fb3a29
BLAKE2b-256 checksum
How to use checksums
0931e1664a036be90b208f08232e3f8923f9d9f0c4ff1ec44f34fb387f527378
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp310-cp310-win_amd64.whl

Download URL pupil_labs_uvc-1.0.7-cp310-cp310-win_amd64.whl
Size 981.9 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
eeb42664337bd1a6fd3d5c340ce8bf1f94e719d30034835d953da5c193b59710
BLAKE2b-256 checksum
How to use checksums
cf6de3578bd851892cc03d37f4b8068ee303560bd0701dc4deaec5b3dc692738
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp310-cp310-musllinux_1_2_x86_64.whl
Size 781.4 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f0e4ce942bc63f5f9a22d1fca9f69283cd971f62f4dd77e01a97a609515049bd
BLAKE2b-256 checksum
How to use checksums
5030d6caccfb5878c4bb30b730dcd31d834a87770cbe93a78bf39d231ed26bff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp310-cp310-musllinux_1_2_aarch64.whl
Size 781.1 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7831632c49684ce5487860038c9dea3b79b0aee9473d26a2cdf3150c33df054d
BLAKE2b-256 checksum
How to use checksums
06fc115f3d00dec33e6c199395821f0eaa543f650ad574a99b75ab7ded130398
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp310-cp310-manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1843581917faf9b7901b15ab30dc913cb5cf954e1108ab39bf4f12e83ef19ea9
BLAKE2b-256 checksum
How to use checksums
fc55c7836e551aaff4773e819b9a8077eb951a7fc286a8d8929267ccfbf2a9f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp310-cp310-manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9a034f822e1332e0bf5900dfba0722658e00336ecdae1cbe1e8bac77780f1bba
BLAKE2b-256 checksum
How to use checksums
ebcdb2478430f7e3da56601fb9ffb9aca1ef023fc16cc1c80a51896aa2016453
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp310-cp310-macosx_15_0_arm64.whl

Download URL pupil_labs_uvc-1.0.7-cp310-cp310-macosx_15_0_arm64.whl
Size 592.7 kB
Tags CPython 3.10 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
ea171386be2773ff53f4d4b073b2dff70d66249a7f7fa6034eb0ba8e0d3c9e3a
BLAKE2b-256 checksum
How to use checksums
e3ed46bce0a4d763e8d497513f28ffb1c650fc7584deea34c493c3dc3b9e6927
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp39-cp39-win_amd64.whl

Download URL pupil_labs_uvc-1.0.7-cp39-cp39-win_amd64.whl
Size 983.1 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
71099c309864197f46ce390a32b29134bd2bdd8effbfdb4fc56dd699e59bff1d
BLAKE2b-256 checksum
How to use checksums
38c6c472101afaf4146534fc89cf413b0b6d3ae3b44e45ed1673230e331722b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp39-cp39-musllinux_1_2_x86_64.whl
Size 780.9 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1ad2d16545728a8e7e26f114fc74c92ed66218e20ecf050c3bf889c104ed3c3d
BLAKE2b-256 checksum
How to use checksums
58c7e7c80fe8148fce856c8955cb2cf9da5ccf7d33cd4a0f98a4e862ef5d88f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp39-cp39-musllinux_1_2_aarch64.whl
Size 782.9 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
dd7cb69f661a7bc84ecfbe1fd7495949dc3767626412958ff3e1580f7b84f0fb
BLAKE2b-256 checksum
How to use checksums
4dee2ee69b88267fd5116376d1792ed5c79120e7bb6df5b876b7aa7f6ccb0523
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp39-cp39-manylinux_2_28_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp39-cp39-manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f17f604bd0709e97c5d75a8b4b876195247cb68aca260a978ba87823c1b04af5
BLAKE2b-256 checksum
How to use checksums
d75c26c59cd00da8b668e2270e2f9db2acfd7a0eff12f6b0b86137bac2643650
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp39-cp39-manylinux_2_28_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp39-cp39-manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
980f318c551cb73bd619110ae09e99cb6ddf165e07703fb1325d82e2ca02508a
BLAKE2b-256 checksum
How to use checksums
06e8af5c8a2a3dd14ae1abc60df65006d4915e3e994d6a9126c996e1d3f88702
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp39-cp39-macosx_15_0_arm64.whl

Download URL pupil_labs_uvc-1.0.7-cp39-cp39-macosx_15_0_arm64.whl
Size 593.1 kB
Tags CPython 3.9 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
197787ad84d497fc738f290245592b1a2e14bd6c9c52fc873185c3fd69a0c030
BLAKE2b-256 checksum
How to use checksums
30da0c185f60c4b75bb8a6d5af33c1851da8d93a1636029b8f25ff6bc14935f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp38-cp38-win_amd64.whl

Download URL pupil_labs_uvc-1.0.7-cp38-cp38-win_amd64.whl
Size 975.0 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
2ec4d4170b7df79a9a3692bd531ac95e7970e25810e2cbc7da0509e4f6e3e2ca
BLAKE2b-256 checksum
How to use checksums
80283fb7b99d2b1cbc01c2ae58ed643738fa59971e1b927f56aafc49c680910c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp38-cp38-musllinux_1_2_x86_64.whl
Size 770.9 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e7c9e85221b1f8a9be1bf9174633219e4f339a37a563db6eb634f993b57d5449
BLAKE2b-256 checksum
How to use checksums
73094b553da17a9a0af6f0520602c40579b18188f5eedfb68a8e6b2ba13cd203
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp38-cp38-musllinux_1_2_aarch64.whl
Size 773.6 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
528f804fcfc08924b80985bbd8c45e790360b1d1a3abe6a160c5c7f2fb99091f
BLAKE2b-256 checksum
How to use checksums
468c86ffd72cc3ab840560009a482b7dad5e96006bda53222796d857cdf5fc80
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp38-cp38-manylinux_2_28_x86_64.whl

Download URL pupil_labs_uvc-1.0.7-cp38-cp38-manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.8 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c70cb0ad9bf2df78de8db01ae26e9cc5a1213f90365acbca084cbd5939ccb27d
BLAKE2b-256 checksum
How to use checksums
f270331fa261107af727df976065ad09418c58ce54ed4370e9bc9402b4a149ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp38-cp38-manylinux_2_28_aarch64.whl

Download URL pupil_labs_uvc-1.0.7-cp38-cp38-manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.8 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
72c84ff5d3685d22e741e8edb0e623caa341dc5a57d4225fb06abbfc0b1a9a7b
BLAKE2b-256 checksum
How to use checksums
bb0122269017803fdbb5208274fe943b0f052d04380f7b02be79354c6a73b7d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / pupil_labs_uvc-1.0.7-cp38-cp38-macosx_15_0_arm64.whl

Download URL pupil_labs_uvc-1.0.7-cp38-cp38-macosx_15_0_arm64.whl
Size 584.3 kB
Tags CPython 3.8 macOS 15.0+ ARM64
SHA-256 checksum
How to use checksums
6f543e04046826b0ffe0840908e91c3b3fd1ededfab4a7505d2947210aae247a
BLAKE2b-256 checksum
How to use checksums
c4236177b8f3c8af40afc61280c11542d451489b6106f9306ab2adb72d36cde5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page