Skip to main content

The python wrapper for the Basler pylon Camera Software Suite.

Project description

pypylon

The official python wrapper for the Basler pylon Camera Software Suite.

Background information about usage of pypylon, programming samples and jupyter notebooks can also be found at pypylon-samples.

Please Note: This project is offered with no technical support by Basler AG. You are welcome to post any questions or issues on GitHub or on ImagingHub.

Build Status Build Status

Getting Started

  • Install pylon
    This is strongly recommended but not mandatory. See known issues for further details.
  • Install pypylon: pip3 install pypylon
    For more installation options and the supported systems please read the Installation paragraph.
  • Look at samples/grab.py or use the following snippet:
from pypylon import pylon

camera = pylon.InstantCamera(pylon.TlFactory.GetInstance().CreateFirstDevice())
camera.Open()

# demonstrate some feature access
new_width = camera.Width.GetValue() - camera.Width.GetInc()
if new_width >= camera.Width.GetMin():
    camera.Width.SetValue(new_width)

numberOfImagesToGrab = 100
camera.StartGrabbingMax(numberOfImagesToGrab)

while camera.IsGrabbing():
    grabResult = camera.RetrieveResult(5000, pylon.TimeoutHandling_ThrowException)

    if grabResult.GrabSucceeded():
        # Access the image data.
        print("SizeX: ", grabResult.Width)
        print("SizeY: ", grabResult.Height)
        img = grabResult.Array
        print("Gray value of first pixel: ", img[0, 0])

    grabResult.Release()
camera.Close()

Installation

Prerequisites

  • Installed pylon
    For the binary installation this is not mandatory but strongly recommended. See known issues for further details.
  • Installed python with pip

Binary Installation

The easiest way to get pypylon is to install a prebuild wheel. Binary releases for most architectures are available on pypi**. To install pypylon open your favourite terminal and run:

pip3 install pypylon

The following versions are available on pypi:

3.4 3.5 3.6 3.6 3.7 3.8 3.9
Windows 32bit x x x x x x x
Windows 64bit x x x x x x x
Linux x86_64** -* -* x x x x x
Linux armv7l** -* -* x x x x x
Linux aarch64** -* -* x x x x x
Mac OS*** - - x x x x x

Additional Notes on binary packages:

  • (*) The linux wheels for python 3.4 and 3.5 are not available on pypi.
    You can get them from Github Releases.
  • (**) The linux binaries are manylinux_2_24 conformant.
    This is roughly equivalent to a minimum glibc version >= 2.24.
    :warning: You need at least pip 20.3 to install them.
  • (***) MacOS binaries are built for macOS >= 10.14 (Mojave)

Installation from Source

Building the pypylon bindings is supported and tested on Windows and Linux.

You need a few more things to compile pypylon:

  • A compiler for your system (Visual Studio on Windows, gcc on linux)
  • Python development files (e.g. sudo apt install python-dev on linux)
  • swig >= 4.0

To build pypylon from source:

git clone https://github.com/basler/pypylon.git
cd pypylon
pip install .

Development

Pull requests to pypylon are very welcome. To help you getting started with pypylon improvements, here are some hints:

Starting Development

python setup.py develop

This will "link" the local pypylon source directory into your python installation. It will not package the pylon libraries and always use the installed pylon. After changing pypylon, execute python setup.py build and test...

Running Unit Tests

NOTE: The unit tests try to import pypylon...., so they run against the installed version of pypylon.

python -m unittest tests/....
python tests/....

Known Issues

  • For USB 3.0 cameras to work on Linux, you need to install appropriate udev rules. The easiest way to get them is to install the official pylon package.

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.

pypylon-1.7.4-cp39-cp39-win_amd64.whl (15.3 MB view details)

Uploaded CPython 3.9Windows x86-64

pypylon-1.7.4-cp39-cp39-win32.whl (13.3 MB view details)

Uploaded CPython 3.9Windows x86

pypylon-1.7.4-cp39-cp39-manylinux_2_24_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64

pypylon-1.7.4-cp39-cp39-manylinux_2_24_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARMv7l

pypylon-1.7.4-cp39-cp39-manylinux_2_24_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64

pypylon-1.7.4-cp39-cp39-macosx_10_14_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

pypylon-1.7.4-cp38-cp38-win_amd64.whl (15.3 MB view details)

Uploaded CPython 3.8Windows x86-64

