{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/3"}],"enrichment":{"capability":"Solves the 3D bin packing problem by fitting items into bins while respecting dimensional and weight constraints, with configurable sorting and distribution strategies.","skillfed_tags":["optimization","logistics","geometry"],"use_cases":["Optimize warehouse or shipping logistics by determining how to pack orders into available box sizes","Calculate container loading for logistics companies to minimize wasted space and shipping costs","Solve resource allocation problems where items must fit into fixed-size containers with weight limits","Prototype bin packing heuristics for supply chain or manufacturing planning systems","Validate whether a given set of items can physically fit into available storage or shipping containers"],"what_it_does":"py3dbp implements a 3D bin packing algorithm that takes a list of rectangular items with dimensions and weight, and attempts to fit them into a set of rectangular bins also with dimensions and weight limits. It is based on an academic paper and a Go implementation, offering two main distribution modes: either distribute items across all available bins to minimize bin usage, or attempt to pack all items into each bin sequentially and report what fits and what doesn't.\n\nThe package provides a simple API: create a Packer, add Bins and Items with their dimensions and weights, call pack() with optional parameters to control sorting order (smallest-first or biggest-first) and decimal precision (default 3), then inspect which items fit into each bin and which remain unfitted. It handles the geometric constraint satisfaction internally.","worth_installing":"Yes, if you need a straightforward 3D bin packing solver and can tolerate source-only installation. The algorithm is well-established, the code is permissive-licensed, and there are no known vulnerabilities. However, the package is dormant (last release 2020-07-04, no commits since 2023-12-14), so expect no active maintenance or bug fixes. Suitable for one-off scripts or embedded use where you control the environment; less suitable if you need ongoing support or expect to integrate it into a production system requiring updates."},"id":"py3dbp","links":{"html":"https://skillfed.io/packages/py3dbp","md":"https://skillfed.io/packages/py3dbp.md","pypi":"https://pypi.org/project/py3dbp/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2020-07-04","license_spdx":null,"license_treatment":"permissive","name":"py3dbp","python_support":"unspecified","summary":"3D Bin Packing"},"popularity":{"monthly_downloads":817546,"position":4983,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.2"}
