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.0.tar.gz (835.9 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.0-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.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

patinae-0.4.0-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.0-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.0-cp314-cp314-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

patinae-0.4.0-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.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

patinae-0.4.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

patinae-0.4.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

patinae-0.4.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

patinae-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

patinae-0.4.0-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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

patinae-0.4.0-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.0.tar.gz.

File metadata

  • Download URL: patinae-0.4.0.tar.gz
  • Upload date:
  • Size: 835.9 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.0.tar.gz
Algorithm Hash digest
SHA256 839080c98a9efd7b6466f7ea1e39295522cd593e30c3849d7a4d150869f8cdaa
MD5 534b3cd014d77e1f6a87795e16277824
BLAKE2b-256 15ca378cbac820d1257c96c5f9a0d1f7c2dd59e2c1423166df39462d0bacaa23

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0.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.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eef5d00945f579cb84a0ac1402eb95841ed3d49d0d5bd4d1bc39a90de42bd8ee
MD5 2bed8d9982d82f5100444b81d4542df8
BLAKE2b-256 fabe802a74589bf278c516238d82290a01a3accbeaecb5a6775b77de5f51e997

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3c4c844b994d377b7b24c45a1681426e07819982ab2b022258d2da1ffd619a6
MD5 72dde5b8664bfed961554df569e513e5
BLAKE2b-256 b8ac2d8fa95ceda8ed2a69ebbbf269de79dc1d05937fb6a68a17788ede3f82de

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3400f4edca8ad7315aeea513fdabfdf21583d775e4e630807526e92e0cbe777
MD5 7e071936108559093f8571eafdfc8522
BLAKE2b-256 9389819a8d06595bb93945d34ef712f0e976daab34d9d542253c1ad06c474eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce971f5c9dc8d61df3a979b9f9d38012d32d3b4c4d2625b3c2bd7789e73623c9
MD5 6957181d48008a4cb19d16ed9010fe52
BLAKE2b-256 5bc65cba61657106a18e9c8d3ecd5e8f90ee900be27381cd81c894afbc824f93

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: patinae-0.4.0-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.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3fde483e800395d8b7a4c52d38f0bd5024893ed622fce01077424a63731ac82f
MD5 a51e06e0b96e8fb4258d05ca5e9393ef
BLAKE2b-256 861de399741914ba95a1a579fc102000623e7106561d0083cd32b85aa6f3baaf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: patinae-0.4.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c663df7c021f678e3dfaa1877a52b42ff2dd2443ba719b72adc6ec0f77683c72
MD5 ed002a6546738d58ec70478fbd8720a1
BLAKE2b-256 e0a02ff7614b3143841d9f857b1d85ca92f056d3baf10b25a617063ba2455d0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 319dba1211d20fd1a13684d7159f14e63e5e036351658ba8e463b663f34ac3bd
MD5 a6cd1bd55c545f4a6eac24ad175be4e6
BLAKE2b-256 1d70ffcf49a0370874faabf04bc287ef042693ff284f13928b3ca0e24e1d1920

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f77458511f92cea9fb8c0dbcf8825eef00408e187f037a4f03c8658b1c8dc5c
MD5 6e1bac976bc9f1a64ab68612f4ceb2fd
BLAKE2b-256 53f979fcf6590e293d12ba3cf672aa61903203871477aef3efea6ff9f94b34a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83efb339d439c155e1ffe06d07ba52a6f8d353ea09ebf78d84ab29eb1e457928
MD5 e5d3c04e0fb0e2a6f256be62974ee317
BLAKE2b-256 add7ffda822aba6d6da6aac97e26f2620c37338e99f9fa26ddee3a3c0b8b8df4

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: patinae-0.4.0-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.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f7218a3e02b9585f7af9b306593c3739724125eaee85da8780bd522794095b22
MD5 78d391baf8d2d2e79dc4b2952149001c
BLAKE2b-256 27a1601ffa91cb11f864811cd86b5e70085189e58e65333abac54abde211095f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: patinae-0.4.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a5a31cd6aa2659bdf936012c079c2cf3bd4ac97ec52c2666281c1bb1acab8fd6
MD5 9f7b9191d44e2a838a15d44bd358d555
BLAKE2b-256 30349bf523068c7f22f557377467ea75b2eb0f9fcfa6ce892ebf541a8c2e89fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53eb785da0538e9df108401c4b1913d1e953b9030cba5896e2968f636eba387b
MD5 dc9f859f0853708be86af4e57830e65f
BLAKE2b-256 92a808059cf9286dc8e74f00f1c47f4d10e975f38f5975e6aad7b75137131345

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70cc9a528735e1af6770e38ddeb9616c1044e82bac84198db901d134669d9138
MD5 8bceb72b931fb5a96edd55939ca7888a
BLAKE2b-256 db250d0feccd13498000c20ec69110d221f79efcb187f44b2e35f174f1930e6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0484896b7320d53422070134015cfb150597137711642b246447a56ac1093cd0
MD5 5cc3e09176052bd79cd7efc3a571edee
BLAKE2b-256 8f2293de19b758a2935a9207f5840f937747a635eb868fff9794db3cf30bed43

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: patinae-0.4.0-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.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 281c0f7282865f75465d52ad9dcf07f095e9b112abb8bbede87fb5f54ac4e5b5
MD5 c9e437cc1a0cbea99aaa7b9dc51c23b5
BLAKE2b-256 5045dfccf8c93442223ae920d1a5d4ea457d40f716983c261336003ad9b4600f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: patinae-0.4.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5e3295a78c3494155cfcbf04c16726c9f6975bad9547550cdc67013e4622efc1
MD5 210105f55be7138bb7f72208e7146602
BLAKE2b-256 e1c5eb8dbd257a6412b6e6953c6a0cf8585c41721a13d88dda088f6d3e277c50

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12d1bc36bd5d2477b080e67973be8734961048b2cf393c77f86d229c7d9ed29a
MD5 2bd9c52361a29bebc8fe7a21ca443bf0
BLAKE2b-256 38bab70a7b19f0edf69c511e0808ca4a2dd28f80da45a0fa7fe6536d00a01d35

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4472628590f851c1b0c0c75221abb39da90296fd6298a21bd98438415b4aedf7
MD5 29b373fe18b5b11599d1034ee9569cae
BLAKE2b-256 15aebb370f4c65120705c22be4fb03389cff5eeb057b11b92bbd7a2f282fc1bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 004daed00ad20da3249977f1f67561d6e15fef03a0234d4d6a587ea12914714b
MD5 0f4a0d2f1e689cef7ed0b3a6ea70802f
BLAKE2b-256 e3b93906a9fa7d9a178d40baa6ba3bbe5c60a298a3347686133d43ca84c85386

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: patinae-0.4.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 416409895f53897262404e02e0178b587d2221e0c3c6e1b988509b2db6aad57c
MD5 337f601974c5a4a07359fc01ee85e03b
BLAKE2b-256 5d7789deb0ba1625b270448a98b51a97d1ac8f04e8ffcd866148338ed7d07ff5

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2faddc6e020cc7ea65b0cb947f0742f4af8afabcbdc59ccb839a7ec1fe91e9a
MD5 e8ea14ff8fa57757b40c9e06078bcb94
BLAKE2b-256 f161ddbcb12d8f4e979573b00da02f37940cab54ec21129ea24c5cafdfae557b

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1f4cb1510ccc5bdf2505fabead4fa64054d487d98acc0ff6b97d7c2122900a5
MD5 676c47a6743edb473845ad9350920434
BLAKE2b-256 f8cccd5672f6cee6f247db516e09b5340dd286d6e9cf4dcc0c4d0d410fc6fbe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 498ddf94494c578a17a38f9d6046e7c01dc81ef9518c2f2df68eac42cfbc0b07
MD5 da19f35ed8234a735a83d000675235b2
BLAKE2b-256 b9c1a29618583f71fa4357907630afa65829a05a96b0891a584ea73132b6c494

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: patinae-0.4.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ff81e55d0bf19207cb552f8eac77c0643d09c53c15bac39a6fc862d0a3357312
MD5 0ba2e8143e83271258243a620ee34c2e
BLAKE2b-256 c845d794d9dc98bb876a14de20409aa3500a6039d7718708fa6b162aa17de89e

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 635024409b38817e75114e984ff0b21096387fd688aa4b89c1e5bb52f7cf5578
MD5 b5dc07d6995c7d64d138dd598afada9e
BLAKE2b-256 ab75cad4e424927c25f34b9ca9857779f833b5aedccb955a6ab1a703e1ba355a

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0528b3fdb0a123c445b7f59b6daecfa802cb4c913ec39763563de0eb921a6d7b
MD5 b7e7b986ebcd58e88086a4a543948fd3
BLAKE2b-256 bedcc3875c6048c87929bb99fa1d25a09300f3456259fbb4dafad481f93b1c44

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c63c1b11c81bdaf715af11d505280eacbaf0a11541d5e8315b264db914ae40f
MD5 349f2b064768b20d03d6f1a3549780fc
BLAKE2b-256 324dc178277d410682afea86e045d63fff747c2f8b6b86a7cd8c398f7bc88dcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for patinae-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a350406330f065826185a2e33a51b564a2cfdd1bb6ed18065892e49e9a8dcee
MD5 d3c0e881e538a279b436c36ac342064c
BLAKE2b-256 eaaa9aab34d669dc0a18e8becb78a7e15609b4a0c45c994c8b815cf1625367be

See more details on using hashes here.

Provenance

The following attestation bundles were made for patinae-0.4.0-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