Metadata-Version: 1.1
Name: aerofiles
Version: 0.4
Summary: waypoint, task, tracklog readers and writers for aviation
Home-page: https://github.com/Turbo87/aerofiles/
Author: Tobias Bieniek
Author-email: tobias.bieniek@gmx.de
License: MIT
Description: |aerofiles|
        ===========
        
        **waypoint, task, tracklog readers and writers for aviation**
        
        .. image:: https://travis-ci.org/Turbo87/aerofiles.png?branch=master
           :target: https://travis-ci.org/Turbo87/aerofiles
           :alt: Build Status
        
        Features
        --------
        
        -  `Flarm <http://flarm.com/>`_ configuration file writer
           (``aerofiles.flarmcfg``)
        -  `IGC <http://www.fai.org/gliding>`_ file reader and writer (``aerofiles.igc``)
        -  `OpenAir <http://www.winpilot.com/UsersGuide/UserAirspace.asp>`_ file
           reader (``aerofiles.openair``)
        -  `SeeYou <http://www.naviter.com/products/seeyou/>`_ CUP file reader and
           writer (``aerofiles.seeyou``)
        -  `WELT2000 <http://www.segelflug.de/vereine/welt2000/>`_ file reader
           (``aerofiles.welt2000``)
        -  `XCSoar <http://www.xcsoar.org>`_ task file writer (``aerofiles.xcsoar``)
        
        Development Environment
        -----------------------
        
        If you want to work on aerofiles you should install the necessary dependencies
        using::
        
            $ pip install -r requirements-dev.txt
        
        You can run the testsuite with::
        
            $ tox
        
        License
        -------
        
        This code is published under the MIT license. See the
        `LICENSE <https://github.com/Turbo87/aerofiles/blob/master/LICENSE>`__ file
        for the full text.
        
        
        .. |aerofiles| image:: https://github.com/Turbo87/aerofiles/raw/master/img/logo.png
            :alt: aerofiles
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: GIS
