Skip to main content

Patinae: Modern molecular visualization in Rust with WebGPU rendering

Project description

Patinae Python Bindings

Python bindings for the Rust/WebGPU molecular visualization workspace.

Installation

pip install patinae

Jupyter Widget

The package includes an anywidget-based widget for interactive visualization in notebooks. Works in JupyterLab, Jupyter Notebook, VS Code, and Google Colab.

pip install patinae[widget]
from patinae.widget import Viewer

view = Viewer()
view.show()
cmd = view.get_cmd()
cmd.fetch("1CRN")
cmd.show("cartoon")
cmd.color("green", "chain A")

Features:

  • Fire-and-forget commandscmd.fetch(), cmd.show(), cmd.color(), etc.
  • Synchronous queries — request/response channel for commands that return data
  • Local file loading — load structures from the local filesystem into the browser viewer
  • Picking support — optional click-to-select atoms (Viewer(picking=True))
  • Configurable layoutwidth and height parameters with sensible defaults

License

BSD-3-Clause

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

patinae-0.4.1.tar.gz (857.0 kB view details)

Uploaded Source

Built Distributions

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

patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

patinae-0.4.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

patinae-0.4.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

patinae-0.4.1-cp314-cp314-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14Windows ARM64

patinae-0.4.1-cp314-cp314-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.14Windows x86-64

patinae-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

patinae-0.4.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

patinae-0.4.1-cp314-cp314-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

patinae-0.4.1-cp313-cp313-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13Windows ARM64

patinae-0.4.1-cp313-cp313-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.13Windows x86-64

patinae-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

patinae-0.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

patinae-0.4.1-cp313-cp313-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

patinae-0.4.1-cp312-cp312-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows ARM64

patinae-0.4.1-cp312-cp312-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.12Windows x86-64

patinae-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

patinae-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

patinae-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

patinae-0.4.1-cp311-cp311-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11Windows x86-64

patinae-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

patinae-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

patinae-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

patinae-0.4.1-cp310-cp310-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.10Windows x86-64

patinae-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

patinae-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

patinae-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

patinae-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file patinae-0.4.1.tar.gz.

File metadata

  • Download URL: patinae-0.4.1.tar.gz
  • Upload date:
  • Size: 857.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1.tar.gz
