Interactive visualization in Python
Project description
VisPy: interactive scientific visualization in Python
Main website: http://vispy.org
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
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:
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.
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.
External links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file vispy-0.6.5.tar.gz
.
File metadata
- Download URL: vispy-0.6.5.tar.gz
- Upload date:
- Size: 13.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90cc76e79ee16c839bca05753e0c5f9f1c1c57963f2d3b248e4afac0fd75df75 |
|
MD5 | de9761db8ed731f545463ebab5402bcf |
|
BLAKE2b-256 | 46aad1e408cc42c9115d1a374bd1410ba573e3d237f89ed9c6438913f74d65b0 |
File details
Details for the file vispy-0.6.5-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e83dd654fe9cdfbff96e1f59d8cbfeb09f9a10ab7c1d62223f189ac0844bf7e |
|
MD5 | bd932f3cf40a92eed20640a52df14bc4 |
|
BLAKE2b-256 | 4948c22d882efae72b8ba52b44e9c13d322afc961b654653805e5b5e05519f58 |
File details
Details for the file vispy-0.6.5-cp38-cp38-win32.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8058535155b704a28a0f02e3d54df0fb45921ae22712c9adb6a1039852db7618 |
|
MD5 | bdd82127633746ae30b3aef3607b0349 |
|
BLAKE2b-256 | b38ed06935388799ca002f41e85777ae7c6158d0e83578e1d7adeb2e6ad6ccd3 |
File details
Details for the file vispy-0.6.5-cp38-cp38-manylinux2014_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 648774101f9a2bdec270cfd578caedd61a2913c1fb525067d7b0725f23023025 |
|
MD5 | fd7d47f5f19ea87cd768f122ba39d1dd |
|
BLAKE2b-256 | 57b18b21d4a2ca2c53ce3a56c9e876fd81a6a3883d87d56f6842f967ccef3546 |
File details
Details for the file vispy-0.6.5-cp38-cp38-manylinux2014_i686.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6acc4fce616193e6d44260bd1ba70f25083f2ca3d569904f1bb81f88a12a34a |
|
MD5 | 64a7124bfa6e6bad307d7c0be342ba22 |
|
BLAKE2b-256 | ce25ffeef4a982da4b6afd34433f7f5d05c132a997440304ac9ec87c7227731f |
File details
Details for the file vispy-0.6.5-cp38-cp38-manylinux1_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dab2252749120b4e216d0ace04db6444e6930856e3e0d233eb40197c58ee7dc4 |
|
MD5 | 9cbc38f2c8e48b496d342402585793a1 |
|
BLAKE2b-256 | f5e66b77d413eb78cc5eb45430d5f2d801963c75033d8dbc42fd7cdf0dc2ed36 |
File details
Details for the file vispy-0.6.5-cp38-cp38-manylinux1_i686.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5caed9b52218e547387ddb56c4d933ee7a729185c91994547abc50f7d6ae8289 |
|
MD5 | 2865c57a1e2f71800b730cfbe06faefa |
|
BLAKE2b-256 | c22ca69db78593828a66461092d5b94fcddbacfd5f7560e915ffbbf7b68282d2 |
File details
Details for the file vispy-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4797f1e90a090a21add24c3637fa67e6349f3bca6addfe64c0a877553aab0c44 |
|
MD5 | dc44d22b0917530f6790f85700827d05 |
|
BLAKE2b-256 | 8e00e0db2493cb829e2cac4bd48489731117d1f04bee2c67493e606d41950a00 |
File details
Details for the file vispy-0.6.5-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 130c8f8b087fbba43f64c570774f7647fe014e7c054493c518c27af146c60d81 |
|
MD5 | b200474973bd5e6b643b92ac707752e5 |
|
BLAKE2b-256 | d5e8acb9173521180e68d0ee48aef09dbf501c5b84ef25217cb4b97f669e8bf1 |
File details
Details for the file vispy-0.6.5-cp37-cp37m-win32.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04192e1b88f0086bf61b2690894857b10a503893700fa7774babc004d2fc9e81 |
|
MD5 | ea08a653ce3bb8ba1af0a4e9308ad5ec |
|
BLAKE2b-256 | f49facaeb5c05a6d3497143b2f491d802e0a796d30a9ba81a6c159ddfc02e0d8 |
File details
Details for the file vispy-0.6.5-cp37-cp37m-manylinux2014_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ca28842cbd4de11a0312e09f21bdb9271b79747f7702720e22329b4e1d596bc |
|
MD5 | d913196aa3d8f80dc14848911366d1c1 |
|
BLAKE2b-256 | fa4e7a4c0ac5250dd94fd8e3096040171f086bb745e8688aa5cf2816f5ebcaf9 |
File details
Details for the file vispy-0.6.5-cp37-cp37m-manylinux2014_i686.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7da04d2f68a3058d16995ac9a466e09e4197d355da269c5f415525df3f9c5624 |
|
MD5 | 436f4bfcaa47dc68f7220001b36dac8d |
|
BLAKE2b-256 | 2d97532807dd18e42485c7a5c608ea58c46e2717d39d72d73f3a1c24d2e23644 |
File details
Details for the file vispy-0.6.5-cp37-cp37m-manylinux1_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9461b66291aea5dda02bc05b0ef126b8b3810aa8cc02d5a5ce14454ff64c4ff2 |
|
MD5 | e77651806613ea89ba6288e5e344e649 |
|
BLAKE2b-256 | 88f4fc9a4797a649d95b6159ab8b8f81618ab94997b06765c02fa92a6a9d260c |
File details
Details for the file vispy-0.6.5-cp37-cp37m-manylinux1_i686.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2e66d2525f6046b69b62825c3b22efeabb45df7698ff26895c48ec85b3e43a3 |
|
MD5 | 1317b1a53ec69544e4761a4643920019 |
|
BLAKE2b-256 | 58190111a9a568e4328ef657839b1a3a55e00986d535ac586cf55484624c1a7f |
File details
Details for the file vispy-0.6.5-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30010c14e78a95f3a8ac7a72ef805e4c496d5046cebe2688cccd73364887c03e |
|
MD5 | 8d6c226884f5a698ab2d326c88955a7d |
|
BLAKE2b-256 | 91648a6a01fe2e08489d854a6aacb366db41c2e22073236978a163f07c259cf0 |
File details
Details for the file vispy-0.6.5-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97dc80df3637abc5dbd0f36cd9c724a504ff98e0c8a7ac754bf8e9cecca6f1b3 |
|
MD5 | 3bb33b8707621c31dea14f4222797a50 |
|
BLAKE2b-256 | ff5843c96e11ead0b8eaf38cc6db4a0aac41ff808b4fa1cd51a57c2d51141f5d |
File details
Details for the file vispy-0.6.5-cp36-cp36m-win32.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10cf4a633192c860317d98c0ad6e3be0813eeef3ae001babfef0c8238c2363fd |
|
MD5 | 0ea9d349334b81b58ce4354573e05a06 |
|
BLAKE2b-256 | 41066883fd9ffcbc2ab97b3566334cf68370d2c0db21ae950c92406b97d7838b |
File details
Details for the file vispy-0.6.5-cp36-cp36m-manylinux2014_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0173b6f12fa9ee19b6d81d28ef639d579338be28a4b13c1e82139c79adeb4f06 |
|
MD5 | d46ed438f72b1300aa0674f49a256e3f |
|
BLAKE2b-256 | b2b9f61ca213d9f66b1bb50fdb372b600b6ebab4968b84d9939a8af99328b8f0 |
File details
Details for the file vispy-0.6.5-cp36-cp36m-manylinux2014_i686.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d82008de0f9b5b4a5dd7e66df9510c55e8150ed0589af0f58984d7e7bdaac0bb |
|
MD5 | 5bf1adb977f2a5e9ada90b77b219bf7f |
|
BLAKE2b-256 | 14f5a3ecace4fec98bad139a90b087b068400f91f9c062ef9b08bc814c7eafdb |
File details
Details for the file vispy-0.6.5-cp36-cp36m-manylinux1_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 527697625928d5e618ceb7eed0e04ba7dbcaa4976c44b2d539a26f98ba44cb91 |
|
MD5 | 96e2fa41296337578395599b75a32880 |
|
BLAKE2b-256 | 3ce64a0ba92902f80ea9c298668c47e70ab485f60980ff8eb69e4f037d3d16c8 |
File details
Details for the file vispy-0.6.5-cp36-cp36m-manylinux1_i686.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b6813305e1d6a944fdd0046cc33de990c380d069019e335af25dfcb3f4c9312 |
|
MD5 | 28be03b52c0e4e51eae9f8e80feca75a |
|
BLAKE2b-256 | f767a64e108772323fd6deaa3c877de7bcfd8ab056ca42498c270d7dffc7e4d8 |
File details
Details for the file vispy-0.6.5-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: vispy-0.6.5-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.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a5b2c339c3bddc2291f8f0c35841f3ae789a30a5e78d4a3b93cb7858bb8bade |
|
MD5 | ff8eb0a71de5c902530fd632d91a871a |
|
BLAKE2b-256 | 89fe957b1be6b1d9fe22b46de2b825aec9552da7bdcff4f8a857e0f68243117b |