Metadata-Version: 1.0
Name: jaraco.geo
Version: 1.1
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``.
        
        Requirements
        ------------
        
        As Python support for namespace packages is still in development,
        setuptools or distribute is required.
        
        Also, the current geotrans2 dynamic libraries are currently built only
        for Windows, so support for other platforms is currently not present.
        However, the DMS class should be usable in a pure-python environment.
        
        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.1
        ~~~
        
        * Added 2to3 support - now easy_installs under Python 2 and Python 3.
        
        1.0
        ~~~
        
        * Initial release
        * Implements NGA geotrans2
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
