Metadata-Version: 2.4
Name: rectpack_py3
Version: 0.2.2
Summary: 2D Rectangle packing library
Home-page: https://github.com/joshuakitchen/rectpack/
Author: joshua.kitchen
License: Apache-2.0
Keywords: knapsack,rectangle,packing 2D,bin,binpacking
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

A collection of heuristic algorithms for solving the 2D knapsack problem,
also known as the bin packing problem. In essence packing a set of rectangles into the
smallest number of bins. Modified for Python 3 to use with xlWings.