Algorithm Hash digest
SHA256 77c033c986fe0e46ba4fee1c515e63661970be373802b293710372c9e434afc2
MD5 9212611781ca1376a7e0ebaf3a0ab2da
BLAKE2b-256 ffb939a7dd5096e076e9801ac7fda0e31997a5e10ae3d0be967ab45a4e4ce090

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1.tar.gz:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6511c87d7c4095d58bc5fcfa78cab66b90992c644cee087c0a8092539579438
MD5 1f08e7ea0acd0e04df9ea7c39f4be34d
BLAKE2b-256 36da8749b56fbac547ba649cb16891112bee6c259136fa0ea865484d5fb44f86

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 884d27c0ba30c03f7dd81786b83bb1eb9e08ee2da4b2a900b54a2b6f9d9df593
MD5 da1837845888294b29ab66184e907e49
BLAKE2b-256 f01083e3b7924c42249592dd6393942ae2b71e2f0de5d6cdf1abb0d91d2614e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9024b4d706781c2d502b71448e7cf211f15dd7c956b90575e9c49abcc860eef5
MD5 86dde19d9f6d99c2e6afec5507235c8e
BLAKE2b-256 9bcb8882c02c6ddf1aa9c3aaf376814c1764823f2a58639365f26fce14d1cb09

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2bf619f3573dff6ea282c526bbc69eef3bfc3017eb2d3be8e85fe95fece9556
MD5 2e0407d60a8b9ca089a6bc0c3ddfbc78
BLAKE2b-256 ff40f5825e66647d101b24edf2f8d0740991c5fd9dc03d26f40ab943a76c1e85

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 96def2957652ff723dfc3c0857d1e0bb2922949f9deeb8555b8570b7880d8bac
MD5 7ef343df2cf6c22e9cab30c218eb96c0
BLAKE2b-256 0911c1e9f83555a498ed4aa80d61c3f485576ea933677122a6a69332722c3556

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp314-cp314-win_arm64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 30bf599e523dcfab7947a84a72567acf25cb92f39eb4da4a5cacc0c47cae8d21
MD5 fdfdd2bc396bae36ff0561c7e5750a26
BLAKE2b-256 7f6e2bb32432bdce9ceffa9e991d3462048e8713390cab611ec4348c27c249e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp314-cp314-win_amd64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eebf56a7d8bca0bd7e0f6a55c979a874742063bf7b93ec78282aff4eb8480512
MD5 b50501c0693a8d884a61be37d390a440
BLAKE2b-256 7e0788629096d31099e3c5f3e8bf1fd06eed1dba4f4289e8892c57d41ed54383

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62ddfb46b5cc673750ff525d7d66ba952c8689e7ba5eec49a468a983ebfe2313
MD5 104432201eb0db7dc25ed3647eaf53db
BLAKE2b-256 51932a6cf0486c2f43bde0c3a37725f695518723bd3e87dc13f2d3cca3685f66

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df9b8c24a45f174099e7be4938f7e03ea3539189a4033ffa726e9b1fb11ad870
MD5 f629d52e54124b129d6692996775c031
BLAKE2b-256 6842ee1746178fe7a93b353711dca621388cddf6f8f23910cc3f4a8f61b8f0a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a0fb642c82418f7f8800dc41f84f621bf4834a357952f0a9f4dcabbba5225016
MD5 83301e68bddfbca34ba571e6d0c3aca1
BLAKE2b-256 d7e1b26320582934d63870146f0ad7be11e3f60be6324b275944379141102a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp313-cp313-win_arm64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fb79f32b3350ab2ca13ab90201d851e6898c554419840fb83d33211e7b0f47f2
MD5 8b3862b8aaf9b56f59ccea30d391da59
BLAKE2b-256 028943e1b8c4a26d87ae7d6002502b8e050620fa22cd191efc1ff6665f2cadcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 739e04344f16bb90b11655fffd4bed901c730113aafe92296228e646c57f934f
MD5 85c3af64e088c638755b53d42035bcb0
BLAKE2b-256 4d40c87c10d892f0736be08f0b0acb413b0c0fff7fbd939daacbb1ee44b7568e

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d4adb1b6fcc7078e4156b74091c1c009373cd375b8d5dc59ed0cafc2f0f6dfc
MD5 8f9a61271c676564fe7497d7cad704ce
BLAKE2b-256 7cbfce01edb279a2a14cc4c6779e0ed4a783217a06107d82ae67c11d8b8f1719

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b63646d11a2ea9e6dcdfecbc39ba85ba029f05c3e52b40917342cb66ea1c9499
MD5 28cb29c4a87470f7201bb01b347145e0
BLAKE2b-256 21ff3fba9fbf6ef7978be87e83f06dd1cf2854c461ccb7563644113a520360bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 88a88ef65e0fc55f51643c6250cfce1b3479bcabd9d22c55d17ba4ba145ab19d
MD5 fc35772c13a47e40ae4bacdbf19d610e
BLAKE2b-256 a79ba76597c554f28e28e9c2afd12bc7f1a9a502a59081ab4bf68d5d5aca9f61

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp312-cp312-win_arm64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 29861a37a1f3ecc1b8bb76c3cea38d29567ed0a06e64d6fe3ebb2acd3bddeb9e
MD5 5162e952b9c5dc49e825074993b51c95
BLAKE2b-256 89f64206289147b5eb1ef37ccf03834bb2a725214c2158db68a2e8bb7649239b

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ef8c64035bda604441e67b0bc4a8cb80ef194f3019f5d30236dedce9ba62e54
MD5 8643f0b00fd23e23072a9d33a2897f2b
BLAKE2b-256 9c92aa17a10c6673c46133f6f20e47e014e5824533a27c0a03766b9bba05625c

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a91e7a2dd599c161e54cf437932a701a50e68d22a0415eb9413099bbd155958
MD5 a904de85fd6ffa39c2ab908c70528067
BLAKE2b-256 de7315f98a696273e2c40049f40154cb884a96d2bd9c129eaf4366c8a73bd3ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 143407ffafc50b8116dbf1b1293e6b2575759154628ab3056cb5599d483116d0
MD5 4ecc515072d53ccc1100307fdb3e926e
BLAKE2b-256 ee3601b6bbc7817b1b7897453ef618f9491d11ab023894396fbe7e6712bd89ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 655ce5c4ecb811546c6e8222e963011f7d8801aff299da0847b50dc6d957ee44
MD5 56b7c3b1e4371a67ff22ef396078343f
BLAKE2b-256 62054d9249ba6eaca029394777824933a9e9863c5fe8afb4e5445a50e24d83c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce56cb7bff5a8230bf4557d5e0dfdb3c93b8aab8777e7639df4727a7447e6f2d
MD5 1ac1dca58a843f8d9075dc86e9515b0a
BLAKE2b-256 a81bd77bedb687f86c9639156ce06b930bc37b8f8e56287659beff880cd4c13c

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10588fcc931f8235f3a1fa0d50ddc59744c48f582157c334a82efaa557d5bcd5
MD5 fc77d68ef3d8200ea982d5f280e47c1b
BLAKE2b-256 784bd0d500d88fb087afcf1c490820e47e26da227b1b7771227f3f28acd5d01a

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fffb41f1e656ce299a22fb065b48bd9c1cb049a9b8d78f9565b145563cdfcd8d
MD5 e7db21c35adbc99bdb149190d8633d1a
BLAKE2b-256 677791a5a0b3e9e82675b0cdabc5f433539b039fede6f35b703e32cb9b52279c

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: patinae-0.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for patinae-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 17b661eed1170c03ffc48fafd84a0468d3dcb2ac96f3d2b71efb56d9739153d7
MD5 24efa63412e127cec8742769f25f056e
BLAKE2b-256 72d6a0dc3bfc0a108faadb9606fdce4566eb63e17fdfb1dea53040be4916debb

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 780129e8cf58f4d1aed2beeb54cd5714c81cd292c698187d2f81edb8a53c4683
MD5 0b17144246c1ae4e9eae5d924bfac05d
BLAKE2b-256 9d6ce11f5825ed5487294a694179b7e71e768f815c93c583d04d58c9c3d380a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18444f83c51757b84c6e2bdb97328f3b9d88ad230398d3e608b811d49fcdec24
MD5 8f383915f2fe343fac61b162f8d69218
BLAKE2b-256 7e367e17ad38aba3ce5b26db557de80c769b0fab7009951ed84675f5cfebc282

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39f9e0179e0050b19252ad934f8b5b67c6b654a03866a20f146f13738285c79c
MD5 8e2aff7e6c3c836923c9bbde312ce96d
BLAKE2b-256 cf43cac504f13919ec070facafe7d9957c94818edb786948df1447851e138868

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

File details

Details for the file patinae-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba316d272c59c65663edee64e32ca292e8749347aecc137fe0d7b732de5d20bf
MD5 1de56b61f0ef92455bb91d521d2647b6
BLAKE2b-256 6d0c9b1c53f42a464d11d7abd01e0ab7a9a405af0f44cf22e816c338b1e22eb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on zmactep/pymol-rs

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page