{ "info": { "author": "ibigpapa", "author_email": "issues@github.url", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries" ], "description": "# Bin Packing Problem\n\nThis library is a grouping of 1D approximate solutions for the BPP There is also a generic function to create variants.\n\n## Example\n\n`python\n\nimport random\n\nfrom binpackp import NumberBin, Fit\n\nbin_size = random.randint(10,100)\n\nfit_these = [random.randint(1, bin_size) for _ in range(1000)]\ngeneric_results = Fit.fit(NumberBin, bin_size, fit_these)\n\nfirst_fit_results = Fit.ff(NumberBin, bin_size, fit_these)\n\nprint(\"General Function: \", generic_results)\nprint(\"First Fit Function: \", first_fit_results)\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ibigpapa/bin_packing_problem", "keywords": "1D Bin Packing FirstFit NextFit BestFit FFD", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bin-packing-problem", "package_url": "https://pypi.org/project/bin-packing-problem/", "platform": "", "project_url": "https://pypi.org/project/bin-packing-problem/", "project_urls": { "Homepage": "https://github.com/ibigpapa/bin_packing_problem" }, "release_url": "https://pypi.org/project/bin-packing-problem/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Provides 1D bin packing logic.", "version": "1.0.0" }, "last_serial": 2213014, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f9390b82f3e55a4e2cdbff10ab625986", "sha256": "ffec0bf9e6a9fcfb187692fddc00a9c4f28be509142420b57e54f50722d85663" }, "downloads": -1, "filename": "bin_packing_problem-1.0.0-py3.5.egg", "has_sig": false, "md5_digest": "f9390b82f3e55a4e2cdbff10ab625986", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 12582, "upload_time": "2016-07-10T18:28:04", "url": "https://files.pythonhosted.org/packages/09/a8/9924ee302c0cf5f2874cf566b56e2afdebf4ad8b7efdce55724fd3139450/bin_packing_problem-1.0.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "ca520be43106b00b92741d8ea0afd642", "sha256": "603b644149cad25e9fcfa665d762a92c16de6c4404bd8213cab56c95f03b7e32" }, "downloads": -1, "filename": "bin_packing_problem-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ca520be43106b00b92741d8ea0afd642", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6866, "upload_time": "2016-07-10T18:28:02", "url": "https://files.pythonhosted.org/packages/80/16/99b55fdd4ae248ae364a4a3cecd2201c0cede5c0001d6ea537325bda36a1/bin_packing_problem-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3573a6b7d1c888debdf4e32f36d82c61", "sha256": "646876ab4ab85abb920a1fd5fbd7ca1bfd4ee60884a6bc29b9cd0b6cc3e495d6" }, "downloads": -1, "filename": "bin_packing_problem-1.0.0.zip", "has_sig": false, "md5_digest": "3573a6b7d1c888debdf4e32f36d82c61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7745, "upload_time": "2016-07-10T18:28:06", "url": "https://files.pythonhosted.org/packages/49/70/95416979ca263d51a2bf39573b4256b51658cc751eb06f8b3a40afa43030/bin_packing_problem-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f9390b82f3e55a4e2cdbff10ab625986", "sha256": "ffec0bf9e6a9fcfb187692fddc00a9c4f28be509142420b57e54f50722d85663" }, "downloads": -1, "filename": "bin_packing_problem-1.0.0-py3.5.egg", "has_sig": false, "md5_digest": "f9390b82f3e55a4e2cdbff10ab625986", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 12582, "upload_time": "2016-07-10T18:28:04", "url": "https://files.pythonhosted.org/packages/09/a8/9924ee302c0cf5f2874cf566b56e2afdebf4ad8b7efdce55724fd3139450/bin_packing_problem-1.0.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "ca520be43106b00b92741d8ea0afd642", "sha256": "603b644149cad25e9fcfa665d762a92c16de6c4404bd8213cab56c95f03b7e32" }, "downloads": -1, "filename": "bin_packing_problem-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ca520be43106b00b92741d8ea0afd642", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6866, "upload_time": "2016-07-10T18:28:02", "url": "https://files.pythonhosted.org/packages/80/16/99b55fdd4ae248ae364a4a3cecd2201c0cede5c0001d6ea537325bda36a1/bin_packing_problem-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3573a6b7d1c888debdf4e32f36d82c61", "sha256": "646876ab4ab85abb920a1fd5fbd7ca1bfd4ee60884a6bc29b9cd0b6cc3e495d6" }, "downloads": -1, "filename": "bin_packing_problem-1.0.0.zip", "has_sig": false, "md5_digest": "3573a6b7d1c888debdf4e32f36d82c61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7745, "upload_time": "2016-07-10T18:28:06", "url": "https://files.pythonhosted.org/packages/49/70/95416979ca263d51a2bf39573b4256b51658cc751eb06f8b3a40afa43030/bin_packing_problem-1.0.0.zip" } ] }