Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

rhino3dm.py

CPython package based on OpenNURBS with a RhinoCommon style

Supported platforms

  • Python 3.9, 3.10, 3.11, 3.12, 3.13, 3.14 - Windows (64 bit)
  • Python 3.9, 3.10, 3.11, 3.12, 3.13, 3.14 - macos 14, macos 15 universal
  • Python 3.9, 3.10, 3.11, 3.12, 3.13, 3.14 - 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))

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.35.0b2.tar.gz (76.2 MB view details)

Uploaded Source

Built Distributions

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

rhino3dm-8.35.0b2-cp314-cp314-win_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14Windows ARM64

rhino3dm-8.35.0b2-cp314-cp314-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.14Windows x86-64

rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB view details)

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

rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.1 MB view details)

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

rhino3dm-8.35.0b2-cp314-cp314-macosx_15_0_universal2.whl (5.5 MB view details)

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

rhino3dm-8.35.0b2-cp314-cp314-macosx_14_0_universal2.whl (5.6 MB view details)

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

rhino3dm-8.35.0b2-cp313-cp313-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows ARM64

rhino3dm-8.35.0b2-cp313-cp313-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.13Windows x86-64

rhino3dm-8.35.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB view details)

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

rhino3dm-8.35.0b2-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.35.0b2-cp313-cp313-macosx_15_0_universal2.whl (5.5 MB view details)

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

rhino3dm-8.35.0b2-cp313-cp313-macosx_14_0_universal2.whl (5.6 MB view details)

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

rhino3dm-8.35.0b2-cp312-cp312-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows ARM64

rhino3dm-8.35.0b2-cp312-cp312-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.12Windows x86-64

rhino3dm-8.35.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB view details)

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

rhino3dm-8.35.0b2-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.35.0b2-cp312-cp312-macosx_15_0_universal2.whl (5.5 MB view details)

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

rhino3dm-8.35.0b2-cp312-cp312-macosx_14_0_universal2.whl (5.6 MB view details)

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

rhino3dm-8.35.0b2-cp311-cp311-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows ARM64

rhino3dm-8.35.0b2-cp311-cp311-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.11Windows x86-64

rhino3dm-8.35.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB view details)

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

rhino3dm-8.35.0b2-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.35.0b2-cp311-cp311-macosx_15_0_universal2.whl (5.4 MB view details)

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

rhino3dm-8.35.0b2-cp311-cp311-macosx_14_0_universal2.whl (5.5 MB view details)

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

rhino3dm-8.35.0b2-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10Windows x86-64

rhino3dm-8.35.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB view details)

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

rhino3dm-8.35.0b2-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.35.0b2-cp310-cp310-macosx_15_0_universal2.whl (5.4 MB view details)

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

rhino3dm-8.35.0b2-cp310-cp310-macosx_14_0_universal2.whl (5.5 MB view details)

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

rhino3dm-8.35.0b2-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

rhino3dm-8.35.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB view details)

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

rhino3dm-8.35.0b2-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.35.0b2-cp39-cp39-macosx_15_0_universal2.whl (5.4 MB view details)

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

rhino3dm-8.35.0b2-cp39-cp39-macosx_14_0_universal2.whl (5.5 MB view details)

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

File details

Details for the file rhino3dm-8.35.0b2.tar.gz.

File metadata

  • Download URL: rhino3dm-8.35.0b2.tar.gz
  • Upload date:
  • Size: 76.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rhino3dm-8.35.0b2.tar.gz