pypylon-1.7.4-cp38-cp38-win32.whl (13.3 MB view details)

Uploaded CPython 3.8Windows x86

pypylon-1.7.4-cp38-cp38-manylinux_2_24_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64

pypylon-1.7.4-cp38-cp38-manylinux_2_24_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARMv7l

pypylon-1.7.4-cp38-cp38-manylinux_2_24_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64

pypylon-1.7.4-cp38-cp38-macosx_10_14_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

pypylon-1.7.4-cp37-cp37m-win_amd64.whl (15.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

pypylon-1.7.4-cp37-cp37m-win32.whl (13.3 MB view details)

Uploaded CPython 3.7mWindows x86

pypylon-1.7.4-cp37-cp37m-manylinux_2_24_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ x86-64

pypylon-1.7.4-cp37-cp37m-manylinux_2_24_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ ARMv7l

pypylon-1.7.4-cp37-cp37m-manylinux_2_24_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ ARM64

pypylon-1.7.4-cp37-cp37m-macosx_10_14_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

pypylon-1.7.4-cp36-cp36m-win_amd64.whl (15.3 MB view details)

Uploaded CPython 3.6mWindows x86-64

pypylon-1.7.4-cp36-cp36m-win32.whl (13.3 MB view details)

Uploaded CPython 3.6mWindows x86

pypylon-1.7.4-cp36-cp36m-manylinux_2_24_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ x86-64

pypylon-1.7.4-cp36-cp36m-manylinux_2_24_armv7l.whl (6.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ ARMv7l

pypylon-1.7.4-cp36-cp36m-manylinux_2_24_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ ARM64

pypylon-1.7.4-cp36-cp36m-macosx_10_14_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

pypylon-1.7.4-cp35-cp35m-win_amd64.whl (15.3 MB view details)

Uploaded CPython 3.5mWindows x86-64

pypylon-1.7.4-cp35-cp35m-win32.whl (13.3 MB view details)

Uploaded CPython 3.5mWindows x86

pypylon-1.7.4-cp34-cp34m-win_amd64.whl (15.3 MB view details)

Uploaded CPython 3.4mWindows x86-64

pypylon-1.7.4-cp34-cp34m-win32.whl (13.3 MB view details)

Uploaded CPython 3.4mWindows x86

File details

Details for the file pypylon-1.7.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pypylon-1.7.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5472c798b81754a1216578a4bf9bba0da027401c235ad16aa4c02d1693b4e280
MD5 b25bc21f37d4da52edf746e95d84465e
BLAKE2b-256 99f184fdc8c901db1ab1a8289491cf1bdd4dc77fb12d331cebcbbdd490f8815d

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pypylon-1.7.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8c57d6ea24ee7109d9eb39a00a9324b1e2fd67a1e6b692dcc39b2b49a328c095
MD5 294b75e105aa51d14610b1b4704d200f
BLAKE2b-256 b5a23db3d9e7cb9e925ef975d013f3c707c3ffce335692bf8e5907ac94092385

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp39-cp39-manylinux_2_24_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp39-cp39-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 824b4ef1af3ac4f9645680920f8d7ed8b6f05ed01446e06dc63e1ee13b13ce3e
MD5 412853d868c75ea88f832cd723df1808
BLAKE2b-256 99cbdc282d2c3578a76edff8b61e0b556bb7dbd75f96ace58f53f4f72e42108d

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp39-cp39-manylinux_2_24_armv7l.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp39-cp39-manylinux_2_24_armv7l.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp39-cp39-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 d556c10450166771063d6527d961874792c79beadf71fca954944c7adbcf47dc
MD5 549600ce5253ab42a55a2f9afc3970eb
BLAKE2b-256 528498649cf21d8eb30701692b88c2747bc5823cdac614e4474c87894aa5fe1a

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp39-cp39-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp39-cp39-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 90fb4ef34088a4abb3287b187c2761e8ff5c22a7bd11953fe73dfabe8e44c01f
MD5 640e1623d2bebdf8dc09eb0aa760409d
BLAKE2b-256 e5376c07849d84e3934460fb46f9a4ecba84aae2907b4bf704f9b21a91f54fb2

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.1

File hashes

Hashes for pypylon-1.7.4-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 fe8db0632d3aecfa09545e807eb129354b3e9fde3ee30ef0740111576c5d165a
MD5 98234cf0331ff5a6d8b275da3af63c68
BLAKE2b-256 1ae31fd38a7f443f45244e08fa94b6e3dd10855dd73ef7ca8f95454fc0a3c433

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pypylon-1.7.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ad60e43f33386d0da072a9981b2866baa2b362b2e53fce334dbec7398b89351e
MD5 6323d1ec7cb8e560092d206cc665dd34
BLAKE2b-256 0b5c691c9215672d968f28326b2f0ea2159e23251c1f71e1e77d3d5a7ed99ca3

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pypylon-1.7.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f3f7c4effde34ee0caaf0fd13cf7b8a2ae280ad0508ba9e690eafece7d5d5987
MD5 c725aec79e1878b4b5cdd43192451748
BLAKE2b-256 be678eee24982cce6e77bc027b49ca0e72703532e0a623d0b470a081a07bdd3a

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp38-cp38-manylinux_2_24_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp38-cp38-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp38-cp38-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 122972cad7d66774048f9700a58a8f86a9a2de8f08c29f3de79bac65840b24cb
MD5 2b226d7a9be7edd398a57c366d3a1a59
BLAKE2b-256 32c8a990c49e4932956a2c9c7520fb97db79ac3fb7e27da1e332814de5a01d00

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp38-cp38-manylinux_2_24_armv7l.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp38-cp38-manylinux_2_24_armv7l.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp38-cp38-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 05a180bd6ad59da7df2adb04413da01540bbea2a05400d36c1ba3c402f7199f3
MD5 edf7f1043dd47b2227154da7d8088ea7
BLAKE2b-256 0d0e8ecbc7737cc1875346bb7031a0f8e20431dd1e2b98abeb61b7cabf8987fe

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp38-cp38-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp38-cp38-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp38-cp38-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 d48096c41c0b6d9e296621e105a0e9eacd6db9579835c468e5f2668f4bd04b58
MD5 5ae76cf28f74cecff4cb855764393cd1
BLAKE2b-256 ee0067ded64bedb2852efc6cf8df08028766851c79f0e6acb304e99a202097d1

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7

File hashes

Hashes for pypylon-1.7.4-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 82842830dbd26b04f9da8e3b3125b80a0516fad6f967d53a8e553b1875922373
MD5 5df36daaab2a05f973e26d134f75950e
BLAKE2b-256 60f42a99664db202e1cb3cec8564ec1f0427082fe4896e153c97fac07497b476

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for pypylon-1.7.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2c23df79cd27ce3f4a32e240d196c3789b68c3e11d375f5b9a663fa0ae05dcaf
MD5 fbf4d9709142d3bc94cc0765b9ed2aa8
BLAKE2b-256 a931265f5afa503a642d228f8811c6b1c43dfd02b24d7c47715fd93e28caa699

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for pypylon-1.7.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 63c13a39fb9d56e2cafe36314ddb603f6e9ff7c077493e2885c828e5e1daa005
MD5 9ed61cd4edf7326493b74bbdc865bb2e
BLAKE2b-256 aa1f88ac8bc0e19a72a5757113b9fe0b5a42e994d2b3b094b2b8bae1ef24129f

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp37-cp37m-manylinux_2_24_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp37-cp37m-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp37-cp37m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 a424c83ba603cc97b4fe643b34c56112eebd21418434029c398e425667400530
MD5 6791a4d4293c008ccb35536beaa5b422
BLAKE2b-256 23414a026cd5e2f9b37348329aae099d6f81a90a8a05d5d076255eb8f493b42f

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp37-cp37m-manylinux_2_24_armv7l.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp37-cp37m-manylinux_2_24_armv7l.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp37-cp37m-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 8e354360e3df3789aec2e89a16ac790e0bff13b86dd9590029f8002f8bee0da8
MD5 062f95b5a2e629558ec0f750f865980a
BLAKE2b-256 fd2a6891dd260bb75769c7293b5427f7f36df17b8cb306852d8c26a142293ba1

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp37-cp37m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp37-cp37m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp37-cp37m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 5bc31cba5855e7919a9abbe3a4157e79e87f19f83442fec0c9013a68fb3fbfee
MD5 f4c6aea704003c547384a5b5e47dda62
BLAKE2b-256 732141c7a7fdbd236c2dfae7009ba68bf3baea5d3bc482a57c9fa12369ce1e6e

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for pypylon-1.7.4-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 865ef2cc9967c1b0f45e00493946f660c4305882c7caa6dcc404f4bfa097fa9b
MD5 be722fc95300accae4aa402c4f01569a
BLAKE2b-256 1c13970629e533959d006b4c2dbe28d3eafe3aa2c10d5e90bfd20077f3af8dcf

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for pypylon-1.7.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4c88966f145653beb4e87088d6c34d3d4efd2241cd2ae2c90bc8e5b6ac67020c
MD5 ab8b27b9dcd950b7e78ffaf1640e7cfe
BLAKE2b-256 e47bcee51f5d20bbb446b82f4c6b3ba97eff3b5d08b704ea16d816ea6edf681c

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for pypylon-1.7.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 458f70ae93a44253eec5d77d319cfb3f4d8259278106c38fbcc38edb0aa5081e
MD5 0dfea86bbd25a29f41e056c801995f7e
BLAKE2b-256 0d921b0d43936fc6ee75ab15cf2c4f56cdce24c0c17a60d8b22461b430728e86

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp36-cp36m-manylinux_2_24_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp36-cp36m-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp36-cp36m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 9c855708b67e7097c4800baefa925cff7149819486ada7d0349f288a9298d3d1
MD5 35b5b2e2b8f3afc42556acc3518cfa54
BLAKE2b-256 88467b61f8862b2fc79a80f595f6c480ff59e796d752e9d73ebbec69f88e3d84

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp36-cp36m-manylinux_2_24_armv7l.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp36-cp36m-manylinux_2_24_armv7l.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp36-cp36m-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 b25dedfc2f08783a1f377398d1cd24a3233e07812ff2954197f974bf239baf3a
MD5 50f905af47a281bc42ca174d48022821
BLAKE2b-256 a455ac39fc4cca241ae7bc07eb52ffeaebfbf69aca07ccc541315421ddc2a641

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp36-cp36m-manylinux_2_24_aarch64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp36-cp36m-manylinux_2_24_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for pypylon-1.7.4-cp36-cp36m-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 c1def0e5eb930d0d0c19a47865bb83e0030b383454e78d6f76039411b5b5d332
MD5 0bb464868c1172137d0e5dfd77c63ec1
BLAKE2b-256 221646bfdf035673d882d3e462d7fb5bb4967267eed3085fc211c6a8c08e5263

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for pypylon-1.7.4-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 4c3dff6f69c7facb62300d3dbbde034a5d59161d939390e8eb58a4a58b86c2b5
MD5 909f7daf5b973766d07aa038770b97ce
BLAKE2b-256 71197d0d155a1784c37cfe7c10f347bcf275c6e15c9e309b35aabbb1b2096a4f

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.5.4

File hashes

Hashes for pypylon-1.7.4-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 b991e9e85160bc9872f31cef2ee41c25acce3344f0e6052a82d4d5b64ae3f784
MD5 ab64b95fa0a07975ec1ca91e6eda9585
BLAKE2b-256 ef8fc474c9486b111c354701103f890b47d49b83cbb8fece98183cb8ea1cfb13

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.5.4

File hashes

Hashes for pypylon-1.7.4-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 89edddbd8066c2b3d7e04818fa6a407154f15f6cf1b4cdad6c505990b68e5827
MD5 008d342989029354c8f3409d540e58a6
BLAKE2b-256 4460db4b00b22812bd8b74dcc82d1729470695bf79ba936eeed5e0db91117217

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 15.3 MB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.21.0 setuptools/43.0.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.4.4

File hashes

Hashes for pypylon-1.7.4-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 b29eec8c86b33a458ec0b13696272753866af689b771b4be37af6326c570857d
MD5 a03eb433883c8c6ccdf55ccd6133cfd6
BLAKE2b-256 d3b94c326673842856d667d73f7db9ffdf0f0f333d445f63a34f6edd698e4f76

See more details on using hashes here.

File details

Details for the file pypylon-1.7.4-cp34-cp34m-win32.whl.

File metadata

  • Download URL: pypylon-1.7.4-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.21.0 setuptools/43.0.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.4.4

File hashes

Hashes for pypylon-1.7.4-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 f15544e3824962674ecb83b54019beb3f85a0e8e002e32185cb041f965c8bad5
MD5 18e3e4e36996e3ef25f36b718ff712b1
BLAKE2b-256 6df816c9f8437a175197c57218ebe1a440831721caeff09dda50cf1ffab12bea

See more details on using hashes here.

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