Skip to main content

PyMOL-RS: Modern molecular visualization in Rust with WebGPU rendering

Project description

PyMOL-RS Python Bindings

Python bindings for PyMOL-RS, a modern molecular visualization tool built in Rust with WebGPU rendering.

Installation

pip install pymol-rs

Jupyter Widget

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

pip install pymol-rs[widget]
from pymol_rs.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

pymol_rs-0.3.3.post1.tar.gz (649.7 kB view details)

Uploaded Source

Built Distributions

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

pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pymol_rs-0.3.3.post1-cp314-cp314-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.14Windows ARM64

pymol_rs-0.3.3.post1-cp314-cp314-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.14Windows x86-64

pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pymol_rs-0.3.3.post1-cp314-cp314-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pymol_rs-0.3.3.post1-cp313-cp313-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.13Windows ARM64

pymol_rs-0.3.3.post1-cp313-cp313-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.13Windows x86-64

pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pymol_rs-0.3.3.post1-cp313-cp313-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pymol_rs-0.3.3.post1-cp312-cp312-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.12Windows ARM64

pymol_rs-0.3.3.post1-cp312-cp312-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.12Windows x86-64

pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pymol_rs-0.3.3.post1-cp312-cp312-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pymol_rs-0.3.3.post1-cp311-cp311-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.11Windows x86-64

pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pymol_rs-0.3.3.post1-cp311-cp311-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pymol_rs-0.3.3.post1-cp310-cp310-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.10Windows x86-64

pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file pymol_rs-0.3.3.post1.tar.gz.

File metadata

  • Download URL: pymol_rs-0.3.3.post1.tar.gz
  • Upload date:
  • Size: 649.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pymol_rs-0.3.3.post1.tar.gz
