Skip to main content

Interactive visualization in Python

Project description

VisPy: interactive scientific visualization in Python

Main website: http://vispy.org

Build Status Appveyor Status Coverage Status Zenodo Link


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).

Announcements

  • Release! Version 0.6.4, December 13, 2019

  • Release! Version 0.6.3, November 27, 2019

  • Release! Version 0.6.2, November 4, 2019

  • Release! Version 0.6.1, July 28, 2019

  • Release! Version 0.6.0, July 11, 2019

  • Release! Version 0.5.3, March 28, 2018

  • Release! Version 0.5.2, December 11, 2017

  • Release! Version 0.5.1, November 4, 2017

  • Release! Version 0.5, October 24, 2017

  • Release! Version 0.4, May 22, 2015

  • VisPy tutorial in the IPython Cookbook

  • Release! Version 0.3, August 29, 2014

  • EuroSciPy 2014: talk at Saturday 30, and sprint at Sunday 31, August 2014

  • Article in Linux Magazine, French Edition, July 2014

  • GSoC 2014: two GSoC students are currently working on VisPy under the PSF umbrella

  • Release!, Version 0.2.1 04-11-2013

  • Presentation at BI forum, Budapest, 6 November 2013

  • Presentation at Euroscipy, Belgium, August 2013

  • EuroSciPy Sprint, Belgium, August 2013

  • Release! Version 0.1.0 14-08-2013

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

VisPy runs on Python 2.7+ and Python 3.3+ and depends on NumPy. You also need a backend (PyQt4/PySide, PyQt5/PySide2, glfw, pyglet, SDL, or wx).

PyQt5/PySide2 should be considered more experimental than PyQt4/PySide.

VisPy can be installed either via pip:

` pip install vispy `

or within the Anaconda Python distribution. Anaconda provides a convenient package management system. Installing VisPy can then easily be achieved by adding conda-forge to the channels with:

` conda config --add channels conda-forge `

Once the conda-forge channel has been enabled, vispy can be installed with:

` conda install vispy `

Development Installation

As VisPy is under heavy development at this time, we highly recommend developers to use the development version on Github (master branch). You need to clone the repository and install VisPy with python setup.py install.

As a one-liner, assuming git is installed:

git clone --recurse-submodules https://github.com/vispy/vispy.git && cd vispy && python setup.py install --user

This will automatically install the latest version of vispy.

If you already have vispy cloned, you may need to update the git submodules to make sure you have the newest code:

git pull
git submodule update --init --recursive

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, IPython notebook with/without WebGL, 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.

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

vispy-0.6.6-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86-64

vispy-0.6.6-cp39-cp39-win32.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86

vispy-0.6.6-cp39-cp39-manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9

vispy-0.6.6-cp39-cp39-manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.9

vispy-0.6.6-cp39-cp39-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9

vispy-0.6.6-cp39-cp39-manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.9

vispy-0.6.6-cp39-cp39-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

vispy-0.6.6-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8Windows x86-64

vispy-0.6.6-cp38-cp38-win32.whl (2.3 MB view details)

Uploaded CPython 3.8Windows x86

vispy-0.6.6-cp38-cp38-manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8

vispy-0.6.6-cp38-cp38-manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.8

vispy-0.6.6-cp38-cp38-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8

vispy-0.6.6-cp38-cp38-manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.8

vispy-0.6.6-cp38-cp38-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

vispy-0.6.6-cp37-cp37m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

vispy-0.6.6-cp37-cp37m-win32.whl (2.3 MB view details)

Uploaded CPython 3.7mWindows x86

vispy-0.6.6-cp37-cp37m-manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m

vispy-0.6.6-cp37-cp37m-manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.7m

vispy-0.6.6-cp37-cp37m-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m

vispy-0.6.6-cp37-cp37m-manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.7m

vispy-0.6.6-cp37-cp37m-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

vispy-0.6.6-cp36-cp36m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.6mWindows x86-64

vispy-0.6.6-cp36-cp36m-win32.whl (2.3 MB view details)

Uploaded CPython 3.6mWindows x86

vispy-0.6.6-cp36-cp36m-manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6m

vispy-0.6.6-cp36-cp36m-manylinux2014_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m

vispy-0.6.6-cp36-cp36m-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6m

vispy-0.6.6-cp36-cp36m-manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m

vispy-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: vispy-0.6.6.tar.gz
  • Upload date:
  • Size: 13.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6.tar.gz
