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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

vispy-0.6.3-cp37-cp37m-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

vispy-0.6.3-cp37-cp37m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

vispy-0.6.3-cp37-cp37m-macosx_10_6_intel.whl (2.3 MB view details)

Uploaded CPython 3.7mmacOS 10.6+ Intel (x86-64, i386)

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

vispy-0.6.3-cp36-cp36m-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

vispy-0.6.3-cp36-cp36m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

vispy-0.6.3-cp36-cp36m-macosx_10_6_intel.whl (2.3 MB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

vispy-0.6.3-cp35-cp35m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.5mWindows x86-64

vispy-0.6.3-cp35-cp35m-win32.whl (2.3 MB view details)

Uploaded CPython 3.5mWindows x86

vispy-0.6.3-cp35-cp35m-manylinux2010_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

vispy-0.6.3-cp35-cp35m-manylinux2010_i686.whl (2.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

vispy-0.6.3-cp35-cp35m-manylinux1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.5m

vispy-0.6.3-cp35-cp35m-manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.5m

vispy-0.6.3-cp35-cp35m-macosx_10_6_intel.whl (2.3 MB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: vispy-0.6.3.tar.gz
  • Upload date:
  • Size: 13.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3.tar.gz
Algorithm Hash digest
SHA256 61527d5aa22ac54e2439208a6d062a5d81d685eb558a932753e6f2d6e4fd5a10
MD5 ac3366629f807a0f18796e00de3954d1
BLAKE2b-256 213077a3dbc27fd455b1991ff2b868b4e01c598dcb0f087f278c8c1dda5f62a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-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.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0df64e33658b328cf4bb54d24954b3a6159b2b224086e7d2c98450a6dc81a70b
MD5 14d33c8916393e665c9a1bc7d2b8b2a9
BLAKE2b-256 f12c1aead1dcba4872d3ae44a68da28a0a3b81ea3c1051897ffad6991e47581d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-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.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 37f9e9b3ed1ce1ef219e4f5e421483445c5ebc4ed60db04f2fe26aee14033eeb
MD5 05c6756a71dfe441fb6fdf0733f75cfb
BLAKE2b-256 c5051c689ea43a272213cfb2ecdbe052319ce6e22eabd3865485350c66acaf10

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.3-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4ace7a964c42cffda0f7710bd964516913daa81006f9df91e1507567b32983d9
MD5 651fc59c017288529a7d1d48b21bbca4
BLAKE2b-256 f25ba1e5d401b450446f27b251b988ace12ce5f6c6c491a6012efabfe240c25a

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: vispy-0.6.3-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5df9e82d5feefbe5ab14d509ca1061e240e1889087fbeb04c2677a3971bc9cb2
MD5 14c50c5d025616a27471bffa833d4973
BLAKE2b-256 82750c9f9e526d88a6d63a97c33e85a3837b9065e32cffcc36997b17606e6ad1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-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.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 249eceed6dbdc212e02f524e5d9c4fa3e2cc6e1f142e599b03772efb31d7f631
MD5 ff927fdbd7c8c824afdba7ab7212c092
BLAKE2b-256 b6bd1d8aa6acda74ee38cd1eea2627482af40f329df1d21f020fe65b26823312

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 864a197ec8e80b4a469698e735455c8f52464f7ee885be3ed59dd21a5f65a759
MD5 05732b67e40244df506aea4358f6187c
BLAKE2b-256 51742b7a3bfc8697ea19abfd738db1faed304571ee268d2c921a499f5ecb5120

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: vispy-0.6.3-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 4d563b84442277330d040bbd8f0e96c3479d8fbf840927e94988881fd1db58cf
MD5 6ca43ade405b3e74eaaf304e62a80b6c
BLAKE2b-256 6c58ecf78c20b94d70cc263d7368be87e0457da9a94633b13560b67be9e3b907

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-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.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 aeddf629e1841e3818b9a2342d3fa08aad8237a153ad446e5b4a35e6112b5c51
MD5 100f6aca984f9b03739d05d84f48d47d
BLAKE2b-256 635b8a506925a1ce145c746ef6e102532cb383361c86a31cd94972f4e2fa4eb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-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.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 49a8cdcfab6321b3544271270b1ead7eda6f6fd226bdcb389449e6f07c0b5e32
MD5 98d2b1c80dc7a130f5a6991c88b57fc0
BLAKE2b-256 7271c9e0bf40b61b3b45a61d78a8de50070bdeb41d359bd367cecff315d58501

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.3-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d67fde605ebbc4f7fb715ce413a30a4c835806e8f8dbe44e8e00fc7adbb8d4f3
MD5 b98342fa057427b23b7f8ea22e6bb27b
BLAKE2b-256 2fa67e441f427cb57f69e9175ec82d5dbd67ebe83deb4bcf93bfd365d034cbe2

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: vispy-0.6.3-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cc3beec751b213218a361b1dbf1d4ec5f0a2100f73dbfd75150e1c049d707d0f
MD5 5ac9c20a2d0bb0bba0aae99ad803df56
BLAKE2b-256 a1965eeab4d74558290b2345b0e3e718d6100a69e7a6105a183e8b480d6616fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-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.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5fff204f11636e662ab354e3053bf01abdfa5da58d859b6de3610e711eb1b6ae
MD5 52a889ee23d111d3b3385350cb56f003
BLAKE2b-256 eb535b8d77998134e630bd2ce24358faf505f49672b5abccca38bf1d9cd66f78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vispy-0.6.3-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 186140c0839d59ab903c848eb4ac9a011fb460f410b2aabde3470a332818128c
MD5 98ea7605e28a049bf33f46d7dd66eab3
BLAKE2b-256 05aa353cfaeed6be91fd25f936d2f886155d806e394a22779f404c1179c0b755

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: vispy-0.6.3-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 071a7cd931e447e44951b3003c19f627fd556d4a8d7212dee469f65af727f1f9
MD5 ff38d7225cf388a6d96035b74603b0b6
BLAKE2b-256 d7b78bf58097c991d604ee6a3c4104a21ebbc00fe4f4e103152c51497840e729

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: vispy-0.6.3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 37b2cd7cf39847b07d1e522f55fc050936b52abdd0538f3b09f26aafa4f28915
MD5 d8894ecfc437286e4dd900feca09d18c
BLAKE2b-256 f0ce14cfd9ff26707d53c3ffaa69517703e807c3e1d7725795f0cb93bed7ec1e

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp35-cp35m-win32.whl.

File metadata

  • Download URL: vispy-0.6.3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8e7b8da4a37401dc1a6c6d059a9fa9be29116a1f1456209eba5543737277a294
MD5 80bae480497ca358325b37abcb2a50cf
BLAKE2b-256 f5bdb974d3adddb38061ec0ad2d83e9dfd5a1ab61e9e1d791b81ca9a6f0daa71

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.3-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8a6d2674f5187d4b9f76395c7429071578930a1498b2a3f27c9b79dcada1aad6
MD5 54727f434201312af69d394d9a589584
BLAKE2b-256 69fb10926c83213f95da82768c78cf84cd4c445ac0fcfb9689dcc9072ff7c0de

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: vispy-0.6.3-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e34805cc30eb2e772ef75b4668552946684a6fd190e2e6cd9afef0dc9712806b
MD5 f2d09fb08b2dd6a26aab717aaa6b5f4d
BLAKE2b-256 526ed6660c672cdc443a64083b2bd3eacd10a4197864a650989a39ce2200f91a

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: vispy-0.6.3-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 95796859bafd48e0620762a715be597230cec5e9c0e79e18297d1f1f9a91f6ec
MD5 53140905323eaecf147799b9375e6cfc
BLAKE2b-256 055b048ac1fae56659f95b9bd537deeab962d3a74df5d88fa632a01b142052a7

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: vispy-0.6.3-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 533ae6466689962606ea3ba897969fad08946f4f13a2d2bc1242054b7541c988
MD5 f8aa9cbef30eecb7d09ec4dd1f90e4ce
BLAKE2b-256 0e74209a94189cb5332ae94bff0ccae3e420c3e2066ccc89d9a53e2ae2681074

See more details on using hashes here.

File details

Details for the file vispy-0.6.3-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: vispy-0.6.3-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for vispy-0.6.3-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 357243a56e5f87bf8f866923ba2fc7b82a20f52ae01a8dc727063919b98224c4
MD5 1609d785884978c3fffa52415b38870b
BLAKE2b-256 9bc949635ed7d44ae356682dcf698f12990001853fc63f9bbe5961c8a2652ee4

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