Skip to main content

Packmol - Creates Initial Configurations for Molecular Dynamics Simulations

Project description

Packmol

Packmol - Creates Initial Configurations for Molecular Dynamics Simulations

https://m3g.github.io/packmol

What is Packmol

Packmol creates an initial point for molecular dynamics simulations by packing molecules in defined regions of space. The packing guarantees that short range repulsive interactions do not disrupt the simulations.

The great variety of types of spatial constraints that can be attributed to the molecules, or atoms within the molecules, makes it easy to create ordered systems, such as lamellar, spherical or tubular lipid layers.

The user must provide only the coordinates of one molecule of each type, the number of molecules of each type and the spatial constraints that each type of molecule must satisfy.

The package is compatible with input files of PDB, TINKER, and XYZ.

Usage

User guide, examples, and tutorials, are available at: https://m3g.github.io/packmol

Installation instructions

Multi-platform package provider with Julia

If you are not familiar with compiling packages, you may find it easier to get the Julia interface for packmol, which provides executables for all common platforms: https://github.com/m3g/Packmol.jl

Installation of the Julia programming language and of the Julia Packmol package are necessary, but these follow simple instructions which are described in the link above.

Installation from the Python Package Index

Packmol is available for most platforms as a pre-build wheel from the Python Package Index.

pip install packmol

or direclty as CLI command using uv

uvx packmol < inp.pack

Manual compilation

  1. Download the .tar.gz or .zip files of the latest version from: https://github.com/m3g/packmol/releases

  2. Unpack the files, for example with:

    tar -xzvf packmol-21.0.0.tar.gz
    

    or

    unzip -xzvf packmol-21.0.0.zip
    

    substituting the 21.0.0 with the correct version number.

Using make

  1. Go into the packmol directory, and compile the package (we assume gfortran or other compiler is available):

    cd packmol
    ./configure [optional: path to fortran compiler]
    make
    
  2. An executable called packmol will be created in the main directory. Add that directory to your path.

Using the Fortran Package Manager (fpm)

  1. Install the Fortran Package Manager from: https://fpm.fortran-lang.org/en/install/index.html#install

  2. Go into the packmol directory, and run:

    fpm install --profile release
    

    this will compile and send the executable somewhere in your PATH. By default (on Linux systems) it will be ~/.local/bin. Making it available as a packmol command anywhere in your computer.

    fpm will look for Fortran compilers automatically and will use gfortran as default. To use another compiler modify the environment variable FPM_FC=compiler, for example for ifort, use in bash, export FPM_FC=ifort.

References

Please always cite one of the following references in publications for which Packmol was useful:

