Skip to main content

Overview

https://zenodo.org/badge/DOI/10.5281/zenodo.7324875.svg

PyLabLib aims to provide support for device control and experiment automation. It interfaces with lots of different of devices, including several different camera interfaces, translational stages, oscilloscopes, AWGs, sensors, and more. The interface is implemented in a natural way through Python objects, and is easy to understand. For example, here is a complete script which steps Thorlabs KDC101 stage by 10000 steps ten times, and each time grabs a frame with Andor iXon camera:

from pylablib.devices import Thorlabs, Andor  # import the device libraries
import numpy as np  # import numpy for saving

# connect to the devices
with Thorlabs.KinesisMotor("27000000") as stage, Andor.AndorSDK2Camera() as cam:
    # change some camera parameters
    cam.set_exposure(50E-3)
    cam.set_roi(0, 128, 0, 128, hbin=2, vbin=2)
    # start the stepping loop
    images = []
    for _ in range(10):
        stage.move_by(10000)  # initiate a move
        stage.wait_move()  # wait until it's done
        img = cam.snap()  # grab a single frame
        images.append(img)

np.array(images).astype("<u2").tofile("frames.bin")  # save frames as raw binary

The list of the devices is constantly expanding.

Additional utilities are added to simplify data acquisition, storage, and processing:

  • Simplified data processing utilities: convenient fitting, filtering, feature detection, FFT (mostly wrappers around NumPy and SciPy).

  • Universal multi-level dictionaries which are convenient for storing heterogeneous data and settings in human-readable format.

  • Assorted functions for dealing with file system (creating, moving and removing folders, zipping/unzipping, path normalization), network (simplified interface for client and server sockets), strings (conversion of various Python objects to and from string), and more.

