Metadata-Version: 1.0
Name: jaraco.geo
Version: 1.0
Summary: Geographic coordinates package
Home-page: http://pypi.python.org/pypi/jaraco.geo
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: MIT
Description: jaraco.geo
        ==========
        
        .. contents::
        
        Status and License
        ------------------
        
        ``jaraco.geo`` is a geographic support library.
        
        ``jaraco.geo`` is written by Jason R. Coombs.  It is licensed under an
        `MIT-style permissive license
        <https://svn.jaraco.com/jaraco/python/jaraco.geo/docs/license.txt>`_.
        
        You can install it with ``easy_install jaraco.geo``, or from the
        `subversion repository
        <https://svn.jaraco.com/jaraco/python/jaraco.geo#egg=jaraco.geo-dev>`_ with
        ``easy_install jaraco.geo==dev``.
        
        Contents
        --------
        
        ``jaraco.geo`` includes an object named DMS for storing and manipulating
        values in degrees, minutes, and seconds. See the jaraco.geo module for
        details and documentation.
        
        ``jaraco.geo`` also implements geotrans2 by the `NGA
        <http://www.nga.mil>`_. See the tests directory in the subversion
        repository for sample usage.
        
        Changes
        -------
        
        1.0
        ~~~
        
        * Initial release
        * Implements NGA geotrans2
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