Algorithm Hash digest
SHA256 27ecd80270cf3bababd64db650c161dff099f164e786c2a9f30b0c2258681c0e
MD5 00e60d5e02c810b381d5e83f6d8401fd
BLAKE2b-256 cc0b48c3ae066cba86492cd7b127b5522e036d4c96d9046b074395838fbad7a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2.tar.gz:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 cc9f468c83a7579c55249e1177d696aee1c8d9cda9be47ff4f78df96a796f399
MD5 0ad3501a962ade557a5c96a3eaf848b6
BLAKE2b-256 9b787e8ee3a556e8757dfbd2a1418d86ddb728dd1f3a8b1245f958c22e620cd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp314-cp314-win_arm64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8d608c47b24cdb6416c1bef87fe7b969b8bf1e4ff3725492028d0917dbf4c4d7
MD5 04f718d9615253bab4ead0380d6a3c8c
BLAKE2b-256 86bc37c5ae72418efb7ee12620ca05165999b79e18db51c2769c345dd28333fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp314-cp314-win_amd64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce296d9a32eac9cd70686cee4c31a24c0222aa3715b61d57a6b09332390f73a7
MD5 217cf0a6878461ea6d891dbf4a56f5f2
BLAKE2b-256 3cc2e4f7ea44fb73fa26819a41883f99e850a9170de65af5c0d1d386ea498ce7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89b84a5e0be05f15de36bfed31b49fd5b80cafdafbf2f928d16fe524c51e4d85
MD5 7427d3e545a9de932774d732dd09253e
BLAKE2b-256 42d449384f315c639ebbc84c412924c6239056555290cc23079eaa5fb06f57af

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp314-cp314-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c116c4494431bfc593e9814822b905df7be1521cee32b3fabcebf00639a3cb75
MD5 9d314c52378bfe1d7c0122cea96f89da
BLAKE2b-256 845df149b8c5d3ca6929e7e7d551a23f8f0ebe8eed68375ba9086b5af4d73d39

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp314-cp314-macosx_15_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp314-cp314-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp314-cp314-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 46539fdc9dcba631a796ab21e95ef0c7e72d022141ad2c2118195a5eb0a071f1
MD5 ddb1660b51da500c7c5022c4170074aa
BLAKE2b-256 07c7be9dd5c13294acba6c13ad8d9b3223da1d70244300eeaa635061b76faffa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp314-cp314-macosx_14_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a081f2283b917e5a68f5fa4c3689d84459bcc1072dcaf3dd879471dd0cf54ccf
MD5 3398579b3eecdecb4ecd4a2ff84f22b6
BLAKE2b-256 11413ef6ee4271f7dd28837d1aa87264d6209ed8b8c274b65b943104fa89d6d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp313-cp313-win_arm64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 761febb9400eea67f5a9c99c31a294724852818ab802377619e481a14cca0aef
MD5 a6832c2eba51df465a98b9dd94df0048
BLAKE2b-256 9ea20048ff63a7d25f77a0a296ee27c87355eab166af95fa79c4cf5021951209

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp313-cp313-win_amd64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e80b913d897f4c85672eeaa88ce9a80a43b393ec617b21e685c2584614c97453
MD5 34b1a66fe4b5d3330dbdeef9b7ba3fa6
BLAKE2b-256 493b22826e617ae7a00596b6eba70a223e5589c8cd0fe04215c5bd77128d6acb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d45d95a87841dbd6e2bec5bbe593dc9f7e8217f5030512b43f0859de3d1d5d26
MD5 f6b003a3db2dc877de860fb2fe835302
BLAKE2b-256 57fe0b4e3562d66814de9821a688d2427d20076e88ffe9f098ceaa52a11d40f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp313-cp313-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 450048945b7497835a3b120e8eb9d81b4d6e8706f21de3f50cdc41cd261f2299
MD5 35e987a00cb0264bcb3bd28d1724c4ce
BLAKE2b-256 5d4a4e1a4e26df770c1845ebc7ca1c18b4f03f97d909854125efc95d429aff5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp313-cp313-macosx_15_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp313-cp313-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 7605b8d0679f0542684c3e4f15d3c9294ff2dbdad73dcd0b7d106767216f4ce6
MD5 a4bc36874178430ce400bc33970004bf
BLAKE2b-256 c3fbd8f4c460e51c05689ca80e33f34208c3019d8f23d7fb126dafa249dc7220

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp313-cp313-macosx_14_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9f00ce62eb9c2bbcd8834e2fac85b3b93e6d4f93a699a2eda942738200749406
MD5 7a75411939d059367c78a61317bd557c
BLAKE2b-256 e59016b064aecc462d5076fd77688d24a779cf6e3713de6b9c84c43d3d36b323

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp312-cp312-win_arm64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0c047f4a3e7e6a1e18577122fef4671aac8e978f514a7105f27f925a7e7d7c56
MD5 4dfa18c6343802f12c099d24ebd218a8
BLAKE2b-256 a5cc24af744e6c68388bf030674f90b13031cce91e99e6bdee338953e82298fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp312-cp312-win_amd64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd35a43f0db820475ec4ccd2945aafcf500ea4a4696fa17be8ab438cccc67cac
MD5 24503cb4a5e10e61e4560b5b1f72b624
BLAKE2b-256 f5ed12036f5ce31643570a16ca6dbbe46b4c02d32136f288cbd90b570167413a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0fecac0cac4c58f82b6aaceb4e5aced1be2b9c7693c84ae286d45b48993c1e2b
MD5 31958168262ee8d2ff70a1db740c500f
BLAKE2b-256 cff5d95097db570ddd788d6d9f81c7bb171152c91e4ba0f13b3f0cfa3cae4886

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 0a1f2d79dd7802d2e67b17ae90fb8395a8376d51265913dd0f6f50ca5f239b1c
MD5 ddf65313548c097d368a0d6c2930bcce
BLAKE2b-256 077a8b275a67d67f6d59019874dbc710e95bef3c6ae01d4f28462416ca252841

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp312-cp312-macosx_15_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp312-cp312-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 fd8546f65728accd12450641d6abd2fd83c71ebec36c5d6d444d3a96987872ea
MD5 beb04dfe05f3da4deb5206220e647ac8
BLAKE2b-256 cbaf80c2861ec4b6c48c39eff5f120924f15c8b519fd74b6a7c13c2d0fcc78d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp312-cp312-macosx_14_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 161605de6cecbaded5ba66f0e51dd79facee9f26370c133414cdf56ed2863f70
MD5 44806e68b5efc83283f615131ff35233
BLAKE2b-256 762efaf06b36c58ca13299ed5681a41c78f0661b12ddcb598224347d6c475387

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp311-cp311-win_arm64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 47c85deb9b731d4d018371a49bcc37298507b088108e54a73f5fa80ce8be12e9
MD5 326153e0c503fb2412fb5c459d285655
BLAKE2b-256 6266fb584928c5eba0625916be2f79d1624af91b6981d6ab4891be9f8bc028f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp311-cp311-win_amd64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 872d1a67fdfac9dc651add7aafec1c9e2283a53a16501aec0a7448eb71edeccd
MD5 f5bceca965ad06df3ee670315364dbb4
BLAKE2b-256 32c84b9ac62a253058a2b3b6b7bb865ff8a3a2c215e4e1a8f9d8d52df519c677

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0a296291706b36685e2699ecd5280eb3fb4a1f7af955b19731c48f83b073656
MD5 243488d5dc748c3efc331d184000fd0d
BLAKE2b-256 0b16bd1312173c5ea94d72584918ddece3d805a95454f474e3f9f40b37273218

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 e2c312ae84446de2e5b0356c1378612f27e9ed328e38e8dea99851bb14ce395a
MD5 f3ae8a4e62dfdab597860c69d5a7813d
BLAKE2b-256 b871411c85f8f77ed5ed4cd855fdc14e00a300b07713ce02dff1b942b154a479

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp311-cp311-macosx_15_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp311-cp311-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 e0638e8c70c6d8799bee511e37c813b749ca20c7a3241b3097654107218d4868
MD5 4619f86e21aafd29e270c11831d67b27
BLAKE2b-256 173c2bf159f3daf82d50f3e9cd616a8ec2aa06f6691acba99d618946bfc7488a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp311-cp311-macosx_14_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e4a808915615cb3e5ef4c42c940ca3f9f3d65e8e23af4fc0850ba9ba349a4b7
MD5 68503f933f3cdf09e0bd6788cdc19736
BLAKE2b-256 145d83d973d31fe429a57a4a9fcb6a2aa31549535ab9c37b3ebc21e4aeefa063

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp310-cp310-win_amd64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70a9e2220c82af11c30ea77d531be6491a40ed53e7df4fe13b2669e110ccb81e
MD5 9dea13dc73ed0d9fe496dde7f99f0c1a
BLAKE2b-256 81c61d3985f58423ff30f0b9a7bce691a9b17c9a7bd9159a624291c84584e3bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bee0f505354c500357a0c8119bf529089f812a00ca732cd4997c751047a1cc1d
MD5 4ec13f4569243dc2969a704dd2a720c9
BLAKE2b-256 2077bc0f523976d5faace6fcb9bea152625ec81e12928bd58cbd64e10ae047c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 05e53a19c2e2f7f1d9653be5b32e894f42845f1ea71988233e3fade9ed6488bb
MD5 a0f234c1fe7bfdd61adc9dad3eb01929
BLAKE2b-256 be1e03ada74ddeb907abeebdecd139aa9e78c49d659c713974cc727b3479c7e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp310-cp310-macosx_15_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp310-cp310-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 e5b71a074e038f035a13d54a49877e20203612f2e2e7d12d9f3c50b2f914c409
MD5 0f98f9ebba22efb11ff2fe597639969b
BLAKE2b-256 7bf11ec4a7c614fe8f9a9988e7227ace689705427e1c2e159b8c142ae336413c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp310-cp310-macosx_14_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.35.0b2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rhino3dm-8.35.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5a2b5351ef4da6be13ebcfefe934cd6f0f5589c88683f27c700d5dafecfd4081
MD5 130d54650fb6db05e99070b29915db9d
BLAKE2b-256 247411f080a81f4f3ed661e9693c4a57fda1165aa2b5e5108ae08f036ab0f24a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp39-cp39-win_amd64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00e4218c5b3d3012be70efffeb0bb49e259022132a0bd634c2c4cad10f9f3d5a
MD5 412431187ba704428c17fb6fedbd51e4
BLAKE2b-256 01b0c10e24e2ecf67c442be2cfa6dbce963d9ba294669aecc35d556598c0d43f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86bec15dcf922f64830d78866d8217da9350d1e01561374b01fdf5b588f8fe8b
MD5 e256fd9ff34277887ec8b6e4098ce755
BLAKE2b-256 831db5da6f6e123958bab4f3410cdf255457102425ca4b438cd1ce0c49da6a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp39-cp39-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp39-cp39-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 73b7d48f0f2300cb19805845b482733c4de929da110c875c864bab252fe8de8c
MD5 229919b30cda52d0bd16b89d42952b63
BLAKE2b-256 d9ded2cbda64928bb5d752b1be4bc24dafb6a9a8e295476d8fddb650a511989d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp39-cp39-macosx_15_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhino3dm-8.35.0b2-cp39-cp39-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b2-cp39-cp39-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 110ec1e23e223b2ab9c67bf5082c7e73e14d7b6a60d41924193126124b449f69
MD5 f8d2ab44040f0cce8776b15247b3ff29
BLAKE2b-256 ec29c1a56b54d9664acc2f0635cc24296766c30419d03da0b3d1330b59e87447

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b2-cp39-cp39-macosx_14_0_universal2.whl:

