Metadata-Version: 1.0
Name: pyShipping
Version: 1.5
Summary: pyShipping - Shipping related Toolkit
Home-page: https://github.com/hudora/pyShipping/
Author: Maximillian Dornseif
Author-email: md@hudora.de
License: UNKNOWN
Description: pyShipping provides connections to interface with shipping companies and to transport shipping related information.
        
        * package - shipping/cargo related calculations based on a unit of shipping (box, crate, package)
        * sendung - defines an abstract shippment (Sendung), with packages and calculations based on that
        * carriers.dpd - calculation of DPD/Georoutes routing data and labels. Included tables are for shippments from Wuppertal but it should work with all other german routing tables.
        * fortras - tools for reading and writing Fortras messages. Fortras is a EDI standard for logistics related information somewhat common in Germany. See Wikipedia_ for further enlightenment
        
        .. _Wikipedia: http://de.wikipedia.org/wiki/Fortras
        
        It also comes with the only python based `3D Bin Packing <http://www.cs.sunysb.edu/~algorith/files/bin-packing.shtml>` implementation I'm aware of. The Algorithm has sufficient performance to be used in everyday shipping and warehousing applications.
        
        You can get the whole Package at http://pypi.python.org/pypi/pyShipping
        
        
        This contains linked in the binpack module code (c) Copyright 1998, 2003, 2005, 2006 by
        
        David Pisinger                        Silvano Martello, Daniele Vigo
        DIKU, University of Copenhagen        DEIS, University of Bologna
        Universitetsparken 1                  Viale Risorgimento 2
        Copenhagen, Denmark                   Bologna, Italy
        
        This code can be used free of charge for research and academic purposes.
        
        The rest of the code is BSD Licensed.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
