[go: up one dir, main page]

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.

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.

Governance

The VisPy project maintainers make decisions about the project based on a simple consensus model. This is described in more detail on the governance page of the vispy website as well as the list of maintainers.

In addition to decisions about the VisPy project, there is also a steering committee for the overall VisPy organization. More information about this committee can also be found on the steering committee page of the vispy website, along with the organization’s charter and other related documents (linked in the charter).

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.15.2.tar.gz (2.5 MB view details)

Uploaded Source

Built Distributions

vispy-0.15.2-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

vispy-0.15.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

vispy-0.15.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

vispy-0.15.2-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

vispy-0.15.2-cp313-cp313-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

vispy-0.15.2-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

vispy-0.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

vispy-0.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

vispy-0.15.2-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

vispy-0.15.2-cp312-cp312-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

vispy-0.15.2-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

vispy-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

vispy-0.15.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

vispy-0.15.2-cp311-cp311-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

vispy-0.15.2-cp311-cp311-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

vispy-0.15.2-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

vispy-0.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

vispy-0.15.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

vispy-0.15.2-cp310-cp310-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

vispy-0.15.2-cp310-cp310-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

vispy-0.15.2-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

vispy-0.15.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

vispy-0.15.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

vispy-0.15.2-cp39-cp39-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

vispy-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: vispy-0.15.2.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for vispy-0.15.2.tar.gz
Algorithm Hash digest
SHA256 d52d10c0697f48990555cea2a2bad3f9f5a772391856fda364ea4bbc69fd075c
MD5 b8a296b3df9b6398548b55a094c2e70e
BLAKE2b-256 1b2eef2697f963111cf1bc83568bbe55f262b7c7c8a72948a6e802a7c236f2c1

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: vispy-0.15.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for vispy-0.15.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f5955821e9b452980490706648a702da8cb2b82e762b6d6589e5872118301b84
MD5 f06be4605dbb92986121cb9316b940b6
BLAKE2b-256 6e37abb30db1853b69aed4c32813cf312f301ec3641b8846193be9a6d892d607

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f13ee0cb95bbff6d7b235e1a8f96e620eee15ccb6d5ad74902427ab7e56dc8ab
MD5 79605abaeb2adbc4a567eb1c2fa7594e
BLAKE2b-256 e8138997d96bdc0a81f331dfd41b368935d79e8ea2917840266567e6dc40d684

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d9eff397ecdbaf0052baae0563caa9e276272d6dc78fbaab3f5e51dbf5f7f92
MD5 2033826536a78ead7ec5e5674c4a12a2
BLAKE2b-256 4cafb892a3c9b4be29755ce4d1fc17ecb8249446bdd0e17bb5b2a9cb39bcf0f4

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e197a012503850a77d47177964d572edab964b2a8ea0f9d998c35b81325256c
MD5 28639e2e1e63243b56f0ac0ab5264291
BLAKE2b-256 cf6fb9b36f841c5ff7320764f64822e79df3fea8a2c92270cda7f3a634d9a031

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2ac46aab46e208b919dcf0bb26869bcd083a0a1a4927bcaf41631ba38c247639
MD5 3af96116c7511ad030dde50568f13f7b
BLAKE2b-256 859a6664b7f0d28e0008a28111bae847a1fa3eedd409458bf01ca45a6e99da6f

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: vispy-0.15.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for vispy-0.15.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a84531c1a89f8b9d3992eb0d0ab74f84884f49d1f46a8be3755c809d7507cb01
MD5 3e6e665bd9dbb035ebd712688dc06dd2
BLAKE2b-256 a8735ffa34d7300c35e8423d51789d594d35eaa7256d210f9909afa9fdd0aa37

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9d38228cedd23876cb2359ff568d523a97284d225259d450d5e5e2129e98eb1
MD5 cb932c9cdbe7c49a2ad6ee0cdd78ac01
BLAKE2b-256 aca4dc6f335e54877f5d26ad4e4aac8f49b2d6e7719dee3e08f363d882c8aba4

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0aa64fcab1cd1730a10a1c9188e9cef8aefe6d099a46f2f87e2458bcef719918
MD5 b7f99a751eda864f0fe67c75c58915b2
BLAKE2b-256 791fca0deb4a876148c0fa515bf03d03e1dfad4553be8e6f2ab51433c074310b

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf995b86dcc1eab265fa2bf9a8a5ca5a225b86c3ed4ac63900f0c5e90d5e8100
MD5 a63e6ea2c4ac2b18b903827090f52200
BLAKE2b-256 8d63a601b8f1e8e418d3821d7b4a465c2eb6695ab8eccadfce886b99ffdfe92a

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c8cbc22bc789f238423abadfcc3ba7589b85729be6b179b321720b511012fbee
MD5 dedf0704a46a4676866b29092c1decd9
BLAKE2b-256 6f7e31102425ea26bafab27bb5a675b499c57d29e72b1cc25fe3ae8facdd374e

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: vispy-0.15.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for vispy-0.15.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 46f8ca742958e19135cfa0f76ef1707666837ae6a9559a3fa3c2a3186967299e
MD5 7f28ef0c5f303885a8ea1e48d6feb214
BLAKE2b-256 f14d236c77644db2427f33330fd6372bac416262fd3de6771c555b969f67bd4f

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c67fb06df462b63ba95c77eb00a3d5b7d53e90f69987b0e216ab67ad7d6d00e
MD5 c8afb1234e5477b18fe34f43140710d7
BLAKE2b-256 5c1eaf88bdb15b20a690b3d5409fc89fbdbb79095a593abb8a37094a42428760

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d107b07365bc1bdfa28fe6f8df05004cd73bfd6269230bef26b3862f2016fa64
MD5 9aa5d7f4e551aaacd0b41105970b5ac2
BLAKE2b-256 67d8067de34eac9aecf71a3291c54a738161caa9cbf30d62314b0500abff4117

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 725ab77b11bb3a4de5145a25b6e06f4555b0b7b1821baf7ffdd7f674f725dab2
MD5 4ec69df103d22d7bea5c2b3a77137a45
BLAKE2b-256 bb715871fe8d2f612502e5e148224426fb263431870a2f5fa5d2205fb9f2606a

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4f7adab04c0a90ca0a1155f09ecc425ca44bee713e6b2d4970d85fc010b05ee
MD5 6211b97847cb673eb3d4c2a5e7785de8
BLAKE2b-256 3ee73590e46cec1d51a8bba0b2d5442df698aec41ff5757e9e29e04aea3cbe12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.15.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for vispy-0.15.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0f2639656fd53ee4cbedf3e3caed0cef646f90e7ca4ec777ba18ad247234d8c9
MD5 7af9e0742f73b56770a05d295bae87b4
BLAKE2b-256 8e8ef07f9d7a341b5058a99e0700f7cab7d222b159154a392b335f0e59cbf636

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a8b0b6b55a781b6add58f946b95c368bfa203e7915fda234f4993c4db03d3c0
MD5 826bf0694ad9893f615dac771c5c04c7
BLAKE2b-256 56915c9d739410427c603fd0aa9e6a29b6c3e51edcc7f83f14bf243974808396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vispy-0.15.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7cbce48e14e2eeac491688be33b4d422d198515c67a1a87021622790309107e
MD5 fc096baea4f15f9e6408e0235589cd21
BLAKE2b-256 586746111a528d63ad5308e4a547484c75e1c9982ec6a3709732ba0bcd343a7a

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89a5d51cc980fed81f16373d515086d5b16da66868df8c1f76e71d4dfc17062c
MD5 7ac4891b7f09f087eb39b819d69769ae
BLAKE2b-256 b6bc8c9a3cb402037d6eda521492c04dddf6a00f600c85b650b33342573fe82f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vispy-0.15.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bc8a49f4e0b27e19be0da318877666d733e1afc7231407e635f948a8aabb095
MD5 58e6d80fc9eb7e6926435774eb17a503
BLAKE2b-256 212ba483bf80575e047173d55f51115c38f9c43962cfd3247a861ce033913bee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.15.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for vispy-0.15.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8bc00f9c9967f0f7fc619c0e21975d2683c8f0729bc5138a2b66e84bac845cb2
MD5 3447362d4ef5a8be36439fb7b58d2397
BLAKE2b-256 a25f3f6bedb86c54e8b364fd70be8045aa3ed92e2139d5c9d155233a19701437

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7084fad06d51a7e5e47f10ad3dcd8035c9178cde499f349d7af8d714da54bc6
MD5 5daef82be17a97c5bfb53ce5afea85e8
BLAKE2b-256 e1c7ae88bfebf1f33ed0ca62222634a4b521d6dbf82dda09ee9fbff4ffd24561

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vispy-0.15.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8433bdd3dd1e605cf2e14811515d766087d7a4e26edbbe46dc0100e79ba1c7d7
MD5 a30a28f92654101d16f077fe63cdea28
BLAKE2b-256 f6eb21ecd5b266f73ac03098076782c86d8ec3dd9dbf8d03af63e2f140f528ea

See more details on using hashes here.

File details

Details for the file vispy-0.15.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vispy-0.15.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9a21616bdcbd847ee6d27a653e141c451ffb6c29346b43655d57e60a0f5bced
MD5 f3484fed0afb8fb2ce5d7c242623ad8a
BLAKE2b-256 fcf7eadff20766c00afe03bf6cc8dc654d6445bb7a363ba7b603496290b8291b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vispy-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f53b4beb976b11e9528c2abdeb9fb57f349759c9b9a136043fd9d6151244513
MD5 24f08e87554d2ee1b582cb39b7a48035
BLAKE2b-256 144f90294b0c3b29b73e81b76327473180960af5e6f49fd4e3f76b9662bb660c

See more details on using hashes here.

Supported by

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