Publisher: workflow_release.yml on mcneel/rhino3dm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

8.35.0b2 This release

35 files

8.32.1

31 files

8.32.0

31 files

8.17.0

39 files

8.9.0

23 files

8.6.1

29 files

8.6.0

24 files

8.4.0

20 files

8.0.1

15 files

7.15.0

12 files

7.14.2

10 files

7.14.1

14 files

7.14.0

13 files

7.11.1

13 files

7.7.0

11 files

7.6.0

11 files

0.16.0

11 files

0.14.0

11 files

0.13.0

9 files

0.12.0

9 files

0.11.0

9 files

0.10.0

9 files

0.9.0

9 files

0.8.1

9 files

0.8.0

7 files

0.7.3

7 files

0.7.2

7 files

0.7.1

7 files

0.7.0

7 files

0.6.0

7 files

0.5.0

7 files

0.4.0

7 files

0.3.1

7 files

0.3.0

7 files

0.2.1

7 files

0.2.0

7 files

0.1.9

5 files

0.1.8

7 files

0.1.7

7 files

0.1.6

7 files

0.1.5

7 files

0.1.4

7 files

0.1.3

7 files

0.1.2

7 files

0.1.1

7 files

0.1.0

7 files

0.0.9

7 files

0.0.8

7 files

0.0.7

7 files

0.0.6

7 files

0.0.4

7 files

0.0.3

6 files

0.0.1

6 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page