Algorithm Hash digest
SHA256 8f0e315083c9ac6d5da5725e92ad645109e1a10fa35365d8cf456e51d543fa1c
MD5 3d0c30cabf4bb3ece175f17fdbd4be12
BLAKE2b-256 e1efa24e7d2d508ecedefc97f2a3cdf594b5cb0e545c7a2b01d50fd2d03c38fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1.tar.gz:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e3de4cb0afe3b70b71257007cf1c6bccd18c3a179e7326b0ee2896510d12612
MD5 5435d848855069a7aada8cd01a0521d9
BLAKE2b-256 a4a0d69b10b23ccae89543d7037f94972464fa8608738208fa02900f113df88f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59400c021f1d030b80ea01551c0de2f5abf88707ff66304bc98fd15267017efe
MD5 e7aa968b78ae71e8bbd9766316c024f9
BLAKE2b-256 ccf98803596e0f4d18e9e80930c2c0d4d1cf8a688236f15e8df5df4a5d8215bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6232b26819fa67fb12d0b660ab4a743c3f0a98d477826e01b0aff1706ae2055a
MD5 788f49d513b545f1cf06b2a8038aff64
BLAKE2b-256 b13ce6a0f98d88dcf3c9f964917b4535e341857e0c53e460d65df39a183da102

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp314-cp314-win_arm64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2be26c58a71d8f4dbd0c8d0305563efa423293ae5a23bded6ad535e74209632b
MD5 934ca9b6753b4778a25a0e93a14f79dd
BLAKE2b-256 4c1249710e60bef9a5dbe90e266c1d594e14381c814b2764dd64c6e533f6c832

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp314-cp314-win_amd64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af1aafe03ebbd4ca17102eb2b2df8dd341f8e9f2018021a576e855b568ac60e5
MD5 fa86ccc9debd61cf3d552106c46c2e80
BLAKE2b-256 04f900c4b036e08ff6ca90db4a5d4ef34d99ec715d4c0967970994b8ed79a74f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e1082ca73b2d420abefe36580a30b061cfdf3a37279b3ae8c9cac33873c15ee
MD5 0f45f1708762b287a2fb7283604152ba
BLAKE2b-256 71074ee7055622e2e4eb1c795dfad107a11e44b88af63c60e84e754069681c03

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d027701687d35c9ee84105682f375c45a99bec7b4e218b665f0cc60b4d4242e9
MD5 6284e639cd38ccbe2febfae4e8902384
BLAKE2b-256 c50c4e8c4e2f9d48718bdfaddf4f7b93f03f56ddbcda77ba84588d17230e0521

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 26e64ed23584783f80a74783f431ea3a30ccd4ad4db0c08a0da4d9e41f95b5e1
MD5 f8bfd585ca05d76ca4e831383cef6883
BLAKE2b-256 4480ffdc0491b079199bb913aa4678a49c2f9dde2952bdc50d7bfe1a54777cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp313-cp313-win_arm64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 55c99910ef9e50e5d08c70885164318f2e5ae49f6c079cf407ba1ba6f98e3330
MD5 554d0485b5e865ddb5c584c1cd7bebfe
BLAKE2b-256 838b26e32dff81c2873d68930ad2786201ca905cf1f3fa44f5b1260dc4a6803a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp313-cp313-win_amd64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9df29ce1ef259303b4d6ace643440b196e0d7d82668d29a926274c7633bd8ddd
MD5 18c53da9f796980a1c3eff46d0531997
BLAKE2b-256 eda191a943467d941374593f10bce14a67cb034e9f52b46687a67ce4d6052c2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 418706e76fdb992be852d777cbdcecf4a6c8096e0485ce99b38eff5bd8866ac3
MD5 702828ef206ee3fdade0c958a505e61a
BLAKE2b-256 470488c8cab9789922f3388dd3fd13c16b28eb4311763eebf5f93d7df53667cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9a6ab5f295cec4edaf4b7407a0474a26fdf5acbf22c80348586075e70887fa2
MD5 f9d5c2eb4bb1b7d18ce843b6ce51b644
BLAKE2b-256 ab29c9a67c2d0079c1ccebe9e2ade6d74d37f88d9ca694daedb005e717119a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d102edbcb91d73ba691087c9f7e93b10d8e1c06abe6ac1b3dbe003a790e65dbc
MD5 37f27dd74db1144b62031c56698e0937
BLAKE2b-256 e12de9eee90cdf12a6b515d691db01926261b0a3bf71f69a8389de5248d2ec1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp312-cp312-win_arm64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6ed334f32df448c9f50c644faeb83e2ff2dcd626aa525d5bb3e2a4e7f56da1fd
MD5 b5a986aafa05048c2bebc126e0de68a4
BLAKE2b-256 af4c2144135644aa7335a749a2be83c866e0bad345e669c340c1389857c4f5bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp312-cp312-win_amd64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a3cf40d80aadc0a4f27788d708df49b0495eb6fb4b685ad9a8f21df5887de9d
MD5 64e39092c541d76912622f9c5ddecc71
BLAKE2b-256 7211181263bf58e3cfa377090db596671fbf56d660cc95d5f424808dac19fcfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74090ec657c946123e6d228f4a23f05022d96187267f4217b9f5d80620dd0bc0
MD5 bd1af979b0be502d832cca21101fa6ea
BLAKE2b-256 acdd1df4b6308ab5c4b38de525538b90195ac8c714568238e0ac2c9b68460fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b1fc74da11c6bfff6055ac6337a6bd582eb8ccc211033f7b740152f5a2a13b2
MD5 4735f5ab247fed63623216f2ec37f602
BLAKE2b-256 516f97034ccacfad74f817c6d99d028bc8aed3f4b9320a2b963a29a21caf1aa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bde27d1fbc5cdc57859e7ad65e0c06ab031df4a5ced85a50d7aa2b8ee2b9ee93
MD5 7ae202aeab9a7b574a985ae7003866a8
BLAKE2b-256 001c9f86bdcdfa628109c2e209c78f0d9410285f15801031174c409f11f8706f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp311-cp311-win_amd64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ffd820d9825f56e7fabaf91a8ce1381ebed14ea372876a38670c1a5e2d32864
MD5 7c6ec69189de377ee87209ff521d1e89
BLAKE2b-256 9ea76b38a8cb069f009dcc0021759369175d8f728dbf8de8c369edc61ff07fcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5baf0de807c59ad47a879185dfa623e489f9456bc94a53fe743584677fc82261
MD5 2b631944b5e6856d91b61214a068d3cf
BLAKE2b-256 7b70f4ba1fbe6fed7da126d64a321b83c70679b2b3e42e9aba54fa522be24282

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eba127abf70e2579d43609580645885804fdf8926bf607967f235efb382ca3a8
MD5 dd3cf86c9f0c0d7c5ced9109643dbbdd
BLAKE2b-256 94533338d722a27c2181cabdcd984f6cffd3ada9424ec71055b383256ccad2c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e71eefc5a122b80b909a8912cd4f661ddddcf6c181402d34beb76f941664a5e4
MD5 f324aa01147e1f3c81322fb33771f89b
BLAKE2b-256 f6017e80290f18c9388f51dc6253fa346819b65062f9f8e26b5c40701556ab53

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp310-cp310-win_amd64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8620f38700fd05e7a4769f54b1b3b536360697e3fa41508b86f547c5e49020c
MD5 e37b92e21e3aed80ad022a5c6c9cb36e
BLAKE2b-256 37da5fea535d0471257ef20bd293c46d190b5fbfdae26453555550a3132a7d82

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7eb989e20fbf2be68af3ec5c2a163d1b5237d1f55c2afad337593849970acaf
MD5 61178471ae3c61484e924ad84ba72f20
BLAKE2b-256 d74cd7fa1d5cfe2106577546b12e18e44b5e0c9653c56bf6e7d198c9efb76ffd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 936c26c8fccec11be129648db494e9f2bb2ee07f3a96ed67ca8c23d5cff80c2f
MD5 eb8ab7ca600c07d2c2bf5a19a9a365c6
BLAKE2b-256 b2c5a7ec2f36c9a127b693fa5e5782ac048ba4db130dc1d1a83858840a24814b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f4fa8ef3f7224a57a80b220c2ea5d7d2e587789f35e93b8ecf5ec27ffe71611
MD5 8aedc4ea329e933b4cce6be59d7c49a0
BLAKE2b-256 d874b9ed7c86be6acd6a65cd07c533a70d646b19e8cb1c3329f6d9f11be86a6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41a6fb8b7f31708546fa36e6e9dab147fa9bab02ba95f59986d1688d47e6a4db
MD5 5789769c7c6a7e21b8d71990bb11d7d0
BLAKE2b-256 05da90bcded1a886995e2ad1f3620fc619c7e480bd7c9e693309455d1b1bee9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-republish.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 pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2af28a79dbbbbfa30a9e8f04f088b46201885c22d55ebe063708a704445871fa
MD5 bd26b9b3dd72294ee771ad6ac706aed3
BLAKE2b-256 e2ddc6c3281aa0bdad32a872696f389de3d4263af2583bdad20164b57c21884a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymol_rs-0.3.3.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi-republish.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