jp6/cu126/: polyscope-2.3.0 metadata and description

Simple index

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

author_email Nicholas Sharp <nmwsharp@gmail.com>
classifiers
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
description_content_type text/markdown
license MIT License Copyright (c) 2017-2020 Nicholas Sharp and the Polyscope contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
maintainer_email Nicholas Sharp <nmwsharp@gmail.com>
project_urls
  • Homepage, https://github.com/nmwsharp/polyscope
  • Documentation, https://polyscope.run
  • Bug tracker, https://github.com/nmwsharp/polyscope/issues
  • Discussions, https://github.com/nmwsharp/polyscope/discussions
requires_dist
  • numpy
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
polyscope-2.3.0-cp310-cp310-linux_aarch64.whl
Size
7 MB
Type
Python Wheel
Python
3.10

polyscope-py

Python bindings for Polyscope. https://polyscope.run/py

Linux macOS Windows PyPI Conda

This library is a python wrapper and deployment system. The core library lives at https://github.com/nmwsharp/polyscope. See documentation at https://polyscope.run/py.

To contribute, check out the instructions here.

Installation

python -m pip install polyscope

or

conda install -c conda-forge polyscope

polyscope-py should work out-of-the-box on any combination of Python 3.7-3.12 and Linux/macOS/Windows. Your graphics hardware must support OpenGL >= 3.3 core profile.

For developers

This repo is configured with CI on github actions.

Deploy a new version