Skip to main content

Polyscope: A viewer and user interface for 3D data.

Project description

Polyscope's documentation is hosted at polyscope.run

Polyscope

Build Status

Polyscope is a C++ viewer and user interface for 3D data like meshes and point clouds. Scientists, engineers, artists, and hackers can use Polyscope to prototype and debug algorithms---it is designed to easily integrate with existing codebases and popular libraries. The lofty objective of Polyscope is to offer a useful visual interface to your data via a single line of code.

Polyscope uses a paradigm of structures and quantities. A structure is a geometric object in the scene, such as a surface mesh or point cloud. A quantity is data associated with a structure, such as a scalar function or a vector field.

When any of these structures and quantities are registered, Polyscope displays them in an interactive 3D scene, handling boilerplate concerns such as toggling the display of various data, colormapping data and editing maps, providing "picking" support to click in the scene and display numerical quantities, and generating histograms of scalar values.

A simple workflow for visualizing data in Polyscope looks like:

#include "polyscope/polyscope.h"
#include "polyscope/surface_mesh.h"

// Initialize polyscope
polyscope::init();

// Register a surface mesh structure
polyscope::registerSurfaceMesh("my mesh", mesh.vertices, mesh.faces);

// Add a scalar and a vector function to the mesh
polyscope::getSurfaceMesh("my mesh")->addVertexScalarQuantity("my_scalar", scalarQuantity);
polyscope::getSurfaceMesh("my mesh")->addFaceVectorQuantity("my_vector", vectorQuantity);

// Show the gui
polyscope::show();

Polyscope is designed to make your life easier. It is simple to build, and fewer than 10 lines of code should be sufficient to start visualizing. Thanks to some template magic, Polyscope can probably directly read from the data types you're already using!


Author: Nicholas Sharp

If Polyscope contributes to an academic publication, cite it as:

@misc{polyscope,
  title = {Polyscope},
  author = {Nicholas Sharp and the Polyscope contributors},
  note = {www.polyscope.run},
  year = {2019}
}

Development of this software was funded in part by NSF Award 1717320, an NSF graduate research fellowship, and gifts from Adobe Research and Autodesk, Inc.

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

polyscope-0.0.7.tar.gz (5.9 MB view details)

Uploaded Source

Built Distributions

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

polyscope-0.0.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

polyscope-0.0.7-pp36-pypy36_pp73-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded PyPymacOS 10.14+ x86-64

polyscope-0.0.7-pp27-pypy_73-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

polyscope-0.0.7-pp27-pypy_73-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded PyPymacOS 10.14+ x86-64

polyscope-0.0.7-cp38-cp38-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

polyscope-0.0.7-cp38-cp38-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

polyscope-0.0.7-cp38-cp38-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

polyscope-0.0.7-cp37-cp37m-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

polyscope-0.0.7-cp37-cp37m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

polyscope-0.0.7-cp37-cp37m-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

polyscope-0.0.7-cp36-cp36m-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

polyscope-0.0.7-cp36-cp36m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

polyscope-0.0.7-cp36-cp36m-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

polyscope-0.0.7-cp35-cp35m-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

polyscope-0.0.7-cp35-cp35m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

polyscope-0.0.7-cp35-cp35m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.5mmacOS 10.9+ x86-64

polyscope-0.0.7-cp27-cp27mu-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

polyscope-0.0.7-cp27-cp27mu-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

polyscope-0.0.7-cp27-cp27m-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

polyscope-0.0.7-cp27-cp27m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

polyscope-0.0.7-cp27-cp27m-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

Details for the file polyscope-0.0.7.tar.gz.

File metadata

  • Download URL: polyscope-0.0.7.tar.gz
  • Upload date:
  • Size: 5.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7.tar.gz