L Martinez, R Andrade, EG Birgin, JM Martinez, Packmol: A package for building initial configurations for molecular dynamics simulations. Journal of Computational Chemistry, 30, 2157-2164, 2009. (https://doi.org/10.1002/jcc.21224)

JM Martinez, L Martinez, Packing optimization for the automated generation of complex system's initial configurations for molecular dynamics and docking. Journal of Computational Chemistry, 24, 819-825, 2003. (https://doi.org/10.1002/jcc.10216)

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

packmol-21.2.3.tar.gz (897.5 kB view details)

Uploaded Source

Built Distributions

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

packmol-21.2.3-cp314-cp314t-win_arm64.whl (223.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

packmol-21.2.3-cp314-cp314t-win_amd64.whl (225.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

packmol-21.2.3-cp314-cp314t-win32.whl (225.9 kB view details)

Uploaded CPython 3.14tWindows x86

packmol-21.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

packmol-21.2.3-cp314-cp314t-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

packmol-21.2.3-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

packmol-21.2.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (651.8 kB view details)

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

packmol-21.2.3-cp314-cp314t-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

packmol-21.2.3-cp314-cp314t-macosx_15_0_arm64.whl (992.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

packmol-21.2.3-cp314-cp314-win_arm64.whl (223.0 kB view details)

Uploaded CPython 3.14Windows ARM64

packmol-21.2.3-cp314-cp314-win_amd64.whl (225.9 kB view details)

Uploaded CPython 3.14Windows x86-64

packmol-21.2.3-cp314-cp314-win32.whl (225.9 kB view details)

Uploaded CPython 3.14Windows x86

packmol-21.2.3-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

packmol-21.2.3-cp314-cp314-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

packmol-21.2.3-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

packmol-21.2.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (651.8 kB view details)

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

packmol-21.2.3-cp314-cp314-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

packmol-21.2.3-cp314-cp314-macosx_15_0_arm64.whl (992.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

packmol-21.2.3-cp313-cp313-win_arm64.whl (217.1 kB view details)

Uploaded CPython 3.13Windows ARM64

packmol-21.2.3-cp313-cp313-win_amd64.whl (220.1 kB view details)

Uploaded CPython 3.13Windows x86-64

packmol-21.2.3-cp313-cp313-win32.whl (220.1 kB view details)

Uploaded CPython 3.13Windows x86

packmol-21.2.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

packmol-21.2.3-cp313-cp313-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

packmol-21.2.3-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

packmol-21.2.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (651.8 kB view details)

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

packmol-21.2.3-cp313-cp313-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

packmol-21.2.3-cp313-cp313-macosx_15_0_arm64.whl (992.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

packmol-21.2.3-cp312-cp312-win_arm64.whl (217.1 kB view details)

Uploaded CPython 3.12Windows ARM64

packmol-21.2.3-cp312-cp312-win_amd64.whl (220.1 kB view details)

Uploaded CPython 3.12Windows x86-64

packmol-21.2.3-cp312-cp312-win32.whl (220.1 kB view details)

Uploaded CPython 3.12Windows x86

packmol-21.2.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

packmol-21.2.3-cp312-cp312-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

packmol-21.2.3-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

packmol-21.2.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (651.8 kB view details)

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

packmol-21.2.3-cp312-cp312-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

packmol-21.2.3-cp312-cp312-macosx_15_0_arm64.whl (992.7 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

packmol-21.2.3-cp311-cp311-win_arm64.whl (217.1 kB view details)

Uploaded CPython 3.11Windows ARM64

packmol-21.2.3-cp311-cp311-win_amd64.whl (220.1 kB view details)

Uploaded CPython 3.11Windows x86-64

packmol-21.2.3-cp311-cp311-win32.whl (220.1 kB view details)

Uploaded CPython 3.11Windows x86

packmol-21.2.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

packmol-21.2.3-cp311-cp311-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

packmol-21.2.3-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

packmol-21.2.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (651.8 kB view details)

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

packmol-21.2.3-cp311-cp311-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

packmol-21.2.3-cp311-cp311-macosx_15_0_arm64.whl (992.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

packmol-21.2.3-cp310-cp310-win_arm64.whl (217.1 kB view details)

Uploaded CPython 3.10Windows ARM64

packmol-21.2.3-cp310-cp310-win_amd64.whl (220.1 kB view details)

Uploaded CPython 3.10Windows x86-64

packmol-21.2.3-cp310-cp310-win32.whl (220.1 kB view details)

Uploaded CPython 3.10Windows x86

packmol-21.2.3-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

packmol-21.2.3-cp310-cp310-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

packmol-21.2.3-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

packmol-21.2.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (651.8 kB view details)

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

packmol-21.2.3-cp310-cp310-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

packmol-21.2.3-cp310-cp310-macosx_15_0_arm64.whl (992.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file packmol-21.2.3.tar.gz.

File metadata

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

File hashes

Hashes for packmol-21.2.3.tar.gz
Algorithm Hash digest
SHA256 e71baaba01b2d74c895f6fb647a1cf8890a09b7b3af097f61961fb6a6d5c3f9d
MD5 61ef0ab34982d4669b4496a7cc0ac4d7
BLAKE2b-256 a13e1fd2686f357c69ba996aa143d34d8c7c7a836cc68a51c79f7310a1344aeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3.tar.gz:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 223.0 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 cbc28b3f23687a4def365a86ca82d52965824442d48debd51a471a302db7395b
MD5 7ab085802f64f3f8f8e0197158c0f3b8
BLAKE2b-256 21ebebf1a7123121d6f9d85bee7799a411259e20191762d897a247f9554841de

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-win_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 098699f10f01af68b57d44cd2793acee8efc1cc5fc335bd430087155d7f32a2d
MD5 cfc9f9af19d1dbe5308872dee9c04a4e
BLAKE2b-256 e66f78b836660ee2993011273981999327d7be8ba606a44fead703fac6cd7725

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-win_amd64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-win32.whl.

File metadata

  • Download URL: packmol-21.2.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 225.9 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b34ecb29aa99587a963b185fbf9bb73be56cfae99ec83f28469d527fadef3b66
MD5 b6084a5865a1c75d6ab91b4d43670872
BLAKE2b-256 7053099741ee52470bb619828766511b1aea32b28d2278c8c19d35133a9e9414

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-win32.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5062c11496d67b56bef397036779b0c41f1bb4dcd1fbc4053045f790432a929
MD5 faaae9466d2c524bea6b7c2362c524ab
BLAKE2b-256 e445bc6a28cd81fc784f73d11ad49e8f23d1751a66a8fbd864ba3f0dbb973bb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bcecd3c6675c8c2b45542e48d864d48f1b435d0c98eb000c5d33fd3866222fea
MD5 65f2458559f5cb11b3df226a1aa87ea6
BLAKE2b-256 e2172d49947032a2fe7394cf8c41a0970ffff1a9f7df58009bbe56dac102c80f

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf89195a0cb8f9ad3d8181c6060fd3091b5cdde61d83cb0b7b35435b25aa2a3f
MD5 e7ef2a4e1d4c0c01f0595b07239bdb94
BLAKE2b-256 0721be7bb15310aab1b042e55f6ad42d8e19916a41861d3759c082bca4096049

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 577fd0fe88b40eb8b554692ddba5e7e373e7eebf54c6d11838c78757be033bc6
MD5 5cf32bb994d991fdae676732d1d40908
BLAKE2b-256 035ca39100fc96b8ac3442c5286479e8b0df9cc366abfedde739f729f27d9a96

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4c7e690ea71966e4ac2f9d03efc241d8139f0e8cd5059c4224a657fe8b4d73fc
MD5 7fe225b1d2d0bcf98713570d2b7b4cee
BLAKE2b-256 c464ffa9cbfefb0d1fc656d4d396d9d169825847fd1b35b518705d20eb73b802

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ace71834b9c25eeeab437f6bcae1e46b3c5a86ba1acf75b33f0bababafaa7843
MD5 4bf64a935c7401426f97c65b865e91c2
BLAKE2b-256 be94c265990e9a7dc0ec0792e0d826d69c5c97cdc6d670c03e87e42668507ea1

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 223.0 kB
  • 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 packmol-21.2.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3a2aaedb6f4c0d1e450e8c39ab78d978330a6381f48d2e0a765143bff9eba1aa
MD5 5a7d817d54132d9d1bd229d028653c08
BLAKE2b-256 d14fecea00efa4f0a16af432d7c0c19a50bc5d817be05850d123b7000c849225

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-win_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 225.9 kB
  • 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 packmol-21.2.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cf280e486fa15429db64e55d5415dbfa1dacd1993d8e823cffaa0a971409c962
MD5 64f7c3ef7cf60e6a5e483b685d0f160f
BLAKE2b-256 5705a1231c07f60d2fa8aec385db2c278ee239915d598c35e82c77f677d86a16

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-win_amd64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-win32.whl.

File metadata

  • Download URL: packmol-21.2.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 225.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2fd300f94b24b41a5ebee61ceee77f31a954a04e05e05b21d501c6d68aa6233d
MD5 9ef954ee7ca8f4b8a61870c5e635ddbc
BLAKE2b-256 940ff5504cca383b321fb807a3b9a2e4775aec385a405a2df03ffdf5df403dda

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-win32.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95c4c37c09f223f130b0dd8af182d99e3e0dd1b06c76e6198d6baf7c49dfb082
MD5 530c1616e60426e567e896b3fe282515
BLAKE2b-256 4434b8106b35ee0a23a5f33eb0bb39dd2c19dd174badee925f9e351e9fe529f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb3b78286186e0dfae5ee7cc86f0564b71b7c93b735893933cfcb6ecd1786a93
MD5 a865d6b46e468c9102139e14d639bf7b
BLAKE2b-256 562f9084c4ae9dd5d8ddbd4cdf31b0a80de532bb0045a56a505ab0db9df43508

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 757508065704c525ee4938f7790609bc7e95ee876c98ff6131d948cc6b36ce2e
MD5 814e3d5177cf94eeb782a58a92084963
BLAKE2b-256 56512bcae1204cbaf61a767a3b4ed70887346c149ae4665beb7fd1dd5dda88d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d70fa901ed95554ce184ea004250d5f0942c73e27a11e77e2e81042a34d8000
MD5 e46059ca6c6ec92c088feddf602872ac
BLAKE2b-256 96dbd9c91f78dd2ccbb6412e1c02b565d5ab7603b39ca1c0d003b45851f3f1e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 008c1ce8c15b52a6a54af432e0f1b2adc88cd139dcd595ccf80e6e4466fcb4cc
MD5 792db431ab2e7432e5a7a50cf8450d8b
BLAKE2b-256 f1b29a46ef5403806c9fc7da6a204ddd7873c33e1d8ad56be46514f410a43a13

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3d0ebb39211aa6e8a8e81115f29cd393589b5be0fc408dc01ee484ffecbb0791
MD5 ecdcb6c3b76d3fdd022fa7d76a4b2296
BLAKE2b-256 41473f887cfa9876ab9f50bc7fcc46d75741b605cae4a9eb2d3425904c0fcf23

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 217.1 kB
  • 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 packmol-21.2.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e5dbc58f7b1f4e0fc67ee28542b06589004624f30480acd8bf30fe442fec18a3
MD5 1baac9e0839958191e5ad8db4b2c6383
BLAKE2b-256 e07c33c950f689e4daac41d62aced2305e9cc15284acca141fae65b6b8fa8c07

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-win_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 220.1 kB
  • 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 packmol-21.2.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3ba1b6bc09a9893bcf7f9f55443b09884c07d1cd02af83fed5f9841bcadf107d
MD5 6a9ec154f211a10630155a6f09e3bd7b
BLAKE2b-256 43a610ba099710895115e8deb0e60d2f7a88cb5d9980085bf6645c244c7f130d

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-win_amd64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: packmol-21.2.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e2b4d21517edaa7ecb3fc380c0e47e399363c906155663d3b5a697f5ff5b376a
MD5 1287b4a355e28deee689a326ac6dfd07
BLAKE2b-256 6851892a3a17a5ad20f187058481af93463a9644887e7b20841223c22c31c179

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-win32.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb5daa529addd6e45ac48ac54ab6ddb710c6744b8c51d40f6e2ad67beb15f75e
MD5 f9963c945a93b8409261bf5c976676ba
BLAKE2b-256 6091ed8a926aa84b4c077cea4e7281ea77bfa32f33a1cd530c22e35271cc6c24

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0a24b1895b2ad186188b4713b71f5648e966167f38b0624620f186dd634f37a
MD5 fc88a83e11c8ddbf8860df82181c12ba
BLAKE2b-256 cb3c033d18b88ef5c4ea1ed79f2fd3944406dddd715d872100daa8ecefb2f99b

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0e345aedf7d0e09c29825eb4825d744cef2ebeea0868aff791464c05cea3f9e
MD5 b1a2159df5b642b0dc94a1b70c5575d9
BLAKE2b-256 f1c547f83ad8339c9e1bdd42700b2dcfaf0dc22fbe1b813f58b72d6451f30370

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a47318648bb0bcb1f4a6cd3ec47434ef09385a77ff8dd327943d5057d7d6412
MD5 998b97b17e9e24b7a92923510070fe74
BLAKE2b-256 b47d4d1fe328b5820f83bfccba74db24f436a375c96f6d4ead66f33a7a3661b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a86f6eb936de3ed33b0a5eda671ff0d010daa42b41692dea8809da4f3d0baac9
MD5 5b6446343cb0ca228499f1bd970444a6
BLAKE2b-256 b81615f6122facb9242fc17e140d7b4bfdff8dfdc74a730a770b49b37757c0bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 744241cba41c334bfb7dcb1891ef855cc8403c7bc389a09b87c68cdd6d66caf3
MD5 49ff98de405946751a7baf16f8415652
BLAKE2b-256 19a214982658702f60073003981ab1f617b795f71a27a8077ee3dfabfef339eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 217.1 kB
  • 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 packmol-21.2.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d4955875fe02ac013735a835f5920f61ec1712a2d7673a34f464120ad69f4a18
MD5 78f81a6a036fba9a6b199f6e5ae82790
BLAKE2b-256 9b3ef9b9ec0bce457005a9432e7f906f24d560c62db1b543d4df27d951d2a341

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-win_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 220.1 kB
  • 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 packmol-21.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4a76e78a42e679fab06c493cb4cad539df4b1393013decf20b496e5ddc3a3ae3
MD5 1d6e27d066d9c0abd014a7f0101b1d88
BLAKE2b-256 94ec79b13fd6631d9c011e183ad7352b5abed659b7779f58dcc73781b5ad2ed9

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-win_amd64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: packmol-21.2.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8efd7ed1419209773f8c460d3ec9889fbb3e865a2f02052dd5b94c34fe0e3e11
MD5 d560c366d85595592f9e89e32b0934d6
BLAKE2b-256 c35960bde0886b0dd97b93e5abc54fc99ea4ad32f8d98b71a61454cca88d916d

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-win32.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93ae1375ae2c68edae9a12ef9e5a4ec2ae886d54619de83da842c15f7217a61c
MD5 d74924e101af3b07813ce11bf74cb74e
BLAKE2b-256 b83ac8e2a8f8490e6f8dd262c069982a682c5f571feb88c4fa2a1623c706229e

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79ce229dc4b24ab1ccd70d99ca14eee76ece8c131732e0587fe81b6e836b0718
MD5 d01988de6f3a81d816cd3867a9a8b75c
BLAKE2b-256 c70f0c0739ba16805319009d5282d612779f788ad24b23e87eee3695398c5203

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 711b66162478516a40b683df6958117f79f03db830ad02ac7af2011a9ee4930b
MD5 0c5679d707ba7444855bec12a141693f
BLAKE2b-256 fb550ef3b401af8bbf6c614f9cb47014521fd39d323141974f1655ace77c8a16

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 881e8b96e443e657cfaf226c5e2b47ec2b9181ca633c7ce18d6b8351adec0c3c
MD5 b81ee832ea0780778216ec56b2608cf4
BLAKE2b-256 8b04d28652c631c3e611260350ba2aab663c6fd9a7b66628851d80afcf2a59cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 aa6cdec97e2607322a527e5a7473daa603e7a2131ea210e7a4e4b86befb02c6e
MD5 5c14acb4c7d5de263ec24357e1c67b21
BLAKE2b-256 d3ed7995569cd1b563907a0bdc56ba83ebf5315b18f4cb8aca9bd2be44642d79

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fe09a6fd48d7304a2a666ae901b9b522e41f28643643039845825aa43d273b7c
MD5 1029767eca95458d01a08b505a4e602c
BLAKE2b-256 b09831c48051fc51a688ee5daab7cfc81b993bfbaceb1176efe9490a648c2b7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 217.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8644db64495427af5cb2f332934ae272e17db5893cc7cad615f0ec2c9f94fd33
MD5 b5fe94c57705b087936c7ea527fe4a8b
BLAKE2b-256 fa0892c4c306e485deac769c0b3226ff4442e1c11b6d35515356ab3174b91316

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-win_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 220.1 kB
  • 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 packmol-21.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce4343974fb4b254d6b7907e64c6a3164ca0fe70723c6fa46e8e9ba65d124475
MD5 bbef1b1afb076664b6b266c95eba98ff
BLAKE2b-256 f22e8907a371650b77ba24677cce39f23642989279855dd5e6e8bcf0eab58643

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-win_amd64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: packmol-21.2.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 099486cf9a0f910b4527795dcb582124e336c84dfff05b59e7260cffc351555c
MD5 18926fa65282f34020a22953df3c04d2
BLAKE2b-256 c7fae5dcffc2f981cad0e8dae46e3dd4b28e90a48d5dea845a3bf2075a41ba99

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-win32.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 745f9101f09cf9c9da8210584b04eb717b571a908f5d361f6b080bc4b99291f1
MD5 afabb003ad0eaa6197ad6311e7f8ab0f
BLAKE2b-256 5c528cc6d6e82b149c0e14f20380161b36b12068fc4ba0dbaad342633e70e0f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea0a2c9dad6be23a98cd2a88f95fa4b3f5ed2e5b765acd258b5fa29c84cd42a3
MD5 8b7eb25b810b0aba53994759feec8263
BLAKE2b-256 a914a2e0ca2c822eecaccb4e849ce8bd031ebaf918a3dd385f1b42e4d1a4acce

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0ceb3863a90b74443afab971ebea0f3e8fc33d44fd165056b5704133c2e5fe2
MD5 e48584d9ddff6f2bc17be4768d0b6f24
BLAKE2b-256 9bd38645ea87897404126718e9f5361a0ef62038b7a1428e4cb1a2221461dc3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 95909dcf6d246b6cdd4d6afeb0904d3fc3e221725d9704d9b50896778e1cf9dd
MD5 c1a7c3ba5e9f0115c7a85770ebc25e22
BLAKE2b-256 d90bcfdd3cb495de83a9ae9330a5853c9777279864e2523a92c21438a129a8a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 54fe1af30fcf5cd8ce578653f93937df60fb2f64728d3c7428b42bdfddf4a42c
MD5 587ad725b3aa012982e53043837b3fbd
BLAKE2b-256 0692e917c1dc73ae14f3281361f0f16f7ab3fc812f76cec091c50c8a3bda8805

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3171dcb7805daebaed5f91e2af1226ebf1068046cb44f77a45635a57aa6339aa
MD5 3eb699ea51d57faaa653f379e47c967e
BLAKE2b-256 ca6cf2036e122ba9a244237eea94e535892efd6ccadc66adb149232c3fdff0a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 217.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2ee9ad74f883960b1b9dcf9307f666721eb58d128e5222aea58cd7e94957613d
MD5 3ea1a5f61bee6e777eb5633889152118
BLAKE2b-256 4d46604f98bc0edcb9ae565bf1d9b770e29df260117477c416167c4dc3d95916

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-win_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 220.1 kB
  • 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 packmol-21.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fcf79e4f2bcc0a8739d6edb8250df9d29c3e49b3c05abf00bc0f037d1c87c6ad
MD5 2d1d0e3fdec2b5b30dcde65c6c5083ea
BLAKE2b-256 408d77935a96b67bfbb64269fbcf2d506297342dbee4776a475f493d69b2ae93

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-win_amd64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: packmol-21.2.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for packmol-21.2.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 eb6856d0abf0a78d1c905be5ffce22f1538725c34ba8b5c836d0a6963cb546de
MD5 3c6a05e030056b502a2b29443e8e385a
BLAKE2b-256 1cdbc708fa0ab903e5fa8cc089e0b643d34180cab0692daea9d4764a6e2d856f

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-win32.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4c84ebed32e76ba50f2fdd3d721397720a62689d6f491cde8fe7c43f186a4e8
MD5 1f4df868e43cb89d128cad8c68e7c820
BLAKE2b-256 b33bd3415f59036c5551f3efb52085298fff20ae503bd56c4dfa0af13be774be

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1926110d1e6088923213a45e8f75ec2af25c4b4b47f3cf68dd90e45aad3f5637
MD5 0eba08f27e31b51725bd45d5291238d7
BLAKE2b-256 470c5744a314c540876450afd9f5e6cf521398861b68da7c020695e907d2a037

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12e050c15c7d477a3bcc16055d13df18416ada3426b20817d346f6a3034dc61d
MD5 5c39b0319285e60ffddf67a3aadda545
BLAKE2b-256 6451c5fe53cad197d572f67b745c8ed4ddd8410acf83fd52be193084a215ce89

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8aec65dbf736b9147f83ee81c2b31b79e440980002a1619a31be3a8fcaeaeccb
MD5 f6236d08b9268d07c1b7c3e309c15612
BLAKE2b-256 1d816e74a9eff504e3fd71d57bbacb9f2f880e0a0114d39b18b340a163b8f90c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bb2c6eb8e80d59bd303c7e4b290f758a8cdab7d73efc6af063ab8b38b43651a1
MD5 4bcb7912435245f2363b938712b66bee
BLAKE2b-256 3fd501f8879851572a7ed6bdd4ecff573216adbb8cef68cccff9674b8f33eae8

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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

File details

Details for the file packmol-21.2.3-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.3-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4cec486d100749ef469578d00d41c0324ee1dbc597bbd3f1c64df5bf97d93ec7
MD5 2bef1d38c67a58a3d3de80c6da7bdfa6
BLAKE2b-256 fcfbcec0bdfbb17e204e8930c1cee698743074507fc9227cf3cab0efe1421579

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.3-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: build-wheels.yaml on m3g/packmol

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