The most recent version of the library is available on GitHub (https://github.com/AlexShkarin/pyLabLib), and the documentation can be found at https://pylablib.readthedocs.io/ .

Requirements

  • Python 3 (tested with 3.6+)

  • Most extensively tested with Windows 10 and 64-bit Python. Linux is, in principle, supported, but devices which require manufacturer-provided DLLs (mostly cameras) might, potentially, have problems.

  • Basic version only needs numpy, SciPy and pandas. Advanced device communication packages (such as PyVISA and pySerial) are automatically installed, but can be avoided if necessary.

  • Some devices might require additional software. If this is the case, the requirements are mentioned on the corresponding page.

Installation

You can install the library from PyPi:

pip install pylablib

More options are described in the documentation.

Release files for pylablib-lightweight 1.4.3

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

Source distribution (sdist)

Source distribution for pylablib-lightweight 1.4.3
File Size Uploaded
pylablib-lightweight-1.4.3.tar.gz 1.8 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pylablib-lightweight 1.4.3
File
pylablib_lightweight-1.4.3-pp310-pypy310_pp73-win_amd64.whl PyPy 3.10 PyPy 3.10 7.3 Windows x86-64 Details
pylablib_lightweight-1.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pylablib_lightweight-1.4.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-pp39-pypy39_pp73-win_amd64.whl PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 Details
pylablib_lightweight-1.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pylablib_lightweight-1.4.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-pp38-pypy38_pp73-win_amd64.whl PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 Details
pylablib_lightweight-1.4.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pylablib_lightweight-1.4.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-pp37-pypy37_pp73-win_amd64.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-64 Details
pylablib_lightweight-1.4.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pylablib_lightweight-1.4.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pylablib_lightweight-1.4.3-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
pylablib_lightweight-1.4.3-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
pylablib_lightweight-1.4.3-cp312-cp312-musllinux_1_1_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-32 Details
pylablib_lightweight-1.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pylablib_lightweight-1.4.3-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pylablib_lightweight-1.4.3-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pylablib_lightweight-1.4.3-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pylablib_lightweight-1.4.3-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
pylablib_lightweight-1.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pylablib_lightweight-1.4.3-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pylablib_lightweight-1.4.3-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pylablib_lightweight-1.4.3-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pylablib_lightweight-1.4.3-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
pylablib_lightweight-1.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pylablib_lightweight-1.4.3-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pylablib_lightweight-1.4.3-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pylablib_lightweight-1.4.3-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pylablib_lightweight-1.4.3-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
pylablib_lightweight-1.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pylablib_lightweight-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pylablib_lightweight-1.4.3-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pylablib_lightweight-1.4.3-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pylablib_lightweight-1.4.3-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
pylablib_lightweight-1.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pylablib_lightweight-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pylablib_lightweight-1.4.3-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pylablib_lightweight-1.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pylablib_lightweight-1.4.3-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pylablib_lightweight-1.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pylablib_lightweight-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pylablib_lightweight-1.4.3-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pylablib_lightweight-1.4.3-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pylablib_lightweight-1.4.3-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
pylablib_lightweight-1.4.3-cp36-cp36m-musllinux_1_1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 Details
pylablib_lightweight-1.4.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
pylablib_lightweight-1.4.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pylablib_lightweight-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 135.5 MB

Release files / pylablib-lightweight-1.4.3.tar.gz

Download URL pylablib-lightweight-1.4.3.tar.gz
Size 1.8 MB
Tags Source
SHA-256 checksum
How to use checksums
c64046af041712edca43c718798e9feaec6202a626e12940ea0ea41071b60575
BLAKE2b-256 checksum
How to use checksums
d5e0ffb4afc02946ed16b189486448119cf40c7f67b74cc2758aa48c814ae9b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp310-pypy310_pp73-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-pp310-pypy310_pp73-win_amd64.whl
Size 1.8 MB
Tags PyPy 3.10 PyPy 3.10 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
52afd41f8047a7a2f0bb1ed57618663e5341d7faa3c640960784804391e0c67a
BLAKE2b-256 checksum
How to use checksums
7302a79e6076660b2db9b8c9979921f30ea8bb3298e86bde6549595a8054ee7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
d6cc9202681c757e266156788d6ba43fee7abdc2d733bb2e803473172f90e2e9
BLAKE2b-256 checksum
How to use checksums
bdb9a1d1e8ad6b4632a729d37b514e7fb7c33326c0f9d93d518c6ea859785ce2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
bf26d1a2b373cb0888533dfcf1abd1a52a51348912298f0bed285d668c2e64aa
BLAKE2b-256 checksum
How to use checksums
24dee31ba120a2c2aa7cf62734ebb73b9bb5eecffcbd8f71fa1c4d2977c54f46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags PyPy 3.10 PyPy 3.10 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
874d52e2a1778def32b79fb18a9ed31b2b2140b5425770a40b76c7bfd877e6b3
BLAKE2b-256 checksum
How to use checksums
6ba4e7b79a9f374a0da7c74c347cd0a25affb2aa42b0048f02ca8706299720bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp39-pypy39_pp73-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-pp39-pypy39_pp73-win_amd64.whl
Size 1.8 MB
Tags PyPy 3.9 PyPy 3.9 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
b20fcbe360099210c7e3c726ec7005e929c4b0bb3c44fe7d4005b526261ca5ab
BLAKE2b-256 checksum
How to use checksums
31585fd6f09f8f470f81595779526b27569c28ca9f2cc37d04eda21248e42ff3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
818044941d71425d6dcf6ed3f142194bbb28a1b7f9c8f06cd69344244895fee8
BLAKE2b-256 checksum
How to use checksums
283d5159c41fa996f8a2c43a4c86acd59bf6b3787b7c491d4a40ff1c1b568b13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
d984931f4962e1177b97241696aeb55623e403c2024903aa373b42a8bdcb961b
BLAKE2b-256 checksum
How to use checksums
7e52bc4a2b38e6e2cd7d0192f57f8377d6f5a7ed7f36071b79ac01d27c8ec277
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ceb5739ed381986f423cc98f857598c942c8a30f60ccf9a708118368b9d72b58
BLAKE2b-256 checksum
How to use checksums
93b04941b734b0416daa1d038971c8e4c40a3f9eb494a30f7b0404f1f97fd93e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp38-pypy38_pp73-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-pp38-pypy38_pp73-win_amd64.whl
Size 1.8 MB
Tags PyPy 3.8 PyPy 3.8 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
b4501179eeab210401045f752a69efa8bed50fdf9d5e1c0cd742db59e7e7584c
BLAKE2b-256 checksum
How to use checksums
5ae10674ddc48cd8c2a74f20c586deafdda60e7be4834de93e5b1683b1f70c96
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
5a7c3ab27ff844e16b223541bb15ed97dce348161772a6dfba1eadc8de2a1e88
BLAKE2b-256 checksum
How to use checksums
0c21f274646ecd9aab7fa94a8902bef44279b1646835acfb7a7743bcd754bddc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
ba9481828a47c78ed8d11c82cdbee53995299576be295bde5331227d1f6092c9
BLAKE2b-256 checksum
How to use checksums
61496b9a3a50e225217795554e1ba014f98df77defcc7eb64507951a767a7245
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
cf95e98bf48d9547b46fde16099512943976a1c72900467f242475c847aa24d4
BLAKE2b-256 checksum
How to use checksums
1db56d6a4c33c00de57df594d0784fe465a8e7ffbb4b17d3a65577584b552df5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp37-pypy37_pp73-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-pp37-pypy37_pp73-win_amd64.whl
Size 1.8 MB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
eea15735cec5386c87627c741ba155e0438d4ce65d6239d920c51fb2b6d050cd
BLAKE2b-256 checksum
How to use checksums
c93ab7d358c8642b66e1eba9e1c4f09a425640213a45480e3b3d50505e47c3f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
8227d26f3147bcd2fe2a30c1bff5bc01d770e1bf07d2a40c21c8f692b6dd6c84
BLAKE2b-256 checksum
How to use checksums
785e6ff7db2b15527b041ddce33834da7c3cb6fb6f95848b9d990e699a9eed0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.8 MB
Tags Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
fb06ece47f2e9ee92616bea662b0c53cdc01b6a9ca4c1dcbab0945e4aadb6437
BLAKE2b-256 checksum
How to use checksums
54e242bff2280f607f365151ccd63ab278cebeb1bfee50dc6850ece2773b096e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
42777c106fa6c84f7008fad17bc03498717674bf082dfcc31a61fabcc290e9db
BLAKE2b-256 checksum
How to use checksums
6e2db32fa18a78791c9dd580ed5eed3efd4af78b52841cf5132ce0a1779bcdb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp312-cp312-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-cp312-cp312-win_amd64.whl
Size 1.8 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5fea72f478943adafc61d62f613d48f4a411040cb518a8b671a731aac522515d
BLAKE2b-256 checksum
How to use checksums
91a1f840bebd827bbd8abf75a87e0c1768445c377d79ca258bc1265fa609b30e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp312-cp312-win32.whl

Download URL pylablib_lightweight-1.4.3-cp312-cp312-win32.whl
Size 1.8 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
274d67fe212f9491b8d6a77033943ae03eafa664619d79337551b12f3cd80a81
BLAKE2b-256 checksum
How to use checksums
bcc59c4481f039ac44921a50b5e8c3ed630a9ca624b545ef1b8d291a02a2b2e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp312-cp312-musllinux_1_1_x86_64.whl
Size 2.5 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
76938c543c51051feb85d024bfe8795a285eb104900af83ec3542a6a8af3edaf
BLAKE2b-256 checksum
How to use checksums
5f65aa311850b167bf91d55c25f885d539cc1330190594603bc6d6319f8ae335
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp312-cp312-musllinux_1_1_i686.whl

Download URL pylablib_lightweight-1.4.3-cp312-cp312-musllinux_1_1_i686.whl
Size 2.5 MB
Tags CPython 3.12 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
b8247c3fe09d852def5ebbd1171087af65749d04ca16acab1617982ad966267b
BLAKE2b-256 checksum
How to use checksums
72da0c87a30392d7af747f15b0592bf6c56d364c23c8b1f6ce0395c5f803270d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.5 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a1fecdc2c0fda01ea73157acc0f833b2138207e5dfbff9d74d0c4aa24268e53f
BLAKE2b-256 checksum
How to use checksums
3946f4dee32bbd59f21a97f819df7f2c97737cdd9fb3cedfd37543c8551ac578
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.5 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
df0968b4ae96be5779b9135394a949147c6a61545dfef9db559eaa9fecdbb873
BLAKE2b-256 checksum
How to use checksums
c58699751d86eda9f7d0d0cc9727aede68b7581e59a86996c3b9aa19eca56283
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp312-cp312-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4e09d4a9b9bbde1d462d051dcbbd4b0440823a16e1a5788eaaf5457e7bc58aa8
BLAKE2b-256 checksum
How to use checksums
89230b9e403662f7c0c13dc8e3b562c9996de01315bf6b512b48e2d4612d5fac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp311-cp311-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-cp311-cp311-win_amd64.whl
Size 1.8 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
bc21fb1f4e1d3412d06429da6618120b2116f027110abbbb748e749fc26dbfd9
BLAKE2b-256 checksum
How to use checksums
dbe87551286253ae59fea62f45b4581ddaeeabef2bbf2f413a14eaf90c029196
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp311-cp311-win32.whl

Download URL pylablib_lightweight-1.4.3-cp311-cp311-win32.whl
Size 1.8 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
733be2d3719d39ab2a478fb54d828030f458ef64c028e69cb331cec3f000896f
BLAKE2b-256 checksum
How to use checksums
98fb891924975ba5b48b1bacebaf4f8c71d81efa5660820908e4a7b8ee934cb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp311-cp311-musllinux_1_1_x86_64.whl
Size 2.5 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
be7f854a89e0163255c19b1ce9b44f5e5b1911ffe22b43c8f1225cf7d4609152
BLAKE2b-256 checksum
How to use checksums
0a1e605f84a28f3dd5cae866efe1c87cb220d66c6372fc86b95fdc3911056dfd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp311-cp311-musllinux_1_1_i686.whl

Download URL pylablib_lightweight-1.4.3-cp311-cp311-musllinux_1_1_i686.whl
Size 2.5 MB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
6252619c845c7655060ed8d43ffd6435f919754248e5753c8dff2510274a1ea7
BLAKE2b-256 checksum
How to use checksums
a37bc312782816a91c85a15a4ff60da5dc74ccc22f2078c7f7651f7a0b74c1a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.5 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5552f24aba5c07485b331cf80f82af42f279d0093bea9bceb51a6e2761bcc2e9
BLAKE2b-256 checksum
How to use checksums
020ac4eb5422a394b6bd75c0954928cb2140a9ef57915b9ef9c7d654b7651ce5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.4 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
71f1c59b3f7ada7ae0f466e0478c48d5ac90f82949f8c172df993c4d130a0564
BLAKE2b-256 checksum
How to use checksums
c95a20b11dc12213293fa3a174e93285703ce4048064ffa6d1e6338aa43ac47e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp311-cp311-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
51b57b7c3c237f8e4208544f13050c702bb29d3ec42d5be817d4ea096b910ef8
BLAKE2b-256 checksum
How to use checksums
c55b27488ee12beb123e83e2aee2323a392ed297d8317aa203033a6117be5d0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp310-cp310-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-cp310-cp310-win_amd64.whl
Size 1.8 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
7ea3a47384494e434926f609d2cfc57ac2642353ffde6231ddf810569b6f28d9
BLAKE2b-256 checksum
How to use checksums
50f61b69ecd9dc7fccef61fb7e34585df550b6651e7f2f5b9167989547cf5611
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp310-cp310-win32.whl

Download URL pylablib_lightweight-1.4.3-cp310-cp310-win32.whl
Size 1.8 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
e23318cfca11b69a77d7e429af5d21a982e8cb56b2dd61829c0f035bcdf47811
BLAKE2b-256 checksum
How to use checksums
e695d6835145a38878630fc55b203bc4db03c071a0679ebc48d493a1dfba67de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp310-cp310-musllinux_1_1_x86_64.whl
Size 2.4 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
475131be827475ae2f1937f0ee0401500b41ed927cc408dc430b4170912b9140
BLAKE2b-256 checksum
How to use checksums
997382e74629c7c8089834b6ff360df789e9acb6222ff59379d02fa716a819d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp310-cp310-musllinux_1_1_i686.whl

Download URL pylablib_lightweight-1.4.3-cp310-cp310-musllinux_1_1_i686.whl
Size 2.4 MB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
099edf7c469caca4b4d75518e9e28de3f03a8d2964d079523e9e9b78e9aad8e5
BLAKE2b-256 checksum
How to use checksums
703ad94754368b37cfa30be8ea715af27613253d0b3b0379fa1b0af981f804e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.4 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4e7e61b3373381551ddcdb31efcb70d3ef337b38522e40acb2a310a598144cfa
BLAKE2b-256 checksum
How to use checksums
ac383b5e7f153facb893cddccab3c28763cf021aa4b3453aca1c9a4f521fcfe1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.4 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
faf91fb3b7b3ab0c7438d60a8e0648596f8846795a74042e3961401b1fad6388
BLAKE2b-256 checksum
How to use checksums
81ab72bd8fddea1951a9684f56b88929250e3a9f0cd97c10a339ac2729430f41
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp310-cp310-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2c6d39a3bd3b00a9634b910bca00f7fe85d377117f9682b334920a780a411638
BLAKE2b-256 checksum
How to use checksums
52ce3bf5fde51a39ec0af79ffa05f048fdf41e79d16d3364ae7ecf70d319dd3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp39-cp39-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-cp39-cp39-win_amd64.whl
Size 1.8 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
2a7b993a0ab2ac3ce2180fa234be4cd593ca68dddd4e7adf12b26e5a5333aed1
BLAKE2b-256 checksum
How to use checksums
e8c881134c4e19e40123f457b8ffe28afd957925d8e74b576dacc488de98c595
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp39-cp39-win32.whl

Download URL pylablib_lightweight-1.4.3-cp39-cp39-win32.whl
Size 1.8 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
78f08d8a9fc38cf2f427c36a284e00443befcec137d4a5ce7e1cc8ebd700c910
BLAKE2b-256 checksum
How to use checksums
4e1f92245fa99acdbff2cb5b30d573e7d52bfcb1643fa36cdf2ef1447755b2dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp39-cp39-musllinux_1_1_x86_64.whl
Size 2.4 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
a0a253fa8b07418b103d95b980de35a935be6e64b59b3b209b2aa138194c28c2
BLAKE2b-256 checksum
How to use checksums
9aa5f27b03009c21747f9f4e3d444b26292a53934f718add3ecd02f4b32943e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp39-cp39-musllinux_1_1_i686.whl

Download URL pylablib_lightweight-1.4.3-cp39-cp39-musllinux_1_1_i686.whl
Size 2.4 MB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
64f5a1f2176e5b77e39c809b0a6c7d210227e791191aa920d5e757983cdfd27c
BLAKE2b-256 checksum
How to use checksums
90ad86f37cab7f86d7a610ba9131512a0527e5339f3145026f160d7be55e32a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.4 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
de49cee62670364b8ba5ca18a13f93a69812118d2f161c254e36325e9f725dbe
BLAKE2b-256 checksum
How to use checksums
32c84547596395b9f84e3d4e825256d497ab8255123f842f629206ce4ac512e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.4 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
d2c6ffd2afcefcf260a24416da6ca654178e04910bc4276e701116810af9604e
BLAKE2b-256 checksum
How to use checksums
a6918cf96ecf0d5fe1aee505dad64b20e1d7fa98c7c3dd76fab37b9d9ffa50bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6219c1837d00bac48cfec29cfb5a08c19e5c687a95472dffd7fb48e813b21f61
BLAKE2b-256 checksum
How to use checksums
697255bc9710f3f54067a3ac35bf9549082e348ce4aea99e53eb009a37e76a63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp38-cp38-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-cp38-cp38-win_amd64.whl
Size 1.8 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
842b064f1a5d1acdb935937ed87caaaef1197d0f660bbddc9ffbb4b14904b90b
BLAKE2b-256 checksum
How to use checksums
daf517dbe107c03fb02fa96a6cc03c5e2fdbe2ab45f9a5d7d4431fbdbef39c60
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp38-cp38-win32.whl

Download URL pylablib_lightweight-1.4.3-cp38-cp38-win32.whl
Size 1.8 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
9d08701841ef1e8ded98962f9403b2df1ad53e0d1da791183c38b61c67852380
BLAKE2b-256 checksum
How to use checksums
accce213ae56d9352693333ba439da4aa7eadb1ecfe6c8a1d3addc6b17c06537
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp38-cp38-musllinux_1_1_x86_64.whl
Size 2.4 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
fdf325d6ca8e363ac7b4d1387396cf98df0764c04a830e8d06326680ef8a8bde
BLAKE2b-256 checksum
How to use checksums
f83fb8c0c78b48ee6c0cdad3706f2869ef3fd629245f5dd65284ba1fa2742afa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp38-cp38-musllinux_1_1_i686.whl

Download URL pylablib_lightweight-1.4.3-cp38-cp38-musllinux_1_1_i686.whl
Size 2.4 MB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
a761883c2a3efa6d42879b0409f8f13ad4c4dbc763eceb1b8da338a8af698078
BLAKE2b-256 checksum
How to use checksums
459247018cb7bcb930d3ca105732386643645bb80d27145209eed8a9b60d412f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.4 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
70b755da1a24a3714f6d12a5132efc7119d1cd7a6b9ce0b4287303548c79876b
BLAKE2b-256 checksum
How to use checksums
ac8aca0d887d685e1407fdddcdbf4c30f9e350b6ce1f709952d907c8eeda3022
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.4 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
74102d06eb871a598b97ca2638e40fb6fe93c92f559d34046d769af97a662748
BLAKE2b-256 checksum
How to use checksums
b2b027554c7b7e18c0e040b34b27438ccc22ac66a65b7cf991687bd025fc3322
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2b0b931f7b2d4a0049719cbd826dbb5ee0495444e8b9a700dc0ea31fbfbdfcf2
BLAKE2b-256 checksum
How to use checksums
d2be414cdea84e0ee660fb5abd2c8215da617bc20ec97be230950e95afa19261
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp37-cp37m-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-cp37-cp37m-win_amd64.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
6989cfc7a1f6a21305352dd5fa88f63755f64c00698ecbc7af8d8b7180fd91b9
BLAKE2b-256 checksum
How to use checksums
0771944e4815860a66fe70862bfb7c0d07658ee519d143c1d48e991d921db06c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp37-cp37m-win32.whl

Download URL pylablib_lightweight-1.4.3-cp37-cp37m-win32.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
7c7ca9d824bf13f632f3302b967aa34bc29a0db79a0899b08a0158840294dcf7
BLAKE2b-256 checksum
How to use checksums
6db9a76a59892e7ee6c170eead641c1356542e888b3ea26c63f42da4469dd130
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 2.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
3ee5a0d7b157a35d33b8fd4fd5ea8cc27e7339a50ae3edafe7b07b4c4ecc07ae
BLAKE2b-256 checksum
How to use checksums
4f1509ed46629b3a38fca8ebd7fd185744d77ec2e4f03d5e6bb619e5e1b024ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pylablib_lightweight-1.4.3-cp37-cp37m-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
d1d21f28681b5da50c06d5e9d08654f6af6f44c08958631a3e47f28507033912
BLAKE2b-256 checksum
How to use checksums
e05153d0ca2d607137e37eee09c4f27035065b250455a1aee15f5a466132e62b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4c689f8fd063b3907e79cce245c8bdda62b0ba5e1ddc7ee67e753298d6841cfd
BLAKE2b-256 checksum
How to use checksums
b0aec461b9bfecd29d73a046cac6cb7f8e2858dbe5079ed982f141a0c9228c10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5be370fb986711848785023be3a22ca65996ede82114acb253379383b6dfd3a6
BLAKE2b-256 checksum
How to use checksums
588c352d427142ce932edc6d125ed64fb9506a378a923b384554cec697d95ed2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ce6778edeb4777cc8c49056aa21e81bf5e977f7b38b33e0bf7a51b0512b3eb1f
BLAKE2b-256 checksum
How to use checksums
0640897f1d044289d504e7cd64f1d9019fb428c2538b4e10a0df4cd616afa027
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp36-cp36m-win_amd64.whl

Download URL pylablib_lightweight-1.4.3-cp36-cp36m-win_amd64.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d209a67c6cc292d3eb6401c8c7fce101e0e9e5f27e72d5a217d9e709fa1e74f6
BLAKE2b-256 checksum
How to use checksums
04ea8ceb556e1d918b66bd8622c998dc5106bf5ff01949b50e5353800f428e0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp36-cp36m-win32.whl

Download URL pylablib_lightweight-1.4.3-cp36-cp36m-win32.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
0f7e1234688f263bcd52a82e9a29441a3f22eb80048c1debef7f7b0cc5fb2f39
BLAKE2b-256 checksum
How to use checksums
733e8ac2dd3a2391a0935e2cf961fce7416e8741148e953a6c8aac9cf26152d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 2.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
4f2e2f40c34540d37dad719ada0027b6a515b8cf0b229df71ed20558c9e69f6b
BLAKE2b-256 checksum
How to use checksums
b8dc7af33d2bdadae2d0fc5abb85c347141c4fe39df572bbc3720685e6361f1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp36-cp36m-musllinux_1_1_i686.whl

Download URL pylablib_lightweight-1.4.3-cp36-cp36m-musllinux_1_1_i686.whl
Size 2.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
e2590d022df18e18c0c7680617d5e81e4a8a67d41ab251127c0b5e9488d7a572
BLAKE2b-256 checksum
How to use checksums
13f2721d0a9bf9b0150c64e050a11995a08c4e642ef34db42425dcec83bff66a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ef9464a72d00fa011bae158dd648246b6bc152006ab72f077eb2b8e4ad8555dc
BLAKE2b-256 checksum
How to use checksums
af38136af976b21cd3689e8fab13f0bdf87f8f55c7ec990267d53a238c7df546
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pylablib_lightweight-1.4.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
f94d038e185caeaaf628ccd43581122e91c5b90af63aabc18c9a5e8c6d55dfc6
BLAKE2b-256 checksum
How to use checksums
c774c94bae2128434505be03910daa8cb8c310a69fbadca573cc4b0075267e62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release files / pylablib_lightweight-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pylablib_lightweight-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl
Size 1.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b4159e029f782509081eb905e2bd2b50e899cda4e6cd0ed7efa5b17ba17228b5
BLAKE2b-256 checksum
How to use checksums
9899fe39ed0dd6a48a52759886c08858c617cb801ddceb7c295bede8810ee1f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.11.7

Release history Release notifications | RSS feed

This release

1.4.3 This release

66 release files

1.4.1

2 release files

1.4.0

2 release files

1.3.3

2 release files

1.3.2

2 release files

1.3.1

2 release files

1.3.0

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.0

2 release files

1.0.0

2 release files

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