Metadata-Version: 1.1
Name: palletier
Version: 0.1.0
Summary: Palletier is a Python implementation of the solution for the distributer's pallet packing problem
Home-page: https://github.com/alanbato/palletier
Author: Alan Velasco
Author-email: alanvelasco.a@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: =========
        palletier
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/palletier.svg
                :target: https://pypi.python.org/pypi/palletier
        
        .. image:: https://img.shields.io/travis/alanbato/palletier.svg
                :target: https://travis-ci.org/alanbato/palletier
        
        .. image:: https://readthedocs.org/projects/palletier/badge/?version=latest
                :target: https://palletier.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Palletier is a Python implementation of the solution for the distributer's
        pallet packing problem presented by Erhan Baltacioğlu in his thesis
        *The distributer's three-dimensional pallet-packing problem: a human intelligence-based heuristic approach* found here.
        
        * Free software: MIT license
        * Documentation: https://palletier.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-02-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: palletier
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
