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.0b1.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.0b1-cp314-cp314-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.14Windows x86-64

rhino3dm-8.35.0b1-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.0b1-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.0b1-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.0b1-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.0b1-cp313-cp313-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.13Windows x86-64

rhino3dm-8.35.0b1-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.0b1-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.0b1-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.0b1-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.0b1-cp312-cp312-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.12Windows x86-64

rhino3dm-8.35.0b1-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.0b1-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.0b1-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.0b1-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.0b1-cp311-cp311-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.11Windows x86-64

rhino3dm-8.35.0b1-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.0b1-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.0b1-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.0b1-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.0b1-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10Windows x86-64

rhino3dm-8.35.0b1-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.0b1-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.0b1-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.0b1-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.0b1-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

rhino3dm-8.35.0b1-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.0b1-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.0b1-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.0b1-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.0b1.tar.gz.

File metadata

  • Download URL: rhino3dm-8.35.0b1.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.0b1.tar.gz
Algorithm Hash digest
SHA256 62855f56a28b4dd25c29029afb29933563bccd5ea926e9a920b520a27814f62c
MD5 27069268202f297f6f2d39ed16581431
BLAKE2b-256 1d7e5d407287dd3d2f7d5e60dba4b9fa1a5cf47ab804ded8cc0a4d07429c7fd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1.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.0b1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3c6a3ac19c0531f6c7dc6d10041a20f2e4b7f2021ce3c510cb1d84eae6a07af9
MD5 f811207c11709a5771738f59c54586a5
BLAKE2b-256 b7f98dfbdc27798f58dfd97d06840d8b1554829b20ce38b61b9fc84fa29b37e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ed0edd35cc2b1fcb6dfdc4f1b6345da58b12332a16ed4c8a94a82f70bdddf1b
MD5 00a46851f6f9804fd7173014bdfd0d08
BLAKE2b-256 f907ab9a2d0cbadc80e80e368ba2224702ba457643e0589dcdd614ad3fcde2e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9048484b55aff85dec45300c0985f7ce9f7fe3fb98ea7a618caed3ef9ed2065f
MD5 81b94009fbb0d846e8db080cd733fc11
BLAKE2b-256 69af77df689cb95037d30d2877f3a3a051c4268892503d41a708332f19c6561f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp314-cp314-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6f9859526d80a1c76a862d9385af414d11c8997c8218ee95511aca311ea55207
MD5 164e1d257555b3ce20e039c4bf0c6918
BLAKE2b-256 9b96a9ae95e089e3492cda1681c0677f7cb3cb3927336bea4305bfd3956df1d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp314-cp314-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp314-cp314-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 45b0b036ce5d12ee8085029731aa6e0147947afda4dc55a7e1ccae61f14e9f73
MD5 2d78f4fd1df09b5915208b695e0f545a
BLAKE2b-256 8ce6dde143b86737d68828c246a398ce99b88327893fd61774cf296e156fc71b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 225a8168155231272f903edb6478e4cdbcfa94348afe3e1ed6e3c02e4613959a
MD5 465a944b37f7f734651111604e21f12b
BLAKE2b-256 c73a528c1a3fba2d8c0afcd2028f7601ef7a18a6a00877baa9e0d522b9b337f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63840965bfad69c555ca40a890f3eb6fc3a11a51d9fd69ed88c235821abe6e4a
MD5 12e1369a56d6f27f0ab1473c49b7648a
BLAKE2b-256 e11adaf1a9fd7f251a8e6f0e4929c2efd4af12cce0c56c565b3e48aa2b43d8ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a480756f89170619d2951bdbe41f394a38748d74e7e40fe0e36b322e0c641154
MD5 6dfa809b76c9a346b0457286ec6f3fba
BLAKE2b-256 da83c8267718caa843ea44bda89617e3323a28fd084118adf992a7e223d4796a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp313-cp313-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 387a97671ef9d03de924c026b9db7729e50e943321d863e385f61e7bb037ee0e
MD5 9f123d87b8df21ba43ee4e4b6396a7a3
BLAKE2b-256 d0f0ed11d563f02dc9609dbe1539409b9e1115b84f62363189fb364647fa8562

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp313-cp313-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 a1bbe94b25ca399ed79f86e23ec8b2ed345e9a6baace6e4a3f5e96ca6e4e7f86
MD5 d62968bdf4e73c968fc23e854ad24b06
BLAKE2b-256 82bc2fb5554c04e5a7aeb5d7e2a329fd3b52b678cf1d05bbfb69423bc834e885

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5a0b949b3858a7baf97af4e404bbdf93c3c99dde49ea312e014bcc43e41554f5
MD5 736d53a5a18823986a82aee3a0e4bf98
BLAKE2b-256 c27461fa5b70848507ceef46af754b449aa95a1eba35a40bdd0d94fffdd6d297

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4521e5a9fb4f42798ef39bf46f0d119d4358649cbe550f8d7cf7210836c7bf7
MD5 867748ffc197911731f3b9303c849738
BLAKE2b-256 98e3f190ceff548fb5a237dff898245e603af44fe4de9815b81ec0117b0cacb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e7025f1b436671d12877d16b778235a3ce4b6d1d341c2e847e9d3c01d3a627e
MD5 72f2ba5fe53ad6b7c40b04c44bdccaf8
BLAKE2b-256 0fbe2069b1c80378b0674f10621d58a1a50c0e3ca02c34cfc52695b7c78c6e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 f6acb4d3e581b43105a798add47a077ad8c78953c97732cf111002936a0405ff
MD5 633a71338d60ff67eddfbb5e08efebc0
BLAKE2b-256 6b056a8f745ade0cab232fdedc8e9888b6467b1de79a5cadbf84603fafbfb0aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp312-cp312-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp312-cp312-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 8cbdd9db8f117acdf64740c75ceaed8d8b576a663d0f0d3011e2ea9535bdb10b
MD5 3dbf07b4f7477620dcd9a3ee2f45449c
BLAKE2b-256 67c4789cd40aa371903e9c9fca41e3f8c30208d6f62aede63fefb88699f9ea77

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a75294bfe554164e66a431a65cced844958b8215c13446cf94dc4898661bb31
MD5 ffa45e38b3e74e90416cb6eabc04ff84
BLAKE2b-256 da19ff23b8302409216872c0241ab3dd36b9f8d7e1c35f2a4b0e54b22006e57d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90c946e9013211869f5950dead073862d5462e5e8a4a06bfc202085f6793a40f
MD5 1e79e4f987d0c370afa40eca21e28011
BLAKE2b-256 f276c407986393f53522b2d07fcdee4bfb114dd26d0ed7c260bcfcee6252b647

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ec19f7c3aceaac9fc4925815211125ed9a2bcba5d98db697d771b3d39e88165
MD5 23c0dd9b7065cc14943d0e31c6338efd
BLAKE2b-256 86682312017ee103078dbd3576f5e5fd0a24a8379125281e22d23e7802ba6458

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 55f20339f40972d4d6cecd7cee931998050f35414bb2562f49e5f1b2c6fc4927
MD5 dc979c417b17e294cf8f00d021f8b35c
BLAKE2b-256 95278c4bad1f811b6f6d44bee798accd42b16f0a405f434e93b2af4a1b574729

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp311-cp311-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp311-cp311-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 557e9d5e48d8101a0bfacf8c09b80234e271bc26ce810b4bd6e6664e0a310383
MD5 e47d323a0055543fa855be32fa1f329e
BLAKE2b-256 18ba147b9ebe8f8413dd4b8f86a7e2e020c72272f9dd10f53169c4e3796a6f36

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 573a597eaddda097af7553d3a0d62f6834ef641dd7464bb80ee23d9d4fa54c9b
MD5 3debe044837d10abe205df4c8b665ba2
BLAKE2b-256 d8d67290c3f57b07722649aec83351107afed26efbce9ba1cf193c596e4971cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3b647fbb7a751e297ce4621ef8deb32144e2de9e0de1c7849a7b7df161de0ef
MD5 864d43ef9a3896bac686cf65de2a5bbe
BLAKE2b-256 3db3cfa57832be6bb936f5658356508738b765b9edf236af088b2fbb6f338fb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ed6c094c1d872ebd003585b4bd38faffa5be312b442d37989ada97e28dd37b3
MD5 a600d15ad2e4ae0afc188a5069673db3
BLAKE2b-256 2842fd6a3ed6d3af73af5928b70559773ceba6db6a623a104fdbf74f004cec99

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 33d7e6eca135dd22e48e25c52b58979ca1344413d673dfb4f9f0fe85cbf2dcba
MD5 fdc87cd7455d42a2c85f5616e4073ba0
BLAKE2b-256 5f06d574f4df819f36e31e38f35f3a82d026d55b8e46b75b52c7fdb453d8a259

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp310-cp310-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp310-cp310-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 d25683f370e3f3b7184bca34f752d281bf7e2393b1494af271d5e6c65c4cbaf3
MD5 752f2c190a3732d5a116e3b7a10e5dd1
BLAKE2b-256 58161b187d90a55b3b8fa701274ec9a57cec9bcf5b691be36ea8313048738359

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rhino3dm-8.35.0b1-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.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3842c35615700420c363c0d77be05a3ecd24252efb9a4c25522489a3293926ea
MD5 43df3d51af57d54baa3f0533101f7605
BLAKE2b-256 e9eeb952775c382c7c6645c12eeacab86b7b0d3ece8c6cab6eb822a065c93503

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd0b5e66f22511737c7c41df8e4e1c5501f7791c703dd3c93f3220b737de4fb0
MD5 3de5b5ddf8b40586003fe4da8897331c
BLAKE2b-256 60d9f8da68bd387ac5221c2edd6b8ffaff5ad4975ef127b4df717df7b4b5348d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93ad3e1b8e82b18b82b6524fe19fb6e896f5837694b0e86ce6948087d61e73de
MD5 41f3e6ee08def2f2c69527ad95e2868a
BLAKE2b-256 fc21f78a808ac47a1773e415c79fd52abc8aa361452435cf80d397810200b399

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp39-cp39-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp39-cp39-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 2b45bec8b853471292159c235e97f17b43fe53b79b3d7c3b535a37af16c5622a
MD5 b4bf94021900d3907fccf2ebef189727
BLAKE2b-256 3255a84e069115f01055c001d1ce381ec0c2be3d8be349a0856456e353de3465

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1-cp39-cp39-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for rhino3dm-8.35.0b1-cp39-cp39-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 f542444a7d3477992919a4f1b80f7a1ddd0731b5174c234fa4d7f421fb02aa7e
MD5 fbd7e718bc381155e6f5ef4543c93cd6
BLAKE2b-256 9096df5a561230b614998ec389a595a29a3485a047d53b3f0e2abcc42971a22d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhino3dm-8.35.0b1-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.0b1 This release

31 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