Skip to main content

Pack a set of rectangles into a bounding box with minimum area

Project description

Fast rectangle packing for Python.

Given a set of rectangles with fixed orientations, rectangle-packer finds an enclosing bounding box with small area and no overlaps.

Installation

python3 -m pip install rectangle-packer

Quick start

import rpack

sizes = [(58, 206), (231, 176), (35, 113), (46, 109)]
positions = rpack.pack(sizes)
print(positions)

The output contains (x, y) coordinates for each rectangle’s lower-left corner.

Documentation and source

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

rectangle_packer-2.1.0.tar.gz (35.8 kB view details)

Uploaded Source

Built Distributions

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

rectangle_packer-2.1.0-cp314-cp314-win_amd64.whl (66.1 kB view details)

Uploaded CPython 3.14Windows x86-64

rectangle_packer-2.1.0-cp314-cp314-win32.whl (59.6 kB view details)

Uploaded CPython 3.14Windows x86

rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (363.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (354.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rectangle_packer-2.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (363.4 kB view details)

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

rectangle_packer-2.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (360.0 kB view details)

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

rectangle_packer-2.1.0-cp314-cp314-macosx_11_0_arm64.whl (66.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rectangle_packer-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl (71.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

rectangle_packer-2.1.0-cp313-cp313-win_amd64.whl (64.8 kB view details)

Uploaded CPython 3.13Windows x86-64

rectangle_packer-2.1.0-cp313-cp313-win32.whl (58.5 kB view details)

Uploaded CPython 3.13Windows x86

rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (369.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (355.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rectangle_packer-2.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (369.2 kB view details)

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

rectangle_packer-2.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (362.5 kB view details)

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

rectangle_packer-2.1.0-cp313-cp313-macosx_11_0_arm64.whl (66.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rectangle_packer-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl (71.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rectangle_packer-2.1.0-cp312-cp312-win_amd64.whl (65.2 kB view details)

Uploaded CPython 3.12Windows x86-64

rectangle_packer-2.1.0-cp312-cp312-win32.whl (58.7 kB view details)

Uploaded CPython 3.12Windows x86

rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (372.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (357.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rectangle_packer-2.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (372.3 kB view details)

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

rectangle_packer-2.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (364.2 kB view details)

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

rectangle_packer-2.1.0-cp312-cp312-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rectangle_packer-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl (71.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rectangle_packer-2.1.0-cp311-cp311-win_amd64.whl (65.0 kB view details)

Uploaded CPython 3.11Windows x86-64

rectangle_packer-2.1.0-cp311-cp311-win32.whl (58.5 kB view details)

Uploaded CPython 3.11Windows x86

rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (365.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (352.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rectangle_packer-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (363.4 kB view details)

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

rectangle_packer-2.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (357.4 kB view details)

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

rectangle_packer-2.1.0-cp311-cp311-macosx_11_0_arm64.whl (67.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rectangle_packer-2.1.0-cp311-cp311-macosx_10_9_x86_64.whl (71.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file rectangle_packer-2.1.0.tar.gz.

File metadata

  • Download URL: rectangle_packer-2.1.0.tar.gz
  • Upload date:
  • Size: 35.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rectangle_packer-2.1.0.tar.gz
Algorithm Hash digest
SHA256 64d18e4e2fb0bec05b3e6cf4f133a54677c3001061186dd93d8442568e3eaa17
MD5 094483b65706387c85e95d9b7992f1d1
BLAKE2b-256 42ecc3118f708b31080059f5dfff5d2ade4f8d94f7de240717dfa1142ea4daf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0.tar.gz:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ef26eb0b0ab42084e812a4a8094e1f7b36354b2982425925f0d82e3c6e2a3ffe
MD5 b9b0699f84b06b81afc81cf1c3042841
BLAKE2b-256 c998b46ac7a0612c55232df46577bb2a29ae3db3e97fa239643990ab96eb7718

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e56e3d64b6537911bd46a3b3712e84cd21f77b8f917343d5fca85a9cce63d4c3
MD5 5398c9412978662ea28bdadd4931cbc1
BLAKE2b-256 555d1db0767464be8567e23d86f5589fbfd29c7db22b8dfac6f1672b250eb7d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-win32.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3733ee0c4c2a175558126e93441233744d6c1fa32eb7f22db6fb35046485bcd
MD5 8322c6f73de79d51a4c9a5d97a4b162a
BLAKE2b-256 67cee64f687eff3f818334d71a44b0fba8bcca24e81551f102626dd458ea5e1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ebf68bbdf32167f9c3d331400ed90f5a8213bb3f56d864f7a36247c335d8c6a0
MD5 1a8bc5ee3dbf6b930dc139ca90d5cdf8
BLAKE2b-256 f8434a7dc02ce687fc36f284d786aa814e8878c06522b030d2d856aaadfc89ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 beb7f9e0580961064f058fc191b47e8642dba66c83004e2ad7c6c3129e1af19c
MD5 0d70853111c170f8b01c84e82d5ba7a6
BLAKE2b-256 07740003a88f7f7ca0274c463a43ca18d28a663fb4f7ee0cd3d0a674a78606de

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5536c5ae2de482d6c49a06b96837ab25678a93ee7bdfc8c2f9e0390e81eaa0ff
MD5 fc58b5a56a0cac69491e44c2571bcdd2
BLAKE2b-256 8f4954e8d4818d09f58f855aa4de2a25521ce5196257b8a333d4bc028c6242e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8cff43b198ef068c1eec366bf7d361d378e52f58fc1a333c6a9618b345d9a08
MD5 fbdfb8579a20713d009752ece2be5873
BLAKE2b-256 22f395d7f2f10b079a6b4b0dd12d71761623946d5235f8ceaad0465c53f0ac7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 75215390af195d0cea3dec643a2523c41a782c31ef33955c5909d755ba6fd22a
MD5 b73a2361af8706705ac0736d6f797682
BLAKE2b-256 6b934bde124836642259489a948ac0308c42df604a2603315a72cf86d2034902

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0c7c4762b7ef76bf87e06311d9afc222618b9d38d9419c53c7f9bed260fad424
MD5 a8808ce4e1cc72e91520e1b5ddd43ecd
BLAKE2b-256 a8514df51c4739ab3a303dd96f4df4005006c35d520a9d48625b2c39c3c316fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d4de9ee025073bb1565f5b97bb663ca2e87ceb21092bae512cee4f1b800e5503
MD5 b054082fd0003f9bacc3f09a01acb40e
BLAKE2b-256 e1a83e94246a376aa723f2825a40ea0d9a9c6bdc74ca50a9e52e38178baf5ac4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07a8e3a0710b02f08a5c62a7139efd35fa37ad694429cfad00a3e25173c5ad56
MD5 aba798a23d8dc5192538b5767b4369a1
BLAKE2b-256 b0a08b376ef58e72122616abde74c0ca7bf930ec1b207ad763f51bb9dcd22382

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eab3febfb8f32fd7217893d62c388edb7a1d118f3c603269350d9baabbe6c58b
MD5 6b9f69657f0114d7f27f79423276b7e7
BLAKE2b-256 6b50a808fa2a5078411faa6ea3cd55cee6477d74c33b5cadb72b7f9d376b2160

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39df7066f129dec0afa14d2916cd1d035e763f0bf07e6fc97e247f53e7d7102b
MD5 cb66aff934a4d9cc3de2b7e4b7ef69db
BLAKE2b-256 1f5380dcf25177a9807489c3d036c5ebfad4f87cb8618cf860041920d71b6a41

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b2fff55731d2b2a36d943d40d1063d9c34547cfd51c1d154ddb3fec678d2986
MD5 9e07c5523cefa6369d50c10943918299
BLAKE2b-256 bd33521896208cc5b70a717583dc8810463643584a633f68f7f1a076b2f00eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43231eb8cf5cd18702781df46ca1cd4e7ecbb172ed45df4b3d671c2b55cf7081
MD5 d473256c1ae55125129d48285ccdd5e4
BLAKE2b-256 05fc71591b07c377fc2985ecb74247ce93bddfac7040a81378460c52a787bbac

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dd8c2895491d819cae871a7de7b055d6039aae6d73ef4813cf4f025fd915cde6
MD5 d100ec58b4a18904a9d2a6cc3975c41a
BLAKE2b-256 d83de1f1404b415774caefa34fd5b7a437ab7c00356b4a00fdbbb370f496b92a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f3effda08baf191a63177496850c7b8dc3d21d64be0c9300e203f265780944d0
MD5 be92288f82b87368dff4cd90794a5dd2
BLAKE2b-256 e98918355ba4e1981776248e7d8379c451a8aa7958b27481de2da26f1fc3ea00

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fb3c61fe6c320aa38e9dfc3985c79f954dbf10bb802040ac37b8f5a7b6e30080
MD5 a38be966a6f021b5d73fa18e2c0ec8d2
BLAKE2b-256 ad7eca395a467374ef22f0e13899caf599610e73b10792007015ba234c0f3614

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 071eeee77f0dbc453538a4f3433a2864db29ea01bfcf416e180d47ba7757a0ce
MD5 f3c942a253446b9657336dd073fcf222
BLAKE2b-256 6f4d7628915a61a6d2349f67129208869ecf0abfbb3c8c8638437d86c96d3d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7686e0eddfbb03cce22702ba69c3e94dce8979cbd16b2acce55eff1cf5276eae
MD5 efabdef54fa870cd87791fc2fafad6ca
BLAKE2b-256 ac2868f6aefbe1da01464e60716f37d01818b746059a2e38b3bd11cdd3ba88e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47eea3707f31052848c8f9c4193f51c6f87a3aa1644ba1f3667cc4442428225b
MD5 e00ca84e2e4771314452ce9920da8294
BLAKE2b-256 d0fbb39d311d90400166c73f91d2007704df0c08d8ee076f7ad63b2ef7e82c2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2e9611ca1477f9cf55d61703e970b6a2bd28d3afa45ee629e9a82985f2afd31
MD5 9d74b99b02b7f487b32b73f990e20e4e
BLAKE2b-256 fdf9e39666bd4cedd422987542f7fac93432232d39dd936a719c581ca3a6fc40

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b9016f1a5ffe90467838130091b6ff72d78d00d95dc3a7252fb31ccae6fb8c1
MD5 bdcfed014dc80894f3d0ba04dec9c304
BLAKE2b-256 fe29bb878f369a2dfdb2075f211d44e364b78efa9443ff0a15c7cda2399a0acc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a2c36bb36eccf981255f73cadbaf7bd8eb296867949eb5f61ac59ec0bfeb3459
MD5 9d6ddca5b714d89db623e011f553660b
BLAKE2b-256 8ad478304378b215cb9e0772cb2bb21d13194b2b9881101102f599211bd2c72a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3b13e21677056ba96b478230cc5d44fe73d6e416a06115c3884e4f42de7ff40a
MD5 30cacf8658d7aa69f455e39e26e21e3d
BLAKE2b-256 12cec9a9ace6c1a2dcbb6fbd82b0cbbab2076ed31657d08ee55647d373005e57

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5dd318c0a408027d5a797334b1a0466a9462cdbe4e87eb09e694642a3876d388
MD5 f0eff74f1e3513d4a3605bb9665d4839
BLAKE2b-256 144756853a4a578eed18e5a3f399efbb1c0c7cc6cb63917abaf4098af99bc7ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c0708275aac41cae34d10e05ba357974aa2ee385aca55dc870057497fbb7d79
MD5 4919632144fbc4b1d275b585dd6c5278
BLAKE2b-256 b81e530032cd6f1ff73feb4bf1d18e8e934852a2a0dc1d0fc8c45037835b33dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef5e67ba98f9e720958385d8a2265ce84f5eb08b39d5225143c17693df549a39
MD5 28b4caac00e4500ed767015d16b4ddc6
BLAKE2b-256 e287e1b870aef972884283c5d77d8e43723c22b5c1897c6a78dee4e09a84278a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18f8c82b1f78f2101d42ddd066f0e4985bf98ee87b514b967d8f706a2fc4796a
MD5 be40ca8522bfe9032f9afb5d397d2925
BLAKE2b-256 1d04a82f7af01ec1857610178180c443177a88d62721a3ac74def1a38143b685

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 234687825ef60a60351a9e4ef9c80883bf9ce6b7a91c171c1c3ff384d27a53e4
MD5 7e7969265cea15ab4ada926fae8dedb1
BLAKE2b-256 0281926ea4c9fec5872a26b2ec2da2379ee714380f1e30351df1c9082832f7e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b79fe645325a7b8793f765ef3c004e876d009d6a076f79d18f483d5980bb2b1
MD5 edba26f9543957af8f7224982f888ec4
BLAKE2b-256 2ecae5f2b919edd39760a0dc61f402365df7f1974cacb30f8988af4872c5e9df

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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

File details

Details for the file rectangle_packer-2.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rectangle_packer-2.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 074504a908ac0149c9ade89a0db1c7d461087fa2c298dd0ec04de390c2cda1a1
MD5 72ea3820b6a18431d875c561834cc8b7
BLAKE2b-256 6c33f7310395bd687650121438d9e616e7816a46ecad50ea2dfec66ec6958d2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rectangle_packer-2.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on Penlect/rectangle-packer

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