Skip to main content

Python library based on OpenNURBS with a RhinoCommon style

Project description

rhino3dm.py

CPython package based on OpenNURBS with a RhinoCommon style

Supported platforms

  • Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 , 3.13 - Windows (64 bit)
  • Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 - macos 13
  • Python 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 - macos 14, macos 15 universal
  • Python 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 - Linux via manylinux_2_28_x86_64 and manylinux_2_28_aarch64
  • other architectures, operating systems, and python versions are supported through source distributions

Test

  • start python
from rhino3dm import *
import requests  # pip install requests

req = requests.get("https://files.mcneel.com/TEST/Rhino Logo.3dm")
model = File3dm.FromByteArray(req.content)
for obj in model.Objects:
    geometry = obj.Geometry
    bbox = geometry.GetBoundingBox()
    print("{}, {}".format(bbox.Min, bbox.Max))

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

rhino3dm-8.17.0.tar.gz (76.0 MB view details)

Uploaded Source

Built Distributions

rhino3dm-8.17.0-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86-64

rhino3dm-8.17.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rhino3dm-8.17.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

rhino3dm-8.17.0-cp313-cp313-macosx_15_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp313-cp313-macosx_14_0_universal2.whl (8.5 MB view details)

Uploaded CPython 3.13macOS 14.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp313-cp313-macosx_13_0_universal2.whl (8.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

rhino3dm-8.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rhino3dm-8.17.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

rhino3dm-8.17.0-cp312-cp312-macosx_15_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp312-cp312-macosx_14_0_universal2.whl (8.5 MB view details)

Uploaded CPython 3.12macOS 14.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp312-cp312-macosx_13_0_universal2.whl (8.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

rhino3dm-8.17.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rhino3dm-8.17.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

rhino3dm-8.17.0-cp311-cp311-macosx_15_0_universal2.whl (8.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp311-cp311-macosx_14_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.11macOS 14.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp311-cp311-macosx_13_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

rhino3dm-8.17.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rhino3dm-8.17.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

rhino3dm-8.17.0-cp310-cp310-macosx_15_0_universal2.whl (8.3 MB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp310-cp310-macosx_14_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.10macOS 14.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp310-cp310-macosx_13_0_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

rhino3dm-8.17.0-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9Windows x86-64

rhino3dm-8.17.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rhino3dm-8.17.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

rhino3dm-8.17.0-cp39-cp39-macosx_15_0_universal2.whl (8.3 MB view details)

Uploaded CPython 3.9macOS 15.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp39-cp39-macosx_14_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.9macOS 14.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp39-cp39-macosx_13_0_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

rhino3dm-8.17.0-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8Windows x86-64

rhino3dm-8.17.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rhino3dm-8.17.0-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

rhino3dm-8.17.0-cp38-cp38-macosx_15_0_universal2.whl (8.3 MB view details)

Uploaded CPython 3.8macOS 15.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp38-cp38-macosx_14_0_universal2.whl (8.4 MB view details)

Uploaded CPython 3.8macOS 14.0+ universal2 (ARM64, x86-64)

rhino3dm-8.17.0-cp38-cp38-macosx_13_0_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.8macOS 13.0+ x86-64

rhino3dm-8.17.0-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7mWindows x86-64

rhino3dm-8.17.0-cp37-cp37m-macosx_13_0_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.7mmacOS 13.0+ x86-64

File details

Details for the file rhino3dm-8.17.0.tar.gz.

File metadata

  • Download URL: rhino3dm-8.17.0.tar.gz
  • Upload date:
  • Size: 76.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0.tar.gz
Algorithm Hash digest
SHA256 86d9d3c3b47bd70286df9daf40785821914d1e0c93387be34bcbd81d9f3ec9bf
MD5 137799876f337942c61774112dccf254
BLAKE2b-256 5fc97390e9e6c4a494bbe3c2394e36149b5b7af53011ec6ceda60a4e8f37084f

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.17.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fade438d3acb71053ba709d92f77bdd742ab7f713a7d2f1bdd85023491072c78
MD5 730739828cbf536b29a781de25e9bf82
BLAKE2b-256 cb0119dde08558483c772981c6fd331a3cd501e547c58bf0d9959b9eeb19d3db

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5dc1d6e0e8e0ee4f3bf6463eb3536b0154f74e7284ea590b8f328bee757a786
MD5 bf8487279ce9ff4aa9dcb322c85684eb
BLAKE2b-256 754c760626ee1d98e668045f6b4f044ad370a45aea395383a46fb38485ccf8a2

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 056a9da37da061e2a92274876de375d55365ad64528c9cc48f8b018fc60ca27f
MD5 37bcaf35e756cca4cb0550854f2b710b
BLAKE2b-256 5c3e7a174155d4da96f2298d3805849ca77e39ddc29abfb3f39cb76c9ddde5a2

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp313-cp313-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c5be116af4a128a995f29263115d9e049264680f9b58459e7b5b6cdd30686068
MD5 c0f8a8f81f4c9161466838fe482300cf
BLAKE2b-256 00a0684309e8ef65bf354b3ed26e8ed5e22c6c22173ec0713b6b12613a34e21a

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp313-cp313-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 5311f99128abd8a0d8b83f5293ca78d6dba022563375584d61824d4d53dd89e8
MD5 b93245fc5fc5fa1a63a0f8ff7fa20127
BLAKE2b-256 2fa05018dbeea51a654332b9201ca7d61850d7c3cf153a1e40b997f50d6dff52

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp313-cp313-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp313-cp313-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 6fda8a119e7889590ab39f8a6e542450a9370d6c910d80611d827e2295b2d103
MD5 9fbfe5485a45d4b06959ecbec9bd16e1
BLAKE2b-256 47c28978334412691b70a595c9b1a17f1ff51895b3d590bbaa508804db572734

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.17.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aafd0a37cc08a0618e81cb9f8da52d503dfcc19f774f0ed1f0da7f749746f6df
MD5 eae67a0b43edb669272c1aac34559a6b
BLAKE2b-256 7e25656b1db956ec11257d25fc45070a6ee8fbaa05c5447bce68bc17ca233caa

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e8219af0d008645d16a67649cfa5e810fbfa8726ff17f0cda347e7967e1620c
MD5 fc4de9c029fe1fdab58e2f8b95d1393d
BLAKE2b-256 a7c6886b34d08d6e10eda94644c4ae522a56c8639e8aa45b78d6a508903262a9

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 060371194daf99009fb5f4987c5a3a107a9643a0e6d6d811c36d00c91e741a61
MD5 d42b6c0bb90bbdcb89b2e82b13c8b67f
BLAKE2b-256 6e72d5e19cfbaf733c59761921a59fd23b015ee5b9d6739096ca36eae1713a12

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 84cde05f6bd028e8e49806b7b541b30198982c9857e9af7515f4538dc456ed79
MD5 5524bbb2f5e972860c478720b1b947c6
BLAKE2b-256 40a95bbf67901d6f5b0554a8a3c95cd2f74deba4fcd300175a154ff669e7b9e8

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp312-cp312-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 2f21e64fb69d9ccb3c419e43292de2c2868650d740bdc13c2f91ced48ff9303a
MD5 ffe8b19fb6b3b1faaff803c2f70e5d91
BLAKE2b-256 15e4377dcb111f08db40c1301ff9b337e414bbdc651407966ead6ff8784f3f16

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp312-cp312-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 6e6372d3b4b5661bf694e49099aae12dec946e4b558e9d42ab9ab7ebda0ff5db
MD5 d8c8aff4dc2260ba17551bcd8078042a
BLAKE2b-256 ccfa5a134317af3f4377064292bbd5f5b1d82932446e49c20ccd907adb02baf2

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.17.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce41a98088e823b5652e87eb3886cc51ee68ca3e99bb87efa18f068eb40678cf
MD5 370106deaf012d7827e3c421d1c9beaa
BLAKE2b-256 859298c649430d1a9de2ee935f2a103cb724bfdc8ee4eaced9f28dcbcc2af794

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac26972e5225505a5e83c3c60f18d5fc7a78f87eb7e3cc4282a9f7732e381398
MD5 5cbcdd3fc9c908eedd8964a07258ca43
BLAKE2b-256 2dd40c3f493b4374c12247cda2097c2a1b4cd1c448d661952f44dcf6773d33c3

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 633e2c6406f720de2b597e59380e1114db69c2048e4d600b96c0b078cf200b06
MD5 ee5aeaea4207bf11b5f86ca083a21981
BLAKE2b-256 cf95b1edb4155aad408dce5c5a32478770a9ed75ede1ec6160cf649f603f27f9

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 4e9db665973cb24a634d99837f2c33394f966174fbeee657b5d09b5a21216a7a
MD5 78e1af82bc64906a68f475c01d7ad4b9
BLAKE2b-256 f38186506eca027b7dfb845557cff1db1923388f87c9df65d03740da9d4d7178

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp311-cp311-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 2bfc348a56cb43b087ba718f0c9f2a65a513a03a5acd2d220dcfd592ac8f3701
MD5 45d8d1d95d0cf0cdc27f2174d00293ae
BLAKE2b-256 de1cf7ba5afb63e6df331243733c087202d9948ebe63d02abb26609ae1d33050

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp311-cp311-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 3121b6af349176f25fb7b5842391478e9ac55223f5a3eeb106c9d5261879bc4f
MD5 678ec27a170dff8e5073730c68b1fac9
BLAKE2b-256 ba8a39ab47af6acee5059d5f9c965a780d0e9214fcac2452541e5d0a34a504be

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.17.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f6fec4ec491692bb284336e86c522aee803995afd67fa9de9deacfdedf3ff19
MD5 ca5e03438971c94d882f77145d9fccec
BLAKE2b-256 171c83be3790a1fab716f0d823dee3b4c6964bb286db55ce1e988896107a1ae0

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f72132ed99d3256dccad167bc2676acfe4a93cc7739135c9bd551a73629f1cd
MD5 5ae47138d44309eefc980918db0db3ca
BLAKE2b-256 f1670e15659c214c9e810d382565f8034613b518ef5aaa5ca83bcef8037bcf8f

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa27800d7badaf23169618551845b318cb44194a1e7c8dd8e028eec259a8f3fe
MD5 54a06fae3a4f505d4d653f785d102650
BLAKE2b-256 69d38d3e2c1c4236134b1867922e9bb0f996ea09a0d877c9f0a93e7a564d1afa

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c68d4641366540f429bc540850af348ba4b10d06809854e88125e308455d860d
MD5 43898a60ba90845994d656bed6024bf5
BLAKE2b-256 d750e0c27a437366241a7bb4cb09b1174083919a6d827eead5874f5c3445dc4f

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp310-cp310-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 a4afd69ba6b1b00159616a56a1e69a5a6bf2e51e5187884bf45657399d150f4e
MD5 cb7fd9a09be97bff3e001e768113fa5a
BLAKE2b-256 40f6871970906bbd98e0704dbf863cb2966dee49c44ac9490f58ade280f28676

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eaed95834075f5537d389ccc652c1bbd3902de11bc38d996480ee6e826e22f95
MD5 722bd38030e22e85c79cc9fa3f19db58
BLAKE2b-256 fc627fe1ab06d68b93fb6bb12ac5ee9416938db9d8585625c6e4b58ee7814ca1

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.17.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2540525c8547890f7754c8b177b986f7e54a98adc2cc8dd8e0c76d08aee3f9c4
MD5 360db31b3f6694a939515912182f4265
BLAKE2b-256 46e8a385b42603ef950358b0e6b9038083b70382ec2439b48222e15acbedc144

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be353ed05edea60fd3dc3193b4cf845f0c5df3a58006a95535c7011c33596066
MD5 56868f113e57aac3c88dcb19d51a864b
BLAKE2b-256 2bd138a13cf45f0fa7ee3b9db436f6f33a8d6f8d34accb783b20996d549844b4

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6df31e2268414a17596d7a59fbac29ba9067e95109baa222ffdf85e21b9f9af
MD5 c7b189337bea2786350f3157453b92df
BLAKE2b-256 8bb756e343267e85f621d43d9c52a9510af9dc1279b7ed4969d444f3cb1364d8

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp39-cp39-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp39-cp39-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 99c88a81267bdbd30e5c102be421e5887d2da6213c7fa8fab6f75844b1d90f84
MD5 f2d84af270f4a85c0408c57888774a88
BLAKE2b-256 80f5a1eb65ceecbf07ef08844327941f28d1a8e93d3e726cda89934c83f1fdf0

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp39-cp39-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp39-cp39-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 dfaea8ad1a3f63aa4a9c7c611d87a3659b033ea996aefc29e2614bb8fe398e4d
MD5 780dd9212e1b88a020dfbd32d89121f8
BLAKE2b-256 0c6f56f657145f17fa0b688285de57b682dedee7098e2f2641b92fb0aaddb8b4

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bfc51cdf785783ca8c65f65bc57532501a11302a53df6d9818dca6d65a94f7ef
MD5 c39dcdd4d4b96c6abc09f22de172b973
BLAKE2b-256 b11d925b3875423f6a41f3765b1a3dd86a5c67a540f2eb61c73d23ed82c4b6b5

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.17.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 142ac90ae9a35090af02213c235522e2c9632fd9290f13c2e4fb6b844b66038c
MD5 828f71b3db49110c560ed8e61150f8a8
BLAKE2b-256 17b1071c9ce73c2c2973707b71b02e18c8947b04c91e29f9420640b9afa4de5d

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04d1b859f3d4d7e5d3c7f80abcbbfaa18e251a56e7aac730ddaca0260579965b
MD5 f2ec9ff0f2d52b07c28fb3edca909c8a
BLAKE2b-256 b8ecb7a52aede9c7df876942fda3fb8e28e2fa2ae26839011de21ee16b3c79de

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fe8dbacf9f3f29224324921c1e5b5e0962fdb71a82a6ce25db7b53ba6694dd1
MD5 7062f6dc0010228e2a0226134ab6c430
BLAKE2b-256 f1e19d5e500697c57cb22a134c944645c3d812f8e8198c99f351067c7842b32d

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp38-cp38-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp38-cp38-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 ce88eb65169fd1f94a53575345b87d36308caf39c569b7b029d5f2e9625c108f
MD5 d312ca18ed351bafa92fc56901b2c311
BLAKE2b-256 32f2e5a0ab67c711e2dce5e4e3e823cc9d0524080728d5450cc328acdb5526ff

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp38-cp38-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp38-cp38-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 14270778bcdbcaf461f3cb18075117ad51a0b40425116a6945270d92031fefa5
MD5 6511cde314d01f3230184198830bbc9a
BLAKE2b-256 42dc1aa68afe59c37c42c036af0929dc639067e56abbc7a04c3fda7e4fa4a03d

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp38-cp38-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cada0d6c42dff4c42cfff276de88f940927dfeeef4468ce44b99bc5d85ca7daa
MD5 0b92d1fc449b02b929953ad9b3bf4228
BLAKE2b-256 46f69c32df832774d10932fe2e2433f37b07b0b1e955cc59feae423282f7a6d2

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.17.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for rhino3dm-8.17.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8ba51840e1aab0fafc24da4572fbdc63ad9d2e32583af4a376d55483cc471ccb
MD5 0b6d5a02398d549b9aca8cde5bf92844
BLAKE2b-256 94c78f7b21455173772d09392c7ae0af6d49ababb77ecea97731ca166f6549fe

See more details on using hashes here.

File details

Details for the file rhino3dm-8.17.0-cp37-cp37m-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.17.0-cp37-cp37m-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 012fdc2e9957c24ef14d328d711b79bd9e481a46bce67c9beafa312386cc3d60
MD5 e78d7d7a446d6f551fd9ca1d9c6e38d1
BLAKE2b-256 9346d0c27421906d77e1c3e98d74c79f421c4f33e5bd057bbab7249d1d028db8

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