Metadata-Version: 1.0
Name: Localization
Version: 0.1.1
Summary: Miltilateration and triangulation.
Home-page: http://pypi.python.org/pypi/TowelStuff/
Author: Kamal Shadi
Author-email: kamal.shadi85@gmail.com
License: LICENSE.txt
Description: ===========
        Localization
        ===========
        
        Localization package provides tool for muultilateration and triangulation
        in '2D' and '3D'. Also with this package you will be able to locate targets
        on sphere and Earth using longitude/latitude info. Typical usage of the package is:
        
            #!/usr/bin/env python
        
            import localization
        
        (Note the double-colon and 4-space indent formatting above.)
        
        An Example
        =========
        
        Basic
        -------------
        
        To be completed:
        
        1. README
        
        2. DOC
        
Platform: UNKNOWN
