Skip to main content

Molecular Structure Interface with RDKit, ASE, Packmol and NetworkX

Project description

zincware codecov PyPI version DOI Docs status

molify - Molecular Structure Interface with RDKit, ASE, Packmol and NetworkX

Installation via pip install molify. For more information please visit the documentation.

A common use case is to create 3D structures from SMILES strings. This can be achieved using the molify.rdkit2ase function.

import ase
from rdkit import Chem
from molify import rdkit2ase, ase2rdkit

mol = Chem.MolFromSmiles("O")
atoms: ase.Atoms = rdkit2ase(mol)
mol = ase2rdkit(atoms)

Because this is such a common use case, there is a convenience function molify.smiles2atoms that combines the two steps.

import ase
from molify import smiles2atoms

atoms: ase.Atoms = smiles2atoms("O")

print(atoms)
>>> Atoms(symbols='OH2', pbc=False)

Packmol Interface

Given the molecular units, you can build periodic boxes with a given density using the molify.pack function.

The molify package ships with an installation of packmol. If you like packmol, give it a star on GitHub!

from molify import pack, smiles2conformers

water = smiles2conformers("O", 2)
ethanol = smiles2conformers("CCO", 5)
density = 1000  # kg/m^3
box = pack([water, ethanol], [7, 5], density)
print(box)
>>> Atoms(symbols='C10H44O12', pbc=True, cell=[8.4, 8.4, 8.4])

Many additional features are described in the documentation.

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

molify-0.2.0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

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