Algorithm Hash digest
SHA256 ce78e5fbb55b0968213ee1bacfb76640cb041ddd9b6ee6ca52727efc9dbf35b0
MD5 19baf2e718edb34d39f6c685ff9c8529
BLAKE2b-256 13c4d3438fb3740e614d3bf30fd402172f38532abc0cae2a2989b60da7039869

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 23a3e85ebb9817b7ac59a7c89477464590b1725be9b2b546112948ca8e8b5792
MD5 3a661cacc837688bd44a334ac2cca8ae
BLAKE2b-256 67b77cae70199cedb97b4c43a72e35b13a13924a1ec28048d5156d60dc297d49

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-pp36-pypy36_pp73-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-pp36-pypy36_pp73-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: PyPy, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for polyscope-0.0.7-pp36-pypy36_pp73-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 40cac6fbec6572220d5fc9b867b15a807373cc421a87ce837f20b57eb05d0256
MD5 41edde6a0cd84e7db089d1c58481e681
BLAKE2b-256 192aef931947eb57557ea2026877cc6c681bfad6a4bfa163043a7dc494bc9add

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-pp27-pypy_73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-pp27-pypy_73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-pp27-pypy_73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 14821bf96efb495c94546b1f22fe8f98f4df64bce4adf98170c1ca22a8e2305d
MD5 4fadc7f478eedd31d93fde20fd408b48
BLAKE2b-256 9cb7ce37211b828b223f59da0b9f090b76c5f5e8e5a7c9fea2f03da42cf62aaa

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-pp27-pypy_73-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-pp27-pypy_73-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: PyPy, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for polyscope-0.0.7-pp27-pypy_73-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 cefcf0be79bc3f5e697661b270a1048295e179fa09c6c1fdf8ad7a4a3125756e
MD5 d73f2a12d621b0644b513de0da6773db
BLAKE2b-256 96347c1515956834f49bd66b949896db497192c649a0bd90440c7b08c2f8ec90

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8ccb269baf7eaae42e5e587623cfdc6e599da0ec0f0e6dea2d059598b2db2b89
MD5 d0914ab1f1a6728e225a5e4532b0f1f9
BLAKE2b-256 b2862ed130495f0ce345b6a265ed9469aa5da2da46bbc9db2ab7ed66b0832a75

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 30667e85af0d1f9b81c673074a2c8d396b00e437ee457ecd68c4e4d43a9ce861
MD5 0fa0292aa9af94f22a67aee2dd5eab20
BLAKE2b-256 59c7fc656da77e0e0293191556cce5c3a1f4403346ea9e55454a6d01468e4ef4

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for polyscope-0.0.7-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 476aa5d8126bb8a3f049d30e3dc93610d7f7d70cca43ea69aca6bbf1df3dae00
MD5 e06cfb36546fd487cc9608bc8d54a911
BLAKE2b-256 501faf9a3390804ba2fc37891450a7452f81d6d60ca7166356895b7b1ebf65c9

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9fa09214748b6c27ce70761e57484840ce37f41a8e2cdcbae9d3f9d9196e3d60
MD5 9ad0c2c89bf13e5eacf02d742dc42fe1
BLAKE2b-256 e9a63e0dc512a4261b452d566896015701d0fb9947c2aa029b8bad7a9e1159a4

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 93e045b26468f42ae01d4572439c9dd1ae09aa7ed1f8ed14f6ccf3e34f210054
MD5 b7d1adde56e70ce2875f27f2e1e5e5dd
BLAKE2b-256 2227cb988dc8f3adaa1edae5605981addcea2e80621455770dddecdd14c32fc6

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for polyscope-0.0.7-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 938a2d94e42a3e0f5decd9d1878a6f5ec466662a7fde5d267cd7e1fa07815360
MD5 3ff2d2da81406ab025e2791e789e37cb
BLAKE2b-256 532fab8a42b7f4ce0b3e61287d6c38fdad61952784d981849441b04948e5a2f8

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1d72c433b0245bdf3544d157fa8fc44e76b0028815b6c8a56a055bf6c04d4345
MD5 f30d0cba1b191a144769d6a4dea1dd31
BLAKE2b-256 617cc9aba9467b62faf4841fff469aa85816cf29a1e0465fef9f2e95ab71deaf

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 707ddf3828c31f7276de0af22aba400cc6d2cb0caa9ec59c8094d06be96ac963
MD5 30bd500b7a3f3d75fd8c4b168c3d6781
BLAKE2b-256 baad641f66633d848db1e4a029439c4c0f0540a2ad73f282ed2d10e09900480d

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for polyscope-0.0.7-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c96cc273d706039b508a3a44538064e05dfdc96cf4fa42a3cf45967099716242
MD5 bca943039bfaa4bfa19328e39cbbabea
BLAKE2b-256 b6cba67ab2c5aeda65f9cca82f7a0b4acee77b02a4fb55a80ed7a20f6cefabb0

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6af52a56fc9dcf1e33a3263f5ea3874c0d09f33f0ade6ab41c6982f63665d67a
MD5 758b04a765e1e0242574ab7ec9e2cdb4
BLAKE2b-256 7b14353c8f5166cf5b548d8c022a5f50e563c5fa0b765f1de664a47d12182d8b

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7701a2daddcf23e92793a775906e0761f8d850a12669d09b55e77a03f0d06237
MD5 a57fa1d9bf7bd85df1626921988b9bd3
BLAKE2b-256 460f4b5cc1e6c221a3121f9736b87667a201fbefca6df2639d76fbdb7a38bcd5

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for polyscope-0.0.7-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a79b61d0bb52dc5218793d0c5ff8800d1fbf2fa61d4f186d9e1e248c5ead2795
MD5 45bb806881235daf786209124bb31260
BLAKE2b-256 7da1da59421057f01007d80c8d00328b8303dd95d0eae059dde71a65a5eddff0

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f7af00a9d3d00a208367fea7ea3cd6178094cb518da0131f94fae93034254ab5
MD5 f99d8a1695b6fa0db10aa93be69e8493
BLAKE2b-256 bab25322d1d020e2f34ef86c6256435a167237eb68c8d9ea62a2b0b39af64c18

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8a27b7119d67091e6b59b2d9473df36bf8f052f865ddabf8ca7488423a499ced
MD5 79f376666aacebd96efa58bfb70b413e
BLAKE2b-256 ba9e596425f9be1d6488d759237b34bc4bd5a5d79a9d2b731694e27ede48d8fa

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 555fb5560424d16c8a82eb7d6142257829510e04f17d46f35181d590afd38fb1
MD5 4267d1e4508a9d35d5883b1734caec79
BLAKE2b-256 e5cf24449dd68166ae06ebd5858239b207398355708a9b2bfa01b2db4bd3b2e6

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for polyscope-0.0.7-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 90102e48d8a76ffde042ddf9171edb38f0e9a26d7fc95cb0b931c2ebcc39b299
MD5 97e0de64878009e7a70cbded2c23d5bd
BLAKE2b-256 713c9b4d6a14014ee29681bca22eba0d42a53bd9cf6c2ef5a0d4b3efdc49bfe4

See more details on using hashes here.

File details

Details for the file polyscope-0.0.7-cp27-cp27m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: polyscope-0.0.7-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for polyscope-0.0.7-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6b33fa3c12924d327ffcaa05db9dc54731ba1321f95fa68d1a290883ae10737b
MD5 a7f3035577e64df3b83e13795f932622
BLAKE2b-256 5f56072bf0990d3622fa8f8ee1d3ba7e162ca433d2fbdff9a7c95f2f9ba2ba37

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