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.2.tar.gz (894.9 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.2-cp314-cp314t-win_arm64.whl (223.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

packmol-21.2.2-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.2-cp314-cp314t-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

packmol-21.2.2-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.2-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.2-cp314-cp314t-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

packmol-21.2.2-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.2-cp314-cp314-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

packmol-21.2.2-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.2-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.2-cp314-cp314-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

packmol-21.2.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

packmol-21.2.2-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.2-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.2-cp313-cp313-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

packmol-21.2.2-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.2-cp312-cp312-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

packmol-21.2.2-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.2-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.2-cp312-cp312-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

packmol-21.2.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

packmol-21.2.2-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.2-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.2-cp311-cp311-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

packmol-21.2.2-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.2-cp310-cp310-musllinux_1_2_aarch64.whl (802.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

packmol-21.2.2-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.2-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.2-cp310-cp310-macosx_15_0_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

packmol-21.2.2-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.2.tar.gz.

File metadata

  • Download URL: packmol-21.2.2.tar.gz
  • Upload date:
  • Size: 894.9 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.2.tar.gz
Algorithm Hash digest
SHA256 a717657111c44afa7f326ec40ee7876b9e0bee295bc3f735f2436360488ae927
MD5 b2c85b3809a42518f00949133425fb1e
BLAKE2b-256 40c4fcf5b6a7c40aaf0b845ca7336b2de90a030481fc5fb6e946602671a9703b

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2.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.2-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 96c447c8e13e1155581eb23d71fdd62710ab6fa4046478e8a3959dea74818e1a
MD5 6096b39aca9aa4485ce09348491d915c
BLAKE2b-256 9db8f06b2d89b1bd448f7668036446ff43d35e2437bb4a38853d00f3b6365fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1172cfb1ace5f4fe1a4f451907f62397fbd6ca2d30051c15eb2e34535830843c
MD5 291dc07c782de8763ad60d000c071ffc
BLAKE2b-256 1c8fcab0dfdd91d46bb1febb56413e5547675d44b593ca8dcb9101eb69392215

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 abea31a029e5014193dc5431be6555154dc4b74763ecf7440907a96d5b3da741
MD5 d6054a8b6aa18e16f9f9571a0ea53c13
BLAKE2b-256 9d0d76a39e8d9192ba82dce8b41f52633a8531a97dd8d4a734747d48ed169a0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 615af005be424cdcf871eaddf5279e344c3486a218120657bfb8816ae36b950f
MD5 bb7565d15a969f8b318a20cf551ea104
BLAKE2b-256 1490c7f037998f88ad484a4be762c39c5a7b4d957a9933a8e5b23952f0cd886c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1fbc893927d3b1efc69bec3a980b4bcca79f6465b9f25bbbf79f1b917e038b3b
MD5 a5fa14a79adc0598b8ba683a13157a5c
BLAKE2b-256 edba1d5b1657d9fd07ad14dbcf4b79f28fa4db96851f283a86495a41b12b011e

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5991ed3777d4dc05053bee1b5015bbdcdc4b78133f0e875352b6d073c9e0376d
MD5 d788ce59632377cec591ac8f72f9f11e
BLAKE2b-256 60858be9965ea4d659afc7d549cc05ce483d1c75a13747709e3c44fce9d0fc8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b55a4dcd44cf9373466eecf8c36424bf5e4940cf8b8d83fcbcbcb0e5dc5aaeef
MD5 511f44b606c97d8ee6b3f9ee40a21823
BLAKE2b-256 71045edfb0aa1ce20a902acb28fd7d8b9fa36ba867e5f5dd23b01beef4b0b5c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6c44689e6d828817761d3dcbe6fd4251f7cd84c949df6355dadbe17b6a3071de
MD5 88e7e4cd09022fc21b50095a6b2c9f08
BLAKE2b-256 5195cfb50908c432dd9ab6b031df033c4b4de1fb42a1f9d0156b213c02c3033e

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9840192d3a171a1e054dd938f2fe8c897e0ead22bfa1dd058ab2dc23c782faa6
MD5 bf5072833f6562f032d0ef62a39bd836
BLAKE2b-256 afd8e8ccbee2a33d7fe7d3b63aaf6acf05fed96261eae0e35a3eee1c69739a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2d78eec1a02ce0c09d87660d7ca641e0bced135971c81e426f33386c9aa50c45
MD5 a0eeec98a03fe7c3b1cfd28927250515
BLAKE2b-256 d78590bc2ec2463eee0179a844f8215fbbfa245c84dfae29279102cc1e0c963c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d263996143ae118ad3ca3ef8cc0e4767cff993b96d72da7a10cec77e05739e15
MD5 be51dde1bcfd3e08263380711ea0b35c
BLAKE2b-256 9adfcde18f8f55108c90992138c92036389e54cc1f0cebb303768d7d1d448658

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d27a471478bbb576b76bf8fb941068e94c556f988beaecf646ddf6d86c2cf7a1
MD5 6c252d1c4935375ddef5ce91a128a3b9
BLAKE2b-256 12bdaa2906f634118d7dca10375fd7334d3ef267523163935b40c0dc9375cc7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ae5feeb60268d918c420427383ca1774e7b4214a00942227fa5ea240de96594
MD5 1770bf03f68488887cc6f90b23dd1de9
BLAKE2b-256 bf6612ce418326941a8d8d4eff5566213995e5e7c89b993f47901292c0c054b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cf3cd2b42bc77103b98e273f4e6d19a21dc923da4478848f26529799e84d1d5
MD5 1290df3068ad2f231bb3f8b2408e194c
BLAKE2b-256 b0cb0aaca99ec05e348a27a4baff5ebe32b4059fbd706ade667a3a669282291a

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6ec3c05cbcc7f651efc9698fb8b33a1b4f28abffc6198670b51bfaa2ffc6954
MD5 727d1e92005ad90227beb3f95379224d
BLAKE2b-256 a978fbc691ba7df7284b12c5d23270a58bf923c7b1e36d398f519a601635f972

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c166e34bbc39c6b782041a5c90c0a8c6ef6a142b3d53ce9a9beb68eeae98d32a
MD5 33758affbdc504f4b84bc37ef3dd3d68
BLAKE2b-256 8941301b266b805e6640d5baf7fac2b50ba4d8561015f22ededb16579b800041

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1c172833729693219462134d9c36a48df4b1c5dd03f52b87536ced2d2b431ab2
MD5 773fe3cd59f61fe98793b547f930cb00
BLAKE2b-256 2f1968b452d53bd5ce664f8c71da2dca145f865198738ca8a68273c3b0e1e027

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9b0aa45e90896683fc5ceb04497d3f551f1242a39583e34b1767690a10d14dd0
MD5 9e0f2852a582ddfb6eeb255d9e6219b0
BLAKE2b-256 1a7efd1faa73b2e2b2e79babdbc2f8e23933b812364d6739b90565ce0124892c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ec0606b1bd125dc7cfeeb9edfd13dc3d8dece6d7824ffe8a0a3b3a34d3664351
MD5 cb2b8756692698fc9e5cae62b6a58573
BLAKE2b-256 caee9e6fe3d515fd824b932abc4e4d67f27b3524d16bae51354f2df223d6b164

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 88b616fbb5a6af2644325df4c6adfa15d3aa5097bf825019d0548ed706c3bec1
MD5 bb4adb441a377d93b1ef54ba731eddcb
BLAKE2b-256 3c6f804b58b113feda8cb641a17813e107e2c3667478c031b934c1f7cdbd9ee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2ba2a0b6604a555b7b9d660a442f363cf99a9d4bc99e03c20e4c237e48f233f1
MD5 4ad32c9869e5da5da8195e3c59eb18f9
BLAKE2b-256 0a56595af5d1fc1edced99e3a1adff58f06580175aac74e603566c7cecb02f18

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2946846a04bb779289957fecc45a5d711e3f2a250a0e1bf3e4768d6bb2481761
MD5 51e780a05aaa9b5ded1b02486668460e
BLAKE2b-256 27efc144b2c265d7ecbb6536333b3c6664dbda3b9bbffdb55e59c3174c3bca85

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 958b22b462adbd1dfa044c27c3e0daf8e64c9226d7c3136a9bf91f07ba689443
MD5 c4274ac9c5acb133217672f50ffae1cc
BLAKE2b-256 0e0ad71ae085d70e1822da2d5b98750c883ced58127e92a446eb0ec14bdc132d

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0843fef6c5497eb626d6e8f9760e44c39a75fe9edcfc460d889cf1a8040e225c
MD5 f8fd3beec9105e9c5e24a112deb6f4ce
BLAKE2b-256 ef02631a34baf1ad3d34a3bebf1c3c3a0c394b77b3fe90c8bb98d3b258a5edb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4525a23c5bbb786a0e5cce770b166b4ffddef2702ee074c6e86ce3cf2fdedbe
MD5 e6999c1a399c1de3fdeaca8ba3b18051
BLAKE2b-256 8d0aa5d97c906a295f819b4625352536bf50e0081f2e4732a73c6fb0f5046ddb

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 325ac4c90f6ff5ed5f674a9df62e279c798e33fddf752901f14cfc56b8285044
MD5 895a0c945a4d9e1636456aa60956067a
BLAKE2b-256 a32e12cc3f3caa72fffd5f594968e07663210b01299454af83fe480b63fabf8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 606d55c679605399e7b852281e768ce602ce9137b2c5f566dae831e059c61fac
MD5 3afd3b8834dff9ac00d4a8f74e6fd584
BLAKE2b-256 4df03689cbd24b09356ff0dc60948432f4967757676414ff090acb04466bfd1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9a4b27b5723825fd14f0932b7da3b3ebdc64a5122a1371b7987976cbeb16f86e
MD5 3133d290161f080ee34de1727ebdaf85
BLAKE2b-256 53b4d0adaff7f2b62cd09362d0ff4bf3c9a0a8d7f3db8f65f170ec0409128a1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4b9cd6c1ce8c231a5ae8443e1feb53ed4eef1d0229fcc2a3347449253f5d4c1e
MD5 3948e83fd118fd68a40815342898cec9
BLAKE2b-256 8a02de0b0d62b575f058b100cb7ca1712ffb5ea89e13996b8e2ea2d2c0864fb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2640db29065965aa863fa4e62be764283f8db83bdccc62e420bc82a5d6a6933d
MD5 2876e8cb89d8d6138ac42d26e227fd99
BLAKE2b-256 64d2cffd40aa5e93953812e6936f1f183ad85cfe664a94651642ac4f27808e8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55a163dfa925764c8e72a760cd3a20e0e596506b126da888a65473f420a668de
MD5 fbd8eb5fd9d921f3abb240e0c49ba8c8
BLAKE2b-256 049835fb62044fe6246b68ad4b1fe663beb7acaa6a367fa2cf7b15bfc8a16f37

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5aac5d4527c989eb6ed6d65131d1ff28fe79890171f426985344a9fa26af7493
MD5 d5c661fb8dd79492679a3353d325077a
BLAKE2b-256 5c5bbf32680905560a527af9ffc0bc16326c1ceb8e7e5db8d3df43dc26c84390

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a47989e12401396a7b914e2813c74aa453f52b9b5ac3b042a1ebfb11f9ba5fd3
MD5 645a393fb05d65aafe96e71c08a2f9f5
BLAKE2b-256 8db4e9e5c88eb7f9dc1a3e94a939c6417e221419fd430ef343a778713940573d

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb29736dbdce3dee174d1c842e103c520ac86361d2dda8067d4d3de47d0037d5
MD5 70324ffd9a4a5a7c1892c0454e084ff4
BLAKE2b-256 3d602d5c203124a4b630d84a8712b75cb0aeeba1829aba1920493aabea4ea84d

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 354bdb5aa3fbad1c8c28f8cb51e907bc40e51505051fa7da862d752247ea304e
MD5 3d4f5ed1bb1b6f486421b8213a312c82
BLAKE2b-256 7842ffa799fb5c7184332305b31f1358c2ba00a8f35e21828d874627f20262e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d8bf173ad94af03446e2ae7159625d15e3bcc791b787b1d6464ff8aad9d6b135
MD5 a2a015ad982ff8d86ab1d00f87a0f191
BLAKE2b-256 e542f739040d321474c0172a4dcf887fd0fe730ccffff0fecf37255e58c3692f

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ce7e4f1cb11abed4f0ccede17f0698a79ad8858cf8e6036faa6f97e22a983780
MD5 4c66d7f17e9625abafe7ee2eff10e5de
BLAKE2b-256 ca89e048d81906d6b4beb9f2e093d82764ed99b1c22bcd82b2247c22e46b559e

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a54404957554bbb87be64ce04f83e7e0c4ebab7dd067f91b22ef747e7371cbe2
MD5 91421b457184f7e73fa8626819caab89
BLAKE2b-256 eab5cf77a528ed341c02d827dc5b9cc72afe9e24ea37efc02440827573463e85

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 990a4fb894ed69d420c41b0559063112140d7c50d2da5b82ec592c81a84f85e9
MD5 08103210e6860f1e7ffcac48a7b282af
BLAKE2b-256 bb2231cf7114fd0749fc49bfe99493f3b2058d4d6bdcb83f7a864f108b5664e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f85a3a043c2efa70ed4bc0925af44d977ec31273c7c59f35b31706b01a10fa2
MD5 f61a1c9e7049a8c84864e7c7d81fe936
BLAKE2b-256 a7f00e9cc97854388b40ce65fca1609e80cbb657176b3de4605e8c55ea242708

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca346aec2d105a519ed1e7d8034f91e533f88d243dafe7f34d275ceed7db61c1
MD5 8e7e88477c0c99541fbf4609c46d8ba0
BLAKE2b-256 0d7eda609c469bcad99acffb36140e3704e18aabe20a2af9199414cf97bcc383

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e580b5c7bb35d6f9ad3914960b6a6f8e353bac8dfab3015ebeb94d5697c16a4
MD5 c990d9fd3dcce8c2de5c8056a540ffa3
BLAKE2b-256 c079988abdb1a3cd835db57a0e1052263dd3536dd17acd8f0f3b8792fd846ac9

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64564e8aed7c5e96de7fc402b0c157ecbc264e4fb84642741e7202f65d7b490c
MD5 4fedae202e5c4b3b9e9009a3695d1ce6
BLAKE2b-256 f93ba009b1a27fae7ba3c72d2462b0044889654274ec2f1cf464b8b33418cddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a1b953007fc7acd69176f8a925f4df715af7170983ffbddcbd09e85dbfd0cd52
MD5 090552403436794c5e95431266858cea
BLAKE2b-256 0ffbe6a77825d8c547757e6c397849cd2aae983552f8a4a0d56d7ae54605cbf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7c037bdebc78482bbfb13d83d197490ab9d62eb22cf31fdbdbdac836a8f8d93b
MD5 e3e93b289b6bd413e8852cdcc72549d0
BLAKE2b-256 eb88ab8317f6dcb50b7af765bda49f13d318b8ed6e53b036e6639a86433a2887

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9d9f02ca91f51eb36b8444b36c18a0e9128da9e60ec6ca8278e5a2cd88c5d56e
MD5 c79637de1df46d83bc060bc23794dc52
BLAKE2b-256 683d3b651bf7694c5f9417df83dd48da58f40b55f7fff659abb31029effb2a7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 089a28fb47e45740d86e32172ed638163c8605bfc2fd2ab2a59bd92ee9d469d7
MD5 447682134cf0b753348033033b7c6c52
BLAKE2b-256 ddc360fe51f793e7e7e12cd104c3b08073cd7d1d8c7250b003a1ca9f218a9a29

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: packmol-21.2.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6ed161260265d733fb2c10e538feac580384d2d3c357f26b7fd7c24a77e9ebcb
MD5 17eab7126ae22a90cc03ca7dd92cb61e
BLAKE2b-256 26213eeb89dad87f13080c43d0122a2f3a989d7d0817d6022557f6c71eb3d5eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06f1dff245255258d488deb5f942e27e9c9f8357d8117bfdd3cc1c39ed357c8c
MD5 8493604eea228b2131c86c9d3f587060
BLAKE2b-256 2a2c577f85b41c7e80ce9dcc99a6bf89b940f9a5b36911061fcd0865a58b834c

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d728b8c39ff8ab2de97ef8c60defef96bb15d55f2ad93440f2389f960a0ab2fb
MD5 9746b10026e2d1cbc3b684b5adf32a74
BLAKE2b-256 a035e6a1853bb2ce98ad5f3daad0ac16aef7461aff8096b3b11b6f81410842b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58010728cf0868169c25ab70a7d04ee66a463a8c34e1462b7f9b61e3c5ec747c
MD5 bde9be36d0f558ecda2a5599295190ab
BLAKE2b-256 3aaf878cf7d93690ca252d520b81038b3a675c96e5b6056417f93907e9560716

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 930069996c52c7b06d598d5983b0c9d52b595bd711ba47a8e87a7c97d6223902
MD5 56ba75677e0aeaccf04e02e403bdd28a
BLAKE2b-256 2032235cc85a88318cf9b3f204f82aaea8d9a70b537a4b74700b99977681487a

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 74f801aadb202449076e593a11420317ab2b3c6762521c9b9e290e5b3736ee46
MD5 85a11bbc1b52b92cb0dc5358e19dd5dd
BLAKE2b-256 ceb8c4a1b1d768959ec7732a3cc04c80e0853141d18cd5d70d545f5b9e327843

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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.2-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for packmol-21.2.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 19b4d6aeeb6c5824d29348a5c57e99c846b51e45bb930265e43d402531ad45b6
MD5 815505eb988dede383f113f6f7fbe7ae
BLAKE2b-256 95500aae1ab9e85aa33c776dbbd5ed385b21c4fd13e687c68deb86f15c26cf7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for packmol-21.2.2-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