Algorithm Hash digest
SHA256 6f3c4d00be9e6761c046d520a86693d78a0925d47eeb2fc095e95dac776f74ee
MD5 bd3558da513ce0912d4bd1a9f151126b
BLAKE2b-256 a55d50ffb7e37b372a1ad8e3d84505eab2b87c5d3502a86205421d069a70dd90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 90d4981425cc115bd7608aa445a10defc9ffecd15dea34712dd754263fb46647
MD5 8f30a508461eea81b0d207f7eb311df8
BLAKE2b-256 041f8574dfe4243679034b6dff247fe79af4af93240e368c8b0c90a641f22022

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: vispy-0.6.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e0e2a016e5a9ce023451ac0d35054aed55fa8e355c0233d28d687bf26bd2e402
MD5 20fd77ff4aa75101c89f5fcde843ae1a
BLAKE2b-256 f6b4022a6486fc0c1cd9344ee08d273a6642391d9b69f660b3354b160011f7f8

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09fdda121cdb73fd3b6e26b06bd309e8d63cb436ad2a285558c372c3231f6039
MD5 01806389a51cf5044d9951645b31a2bc
BLAKE2b-256 1210f17f16338688291b6fb74ec8ad94d2b169e18e6152ebffc9465e25cc9f38

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abd799dff361fe0b003967f8e3741a40d2674e7cd034ee017f6abc2c02c6dded
MD5 116733362122f61b11d6c5228889ac3b
BLAKE2b-256 211c9088bba2a8c2ac1a27548c13ddaeee58a5eac14de101e8c52ce794c1af53

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0fd3864fb1965ac4a6c01cc9e7d94d8ba989972c8d574c681ba74d0034595be3
MD5 9e5675c3c9604bfc9a5812e94dc6960e
BLAKE2b-256 2791fcd89e49b0f5b0b4ea663daa0773992af5c0b11a3023144b78a4d2166a39

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 89b8909ff22e7feabe99a2126350ec2662f50e346a471594d1c93431691e4b92
MD5 b549a547cbf0fcac3e86d337dec73266
BLAKE2b-256 76e03985ca3ca3a7be3c4b92460d7f665205ea012d0876762f7c3526d204c7b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.6-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad1bc54f0c10309ad69fbbd3aeb343702064be56a76b2a5392153dc1940564b8
MD5 e8156a3142eb302b61eb50b5d5b0f732
BLAKE2b-256 28a31bf667cf08fc2565fcf79064cd24512de59f36fe553da8d747ad7082a898

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d6fcda9ea1e14f80910e298b0cbe2f35a71cbb1739a32fa60298a297fb68a66e
MD5 ce48b8573d163386491570a8dceb3c80
BLAKE2b-256 359bbc154269ae9836475d8a51f0ba40878e6247729dd1828a96b641137fa889

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: vispy-0.6.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2d294c388331fb80ec088c59fb79420e5c0a6ab983c78ccf4385f03b78e7dff5
MD5 fae697ecbf6594febc51c8284098a4b5
BLAKE2b-256 463aab09ced2a796b12b44d9946fedaadda909b3f6bb382a985754e27f9287d0

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f1048d30c0a73ef1b3ed979834dbd944af975a72edb9e682d74bf74d3e6b304
MD5 f193d62c0d0103ada5ce18372623b713
BLAKE2b-256 2addf71aecf6d1e9d414ed70f3c2d2b37033c4b419e73b70c6e634acf16a9457

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aca914dbd188c123af240b4c8631361372ab2517be7feb87102092e509e7a00f
MD5 4176065e092291c68322176a169301fe
BLAKE2b-256 709b182ef578869c8a0eb6640e04dd56eb6c374fdd088882f0cbecc3fb747597

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a8e8b657c0955f9df1724fd59c579438cea2ac4c1e529c57da628921c17e4519
MD5 ae75832b9b4019ca44cbccee15b16e50
BLAKE2b-256 f3eeede3897a8a55fbf15b0a17761e585d856c4977b672f81fc3ba9b2777e91b

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fa1bfb24fc51cc54ccb4503e2c937539173aea5b67a7af11f78f781fe1110886
MD5 1ff69ecdaaa20c3d3521bb0c2b71156c
BLAKE2b-256 d802e1549c167d4d8a7b600aa7069fb7b034704b38eca4e0b3535c65d5443811

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 398707610642dab8c1597a36d8fac77772504e9a706343360d5709eec346c57b
MD5 8441842e3294dfc8d60b0a2f4d1fff1e
BLAKE2b-256 aa314de0d8d4c1ca8301cc55a516803a9abf6d0947945e0533f6f2a17059f407

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c40c485d576e626d1d831e9c77cfe1a18f0da0e2b3c5793106495407eb1af9dc
MD5 060715eba8629de843f412d88379eb5f
BLAKE2b-256 712da71ed56b7f673d3c83ebf208925fb3c40850f8d337b4c20468a0fccb2479

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: vispy-0.6.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a61a2e17e0d5f149439d0ad8e1e6274ee8de369967244e9ffd5a3551ec869a14
MD5 f56b9d45f94af8a0b426a9dd556736ba
BLAKE2b-256 14ebcedb25531d540f436b9b46b6c1f97e16d5a458d0e9c3a3412634b18e095e

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d0205edd35261431098702c6dcf03b8cae0502b14eed8abb13258495ceaedeb
MD5 29865f8b1ad699b468e9de06a276ba75
BLAKE2b-256 b006305afd7ef1f0ccd570e499817f1ebf256132f961b4f339a0d8acfa14c6ec

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a9426b0b916b4b00ced1d2a4138afd0e58a466fec4846aed6715c99a784c6ee
MD5 06c363046057678a890fcc5361c1ee25
BLAKE2b-256 0c9882a1675da042e10854478ad7da5acb3ddb94516ca90a2c9fb29ea4b4605e

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 78e9b1ff1a4cac3a61bec6881666bd4bb9ac048ffbdac6060e1bfa6c868e00e5
MD5 da4bb7652ef00dad3502fc06a88f9bb4
BLAKE2b-256 ca69edc9bef7818f60020ccce9e1641477c8fa8fbda82513d6febca70a1b5c6d

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e71094faf9dff919abf529e35436416e98d878478c66cbec021070c4cfcd53ca
MD5 0f9de920ebc3611444bf582703843151
BLAKE2b-256 c5fbacc6e24e6aeeb43bafadb43dce5771a945803d981e3fdc8a0aa8ba5aa4f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bfd8e3796b2f444ed54fbb91aec5ad3ebe95d1046fe3a29e34d403ea9433412
MD5 ff7c8bd72ed9919c5820dd40c521e0a5
BLAKE2b-256 623ff258f5eb6321d1adfe2d8301789638e52e2dd14ef103cb12645306ddc578

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 49202eaf37cfa2643295c54210edb645a757d9fdf826e81902250ac2f1c95d0c
MD5 fc96a20ba2b8e5aac476ad577adf86ff
BLAKE2b-256 d4286dd72b7c7907a0289735ec1c177f10fb112cfe96ea2519623950931dbd63

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp36-cp36m-win32.whl.