molify-0.2.0-cp314-cp314t-win_arm64.whl (241.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

molify-0.2.0-cp314-cp314t-win_amd64.whl (251.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

molify-0.2.0-cp314-cp314t-win32.whl (251.3 kB view details)

Uploaded CPython 3.14tWindows x86

molify-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

molify-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (827.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

molify-0.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

molify-0.2.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

molify-0.2.0-cp314-cp314t-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

molify-0.2.0-cp314-cp314t-macosx_15_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

molify-0.2.0-cp314-cp314-win_arm64.whl (241.6 kB view details)

Uploaded CPython 3.14Windows ARM64

molify-0.2.0-cp314-cp314-win_amd64.whl (251.3 kB view details)

Uploaded CPython 3.14Windows x86-64

molify-0.2.0-cp314-cp314-win32.whl (251.3 kB view details)

Uploaded CPython 3.14Windows x86

molify-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

molify-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (827.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

molify-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

molify-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

molify-0.2.0-cp314-cp314-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

molify-0.2.0-cp314-cp314-macosx_15_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

molify-0.2.0-cp313-cp313-win_arm64.whl (236.3 kB view details)

Uploaded CPython 3.13Windows ARM64

molify-0.2.0-cp313-cp313-win_amd64.whl (245.4 kB view details)

Uploaded CPython 3.13Windows x86-64

molify-0.2.0-cp313-cp313-win32.whl (245.4 kB view details)

Uploaded CPython 3.13Windows x86

molify-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

molify-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (827.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

molify-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

molify-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

molify-0.2.0-cp313-cp313-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

molify-0.2.0-cp313-cp313-macosx_15_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

molify-0.2.0-cp312-cp312-win_arm64.whl (236.3 kB view details)

Uploaded CPython 3.12Windows ARM64

molify-0.2.0-cp312-cp312-win_amd64.whl (245.4 kB view details)

Uploaded CPython 3.12Windows x86-64

molify-0.2.0-cp312-cp312-win32.whl (245.4 kB view details)

Uploaded CPython 3.12Windows x86

molify-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

molify-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (827.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

molify-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

molify-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

molify-0.2.0-cp312-cp312-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

molify-0.2.0-cp312-cp312-macosx_15_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

molify-0.2.0-cp311-cp311-win_arm64.whl (236.3 kB view details)

Uploaded CPython 3.11Windows ARM64

molify-0.2.0-cp311-cp311-win_amd64.whl (245.4 kB view details)

Uploaded CPython 3.11Windows x86-64

molify-0.2.0-cp311-cp311-win32.whl (245.4 kB view details)

Uploaded CPython 3.11Windows x86

molify-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

molify-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (827.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

molify-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

molify-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

molify-0.2.0-cp311-cp311-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

molify-0.2.0-cp311-cp311-macosx_15_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

molify-0.2.0-cp310-cp310-win_arm64.whl (236.3 kB view details)

Uploaded CPython 3.10Windows ARM64

molify-0.2.0-cp310-cp310-win_amd64.whl (245.4 kB view details)

Uploaded CPython 3.10Windows x86-64

molify-0.2.0-cp310-cp310-win32.whl (245.4 kB view details)

Uploaded CPython 3.10Windows x86

molify-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

molify-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (827.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

molify-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

molify-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (676.9 kB view details)

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

molify-0.2.0-cp310-cp310-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

molify-0.2.0-cp310-cp310-macosx_15_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file molify-0.2.0.tar.gz.

File metadata

  • Download URL: molify-0.2.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9eb324a10fc70285ef9b2ff79819a389fff41e31d88d21d79b9ea88e8646a1ad
MD5 43cb259cba1ad78522651827b083e1af
BLAKE2b-256 5fa115f23de1207bc6fc7608b04b5b8af2468af27bd24ad239681466eab5372c

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0.tar.gz:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: molify-0.2.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 241.6 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 06f3be93ed62fd84a44ef255d7dde31f5d54daffd9f0e2d9d473697104af75c4
MD5 01b1cf77ce1659981099b86695b1939d
BLAKE2b-256 7ad06d7ba254833f088463dce7b861ebba8ff2c2667e249176dd8134026ac25d

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-win_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: molify-0.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 251.3 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a8251bd5ec519264324156e1f4eef7a12bc35b5efa68bfa6fd382d48f448c855
MD5 b3498bdf6447e9367daedab41091c6c6
BLAKE2b-256 87b6acdf56f82152dc8907a574b2570d4248b60f2410b629cc74d63aecb2b8fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-win_amd64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: molify-0.2.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 251.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 87731e5a7f7477434e935ad85a5822206bed96345909cccc57dd6c696cdc3185
MD5 405450f14053f2345c763062ea38bcce
BLAKE2b-256 4ca4a69cbd0d3a58e01dae24798e90f5448ebb59d21bf1185c56099d0cd3703b

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-win32.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7702c354e50dbc0f7bbef4361cd05b59e5ad477550bf14c0f6d8df6a05d20de7
MD5 c0b19646d0beb1d44747ccf8a43f03b7
BLAKE2b-256 1bdad1db46a99e932264620e938739daad8bf843a92f069eb9bd6430a926e398

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9eb9fe23109433cc2accea9b2afb856d0f9ed082a5930f9f32ded7ed7a8a2067
MD5 1a61d6f4211d035210e93692042033e4
BLAKE2b-256 9f84561eb8b19a0fd7e0cf79e37f2582b94b2108c55383fc2e6576c4024bef31

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 374a04367ab4a72c091dc36e96e27bde64ba2f87f40672e4a9835dbc1830b71c
MD5 9210db81fadaee72639c6ae2dc0fe8a2
BLAKE2b-256 014eeacbe514c2745cce1471340f8ababc57c76673d756f7e4d1584bf6bbbb6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d210dc504f48bbf8cf026c0887d2a264eeb4659f54a65ac604efd61ca518024
MD5 d91cb2923c5281e4a173576381d3f3ee
BLAKE2b-256 64fc45441db2087d46695de4e4fad5a127d29e6c06c984719af3157e121cc069

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 411de785b53d8f859c67ca97c875354e11cba43f3d4a7edb0bd47f8f52c43e04
MD5 25ad4d2722c4eb41ea6e75c07346a9d4
BLAKE2b-256 6fc5d51cb62bb4ed26cbc2b7ceff1fd5c5b1e77c6eaee0d344134ae1fea3085b

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cb34255a1134eb1175ceb8514240c7627bfa55ebb49db4bc09e0bc1cefd80040
MD5 27c5261a9e897962e90ccb56b4aab6a8
BLAKE2b-256 6751a023b6b3ba71c383e056277b6e58ace9f840f2261f7ad6b371ed33882a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: molify-0.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 241.6 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 16e2b931829db18f75197500795b59e56009d51e19232bff45f58d5cbcde96cd
MD5 2385ed2166ff2f6f3e4a5bfd7ec02df7
BLAKE2b-256 ff12c257d35011dd0e61ed2a07816407a12a3115ddc2a9bdfcc8baeb4bd1612b

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-win_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: molify-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 251.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c9a3f7fb1851f74ee554b320eed2c09c2950a76681f99a2ccb3319abb193a52d
MD5 49d174e3ef53ba969801517487d8fbcb
BLAKE2b-256 f42a5acbf4776e072580bbaa5157087e8bf1d1fd12df040ac315ea8885bb5b6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-win_amd64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: molify-0.2.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 251.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c04b90a139ac2b2dc458ceecade4e141439cf773d08ff8f16dd9678bb30390e5
MD5 b64ebd4f7bf121f076bc927c4ef886fe
BLAKE2b-256 7dfdc94ba1d36df99c15b5b0e18138af211ca599c01f92521504756d2c7877d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-win32.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43ea467ad98ee625afcd072eb6bd7aad8d24a346407dad26b321a50ba0b9fb94
MD5 13966cdadb95167de8034747bc72e669
BLAKE2b-256 b6309f79e724cd9a3df80486c97f35538c8a5049fce232380605004c407aa25f

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50711bb62a8396b6cff4716063eada894f8fb927dec8773081ef33cac487046e
MD5 0a0c52e33df3144f61fb54ef6e156b82
BLAKE2b-256 0bfa83f55c00cadcf584a95c6ae4c471fe1086fdf8f2d04ff1fb58e289212866

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5734ed39ae0ac41128a7b2d95f57f50602b4bfaa44581e3291308722dae675bd
MD5 9e551ec4daef801880903399654d4d6e
BLAKE2b-256 1f507c27eb1b6d46077667628a146f9a974f61d1d9983ac16b3d9f34333fd553

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b86d3c77240785dd9e9826863e23215e404d84dfbfa0a6403c1a4e42ba7312cb
MD5 0316300f0a84a7c253aed11cb60f0b41
BLAKE2b-256 a1fc8af7dcfe7b42904eaa604ac3f98e930bca1703a8cfb4d4224ac39c3f229d

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9aba831ce9e57ad8e05961dde74a1e8e313220529e95c18af8a69bfcb789de4f
MD5 ee0a9f9d58bedbff93753467d7827b07
BLAKE2b-256 11f806bb2a593fdde5d71570077f8b3ffe6806c4ae2155ba92479561934d1c7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3ae2c5844277e45109fda1506c0b8a00b27c8aea09d1ab9e1023fbcae6c9cb56
MD5 80f127d2449d7658af24b2c44353a5c0
BLAKE2b-256 0c82376da32be721d80e42cb056ee6f8dbc73100a65f1b820a07bfac9852ef81

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: molify-0.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 71ef01eae1315aa80f12cb4808bc2a934edcb1379c8b51c4f1b83b17b8449f5d
MD5 ccb8d238479cb7bfa1f938bd7b99a039
BLAKE2b-256 6790aed89ef8e2e1e90418dad824ac9e9071ad94d4062250794a9c25bba38af5

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-win_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: molify-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8ba0c88a2a68959870376b21f3c2f0e93aadc1e109c0ed0d1ef80db79cd459b5
MD5 d228ca53a3b188bceca8d488f7f3934e
BLAKE2b-256 3745b96218c9ebf7d777438cc70495f7c4a083e9ca33d9446eaf7a885c1aa271

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: molify-0.2.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3d008b5b5db1cbf323a5dd487b97a9fb104d8251acec244c43954d36c1587f3b
MD5 b4690bbc03bdc76b63baff0532a09ca1
BLAKE2b-256 024824bd52c16f7da4277cb283fd75b371b5744e3b1e7e7e183e5d6926eb9a1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-win32.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59af2327b82930c642a49ffcec6274e3a654f41ad02b9ca5206f4b05086420a6
MD5 30332abed5cdd46835dc2fc4e6012e55
BLAKE2b-256 92b3912eb3bb4e6ed9f38b74f1d59abf421503af39871b7d92438706e2dcf70f

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0085b1cbab621ee9e19029d97f2c7e21296e5d5d00225e67ec05579e75119c3b
MD5 81d49f495c437c81ac79d61f8a3be848
BLAKE2b-256 480c2bfb4f7baf764f1a71bce2e7b8087ed93445e8708dc2a977f973ac606346

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 745645916b67a9a1c3de8656adba2e432752e64b5d22d9c8ace3e7b932dba3c8
MD5 018b713225a65269be02b96f29e85a05
BLAKE2b-256 d70ffdf409d8de2e4a08a94406701d5280fdb5c89a346ce668fef8fa156bc97d

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 025d94d737482db56f71d69a4ff88622c4f436b65df33bf272bbfce9791ad883
MD5 0974fef7aebfb6323b6201e165e2c073
BLAKE2b-256 21ab58953f541ad07bbda4d30baf026eb80e37b22d84020213d38d154624a495

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 823a0a457148018c63cc075503409ab5f7dd5d8e5710e93c5946453107764d57
MD5 b02e64698ba24086f7cc7e30454458a5
BLAKE2b-256 81627d14328bfb98ec8c7aef80d18d6a0d44a1529cdd265ceee6c385a22f0e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1fd328b62be4da28575f30fe54965f14df81bb94b530e95aa9dbfd24e9b6c781
MD5 5bbe8d56910f0a4ba6f226520b2d3d58
BLAKE2b-256 1ea5089c040033f673ec874bea542c8c53b689ff79fefff088bf2c4d5c0f44a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: molify-0.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 eab5e9a6b167c8a72163498a8243278d65ed57f93bebb95f24b839e218347a31
MD5 7ac3ad0f089ee1ea92d2a911557ae4ca
BLAKE2b-256 44d28741034961722d70ef12164f9240ce86b9b616d168f743a7b737a8ff9fc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-win_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: molify-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8968a2217145a4f0903b782b0d13fe772c8fe45cca17db5c386633059bca8198
MD5 8909472048657858cbd28193a1cdf184
BLAKE2b-256 04aadba5d8c3ba8571fa5209c2b4a15310a211e7a8265a90d7defd9f742b0e92

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: molify-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e9af40322c437156273db7b9d75bfe4955dfb5fdc385d1ad1adf5d1092fc9400
MD5 a0a2e9a4aa0e91d08d9043ae2ded10a5
BLAKE2b-256 1347bed37a11e69975183a22e3698ee5182966f971e46269890cafe0e8066877

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-win32.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e23bb0ca8a4f0e5132f322593582355689e7aeeab35e02b52c924b0492232ab4
MD5 a78064744444ecbf09f9f3f94b4bc120
BLAKE2b-256 73ef21690eddaad558338995233d3c03a1c41e1f347e5956e36daa7e5240e6ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d1f19faf69f44a01e3ba52d20e9db16badc2860bf4df729b9033a075472893a
MD5 d579326747445dd141c3c8384ce81c37
BLAKE2b-256 b5074714dda6d33499134281e73770a08c732a3db1527d4c54724bbd6ab8a03b

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62daa4eecc6960d1778e72f2ac81c94329afef2584a77bd40f2c426e2381ea3b
MD5 ee57f8fd1f771c2f903d5882b33671e5
BLAKE2b-256 395d58c3fad0271e76e20c2c18b42c947abadcd97d0bbf15a0e49f8bd6cb5e2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f67ac571fd815709bcf379f829a011b1bfe60d19b7dcab52ebf76e73bb478bdf
MD5 5a88253eed67175d92c07fbb40ec027a
BLAKE2b-256 63c38fd28049abf31ada85387cbce4c55f4d365c12f922cd0f071389bb6696d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 70a377ecca7a8a9adbf2da78080bf8e5089c170843f6ac16fad993349ce10221
MD5 4705e3a57c084b3af326934cdbc7fcc3
BLAKE2b-256 6f603d3244ec3875a2c6555af5c17dc76a8d5a55e1e5f60910ff4a3f8b17b262

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 eb74275945def703e977c2c8b3493746ae451abe7ec1b7417452d83e7599c591
MD5 b05c4577e7abb33995c5da7a0585e0d0
BLAKE2b-256 e9bf8a09a89553e6c61a039d8aaa038d23ba0c1f7c75170ec3c530ebc1b2adf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: molify-0.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2e8e9ec3e9cd43f133945191200b3ff714db41a4643962e6d8a95ff3c2890add
MD5 e2fe9a391557741447fea850438969c0
BLAKE2b-256 36c70158d5834bf2e5c812e5093b82cfdcc03e77c0f927fed1c776cab63a5f62

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-win_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: molify-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 39021414501d84b5fb0a6fc5edbe7a781134dfd0819e50e38400af1cb74f8e43
MD5 5752a17933dd274b6f51541b3f34dacb
BLAKE2b-256 ca981eaec493b38bf2082f6901624e92f0ee251d92aad342a9cb4a2f31d61ae6

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: molify-0.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8f3e05d0de3630adcc652ce391d68c1dc789944c00a7b42563ab3dec057b853e
MD5 c98ec22d42a8c6f548ddbc89e18ea96e
BLAKE2b-256 47fa0ca660c2906078d2a8022819f6e7b80b943e8e8ab3b195298ab5f2adc365

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-win32.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efed3f15ee3f60409bef1057790c96dbef51bf809b6bfb166b581243942118a5
MD5 972f1fc2dbd064c0da15c663198ddc2a
BLAKE2b-256 e18f726df1fcb00c8b1e0fa948db0e65968fc6f239d8edd59b243870a1fb6ed6

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f55d1df0b43d161fdf16ec56c2bba86adf0fb0191bd571b286cd74779871efb
MD5 d523e20dca7e00c4afe7301b8562e82e
BLAKE2b-256 94c333319767aa71a7800d9cfdbd12f221b56971f53029bb7e54d163fa398907

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8989d8559df70fbd8569bb19afe56caa0a3b12e419ab038dfa9a9a98df9655a
MD5 555c027583ad4bde2fc93cc3dabe07d9
BLAKE2b-256 afa65c907f807ae8ec3e18acd9fc3cd03252431d1306ba7de93615e338b76867

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c727b8dfb4c976cfc93e2397b8341a34e64b3295f4193c5a18b6588e33d1648
MD5 30f822a8c5ffcaef16f1a8bcf6893da6
BLAKE2b-256 9a6113f1a42a4375ed7946b2d8522a9b03afd998d3ba348560908c223898c0ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 57f8852cb8a750853d3601f3438e8b9ed0e480ab26ece2c448f52d071a4fe9a6
MD5 88840a042766567b10ce8237d9eb3e59
BLAKE2b-256 3b0a30aa78092947e483040f87d28fb5f67f069e277ea0daf19f818e059c4eda

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 74c5999d6d21b7f931970225d05ad5f301e211872d862bf8565556b3431fbafa
MD5 7bb6bc1e822fec64bedaceda79071998
BLAKE2b-256 de0caf69f4245826b947a1346e8c98e165cfd4b9ff05c4a714c6c6ba4c02704a

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: molify-0.2.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 236.3 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 cb86fea8f2efd62f6f8c4a9c36b29949c1a291c821d958e6327946594fe97e30
MD5 2e901107379e6913db38933ccddc8407
BLAKE2b-256 ae34d946f3a0901ad1488b85387dc7f16ad578ba64eef1068284d2af2380fb27

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-win_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: molify-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 47d853bdf1bbddfb4794d2b5b610a8644b507ce6d8af8ffd05af2c49726b302b
MD5 cd3cf6145a510be8d9112e43e302e025
BLAKE2b-256 a16c7398bc7d7a14b5ac5d745f965d0e3ea2dee1bed45e42e0f435d6f31e56d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: molify-0.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 245.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for molify-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ff36f187062a1bc6182bbe11112c1e2b3181c6a1a17fd3b5fdf322c3c274be24
MD5 cc200ce602c21a41c7ccab230c0e383e
BLAKE2b-256 c183582e7ca661700e4c3ec7fe6913ba98c67cec8621cac95e8c33b6fd1cc082

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-win32.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad2207fadbab00b4516830e27250647a4ea085de0436305aa188481fce542f6d
MD5 1bfa232f0ac09edddfc37c2b145d9ec9
BLAKE2b-256 649a4d98b9a5e9e415f0adef4e33e8ee6eab4bf3fbcaa19ce0238651bb9a620a

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06b7664c8b535cc3d84941c7bf4a2f136d78860716a410d30042201a0d3fd2f6
MD5 2f79b78c48ccc7bf4b161a645f9c7cbc
BLAKE2b-256 76cf8bd7cd4a605680fd02dad32a163f1726d952a2facf1e83098f81b19992e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6777827494f090d4d964b8170ae7ae89647b8d4f5cb6a1da6ba43916689f10f0
MD5 ee2c84d03d2fc9c339d52aedd9b39ded
BLAKE2b-256 aa3469937fb4939ed737a544d97c58723cfc2f8e61413b395e8fdb369d33473f

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7dd2555cda7714d054c312bceb7ecd1d6d0441f100734b23aa318da510941a8
MD5 185b8d1c28eafb3103d40d6d296cf98f
BLAKE2b-256 f7847b07fa6673fdee39581f4ac2c50f7c17a3a3916778dec48c6b2232594372

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cd400b2cd4009e37b12ecfd7790ec1b31643d627c7f84c24d58f5f9c1940954f
MD5 19a149507ee5d9b9829c87e22d50840f
BLAKE2b-256 7b064b20995b1f4b216a1de41ca26e980569d4e51bbd9d8b8ecb5afdd6b5b9a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on zincware/molify

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

File details

Details for the file molify-0.2.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for molify-0.2.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 72e8785f5372893ec9843445b792f5e6c96fe3700f0740a524d0b0b282d14a5b
MD5 e1749007801790c8f830ac8c42f57878
BLAKE2b-256 3a24a27b2866c5f16319dc19fde2582b05aa32f0af221ddf5677f214fd0acf36

See more details on using hashes here.

Provenance

The following attestation bundles were made for molify-0.2.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on zincware/molify

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