summaryrefslogtreecommitdiff
path: root/math/py-numpy-stl/pkg-descr
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-09-20 23:20:01 +0000
committerDiane Bruce <db@FreeBSD.org>2020-09-20 23:20:01 +0000
commit8ceb383a48090a82fb7822c19254ad189cf2a58e (patch)
tree0ca85c160312afad041b964b04f546404be7ff63 /math/py-numpy-stl/pkg-descr
parentwww/gallery-dl: update to 1.15.0 (diff)
Simple library to make working with STL files
(and 3D objects in general) fast and easy. Due to all operations heavily relying on numpy this is one of the fastest STL editing libraries for Python available. Prerequisite for Cura update submitted by greg@unrelenting.technology With some changes. Rest of updates will come in separate commits. PR: ports/249468 Submitted by: greg@unrelenting.technology
Notes
Notes: svn path=/head/; revision=549403
Diffstat (limited to 'math/py-numpy-stl/pkg-descr')
-rw-r--r--math/py-numpy-stl/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-numpy-stl/pkg-descr b/math/py-numpy-stl/pkg-descr
new file mode 100644
index 000000000000..0aa4014f947e
--- /dev/null
+++ b/math/py-numpy-stl/pkg-descr
@@ -0,0 +1,7 @@
+Simple library to make working with STL files
+(and 3D objects in general) fast and easy.
+
+Due to all operations heavily relying on numpy this is one of the fastest
+STL editing libraries for Python available.
+
+WWW: https://github.com/WoLpH/numpy-stl