Skip to main content

Interactive visualization in Python

Project description

VisPy: interactive scientific visualization in Python

Main website: http://vispy.org

Build Status Coverage Status Zenodo Link Contributor Covenant


VisPy is a high-performance interactive 2D/3D data visualization library. VisPy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets. Applications of VisPy include:

  • High-quality interactive scientific plots with millions of points.

  • Direct visualization of real-time data.

  • Fast interactive visualization of 3D models (meshes, volume rendering).

  • OpenGL visualization demos.

  • Scientific GUIs with fast, scalable visualization widgets (Qt or IPython notebook with WebGL).

Releases

See [CHANGELOG.md](./CHANGELOG.md).

Announcements

See the VisPy Website.

Using VisPy

VisPy is a young library under heavy development at this time. It targets two categories of users:

  1. Users knowing OpenGL, or willing to learn OpenGL, who want to create beautiful and fast interactive 2D/3D visualizations in Python as easily as possible.

  2. Scientists without any knowledge of OpenGL, who are seeking a high-level, high-performance plotting toolkit.

If you’re in the first category, you can already start using VisPy. VisPy offers a Pythonic, NumPy-aware, user-friendly interface for OpenGL ES 2.0 called gloo. You can focus on writing your GLSL code instead of dealing with the complicated OpenGL API - VisPy takes care of that automatically for you.

If you’re in the second category, we’re starting to build experimental high-level plotting interfaces. Notably, VisPy now ships a very basic and experimental OpenGL backend for matplotlib.

Installation

Please follow the detailed installation instructions on the VisPy website.

Structure of VisPy

Currently, the main subpackages are:

  • app: integrates an event system and offers a unified interface on top of many window backends (Qt4, wx, glfw, jupyter notebook, and others). Relatively stable API.

  • gloo: a Pythonic, object-oriented interface to OpenGL. Relatively stable API.

  • scene: this is the system underlying our upcoming high level visualization interfaces. Under heavy development and still experimental, it contains several modules.

    • Visuals are graphical abstractions representing 2D shapes, 3D meshes, text, etc.

    • Transforms implement 2D/3D transformations implemented on both CPU and GPU.

    • Shaders implements a shader composition system for plumbing together snippets of GLSL code.

    • The scene graph tracks all objects within a transformation graph.

  • plot: high-level plotting interfaces.

The API of all public interfaces are subject to change in the future, although app and gloo are relatively stable at this point.

Code of Conduct

The VisPy community requires its members to abide by the Code of Conduct. In this CoC you will find the expectations of members, the penalties for violating these expectations, and how violations can be reported to the members of the community in charge of enforcing this Code of Conduct.

Genesis

VisPy began when four developers with their own visualization libraries decided to team up: Luke Campagnola with PyQtGraph, Almar Klein with Visvis, Cyrille Rossant with Galry, Nicolas Rougier with Glumpy.

Now VisPy looks to build on the expertise of these developers and the broader open-source community to build a high-performance OpenGL library.


Project details


Download files

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

Source Distribution

vispy-0.9.5.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

vispy-0.9.5-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

vispy-0.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

vispy-0.9.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

vispy-0.9.5-cp310-cp310-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

vispy-0.9.5-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

vispy-0.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

vispy-0.9.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

vispy-0.9.5-cp39-cp39-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

vispy-0.9.5-cp38-cp38-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

vispy-0.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

vispy-0.9.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

vispy-0.9.5-cp38-cp38-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

vispy-0.9.5-cp37-cp37m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

vispy-0.9.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

vispy-0.9.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

vispy-0.9.5-cp37-cp37m-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file vispy-0.9.5.tar.gz.

File metadata

  • Download URL: vispy-0.9.5.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5.tar.gz