File metadata

  • Download URL: vispy-0.6.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 763b79375964b037410a550f0e92a6ec5a839927ad1b664351927d36826df074
MD5 a769ece6f45fde3d92b1d4a9146037a4
BLAKE2b-256 d5e1dc5b795af8c2a90f7f49e1876a253247bf8191776bdc45fe8424e655431a

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0317edb43c74c3527b930d34adaf9fecb05089855d870d4b782006fc75f2ed67
MD5 855f8539071acbca8a3c2bec8db75e0b
BLAKE2b-256 f4f90a06f20ed1bdf4a2cd98e13126fc7fb9b00e0b4bd5d171d7dd47e99042d7

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 118da860e84f09f08d5fb666f162274f9bf3b0700390d32c38bf54ff85366a2f
MD5 275e4e00e64102d3351be51a79ac0c67
BLAKE2b-256 82df57461638d5ebcf002b3ebe18f18ca527e5b61dab86098a056e296bf80c7d

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7a74f3849fb5a139fdc88a724c61ab657fdc999e2704532aa5158b05fb4dbc94
MD5 03dca383a2e78f5948c3eba8125b9252
BLAKE2b-256 42c28f43bb606c4e3b01e59abd2ac84dadbb48206455d2c3f8ebdb2f0031c529

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: vispy-0.6.6-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a17f6d8b38fc2574c543c5786065d0f0aa07782c94df080d5e22471980167baa
MD5 5b43e48b468d06eef0f8fb3498f9bf96
BLAKE2b-256 7126b8f697cb5804d20d065e00fe2de16710ddc6571e3cd33d6c933430acf0d3

See more details on using hashes here.

File details

Details for the file vispy-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for vispy-0.6.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f0e52858592084f0cff5b5acb98ad02ae9a47f18ae043cf7418e831ed66522d
MD5 dedd07d0e1dd8d25465f268d3e0fbe77
BLAKE2b-256 fe215a2f954d235e16338af946d5c126e4b7538ac37eb874bda2faed12aac9e4

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