Algorithm Hash digest
SHA256 8404287d7d7698e5392be34315abeaa99a351b263052751f25252913891fa930
MD5 2ed00cdd09d87d89bd73d4937d9d078b
BLAKE2b-256 b9b99133f67f7cfa447d8f9e92794ba353c950ee821cb2514cdb548b6e3867a3

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c326996d99a1544c09eea7da61c0fe9a5d02b5a10863367122f7437b20ece5d
MD5 dcf8da3f0baaa2dcb140824b42b26048
BLAKE2b-256 90cd13264d1e271b12a5cdd3d94974185b31ea672a19893414073b93b48c4709

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2cf723192fa503abe0360766090b6987c3b1c9180ded22a9738e1af00e57ab5
MD5 e77fe42f98f47703683ac5a8549e7353
BLAKE2b-256 1ec9a99c56612d09d2cef4834f502ebb1300b9b80e3e7dba51229637d741fbaa

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.9.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1c4747ffa02ca47350fca1ad9eed948514aa0c8df63cc7245f9b59b4a2c19af
MD5 e7bb7536f5d30294df3fec43570819d0
BLAKE2b-256 1e04a3937799ca0d64574b9099d3fe14a0d8e8c6d7ff45c45db782f6bb4236c3

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b85af51ff8fc3eb20dc3ffd3b207c554cd8ab4f7592a84d49465e9c2795ddc4
MD5 5fccdc5d7ef8510fbb243ea4632546e6
BLAKE2b-256 a1ea94c3424e4fa6cbf0cd347a4d2f491939af8b138b4c74c6f8e773d1971939

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ec3297ba2e4401713e5ce00710bb830951528ff0a3a7367f75a9f2643fc118d7
MD5 1e52243b2f7d5f75657d093bd0d54ed9
BLAKE2b-256 81c112ff2e11995fc18dd3c6d7924a8bbb2fe8042ce0d356a23a84ea5c1f6da9

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 778232630d06e9751844591e0493ade3b995cca2760b60390f911884ead0120c
MD5 3beafc6cca22879ba8f7a6fb0018cb7a
BLAKE2b-256 11220953b26e321dc175b8b09e427a649aaf114e190561d6f6df447fe0d8f43b

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.9.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b8bef4039b6cc098cae67376e16d9d8896547873c2917a1057bc8284e27a0c6
MD5 bdf4361fe957e6d7ee52570fde3b4ef2
BLAKE2b-256 34cc34b7475739261e688cc31fdce82cc21f57c1da974ceee2e1899f459f3fa3

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22a44a54562832e4925d6cd2e8f925c18388cee89a2e2ba20b0fcdf3002d98b7
MD5 0c63f0ff0782ad3d56f5df2d2413a0cd
BLAKE2b-256 d403b18bd925083ed28a9af75032afe5700baa5c51feaa564f14712ce40b9eb9

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2bfb488175b1fe8dc6fd7c5a3d5092802ee67a08f8a9e4eb603094f6b9ef09c7
MD5 649545952ffa1645c2bbed1627bf1b4e
BLAKE2b-256 52ef014e94db5b5b70e05c46b74bad5638b0576045075f6096201c051950ba0e

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb5c1adee5813c0aa3890717aeaef36a88e5cd551ce0dd4bc4a31980d3fa7d88
MD5 d7a3fc794dc84eb378efd9a82b05beef
BLAKE2b-256 68a91361878709ca26ab8cfd44319cef442312f5bc1bdd896d9bd2541fc747b2

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.9.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a931df4455163e0b492ca367df14e5159d6080a124b3f3cc48bdb9c6feb23f10
MD5 2360b16722a141aa80863e193e12d2b7
BLAKE2b-256 37bf5fc2c51138868d1747161c6a7118fb3ddd6c3a12ebe61b3d3af8976ac42d

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 242cf04d022c89f903de54c7ba6f1e3ef48f59516f6c064fcb767511835fed6c
MD5 41457d758c2e3d838e1138d1f6f7d1f9
BLAKE2b-256 cd064f7a12c32e92f16d3fe7029216badd558eed43bcd87de5521624506be507

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3b0e7114a96324e6a59190f9b51c2fbbff60daeccd860bc01db9dc5148abb6cb
MD5 350f57a8b6182fb5bb8274437a21d602
BLAKE2b-256 2a5e7356147f03747727ef9da5daa61526bd9f2504b43beccb2d0e984f83e922

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0efe7bee5a7bb01553b72299b755e8aa5a023febb55ed2912955bebab9ea8df4
MD5 aa64ebec88c997eb05c9733341ed457f
BLAKE2b-256 20fe9e1fd08484dddff5755e420f3172ef74b2901eb9364c47bdf9e0099c6a7c

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.9.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79358de0ca92c02923f9aaefdda06fb99d2696b425f478cb445cd4d027c6b0b9
MD5 5edb29a7471666de62ff08a0ffc572f2
BLAKE2b-256 f0f200f666de0aebeb06f252f48db5e8407dc8a0fd604e6ebcbdeb30f3877b23

See more details on using hashes here.

File details

Details for the file vispy-0.9.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: vispy-0.9.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for vispy-0.9.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c93ff787ef853efa739c2ff4248838980b3bc7ec98043f50358df53b50f0551a
MD5 1d593e4c557b6b6c921b5e8b63d56ddc
BLAKE2b-256 1af4cd06183cc1fdb0c2dfed3fcc361e1920bd72b5ed9ec3f3b112889e21fe32

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page