Metadata-Version: 1.2
Name: autoflpy
Version: 0.2.2
Summary: Automated flight log code
Home-page: https://github.com/AdrianWeishaeupl/AutoFLpy.git
Author: Adrian Benedikt Weishaeupl
Author-email: aw6g15@soton.ac.uk
License: UNKNOWN
Description: ========
        AutoFLpy
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/autoflpy.svg
                :target: https://pypi.python.org/pypi/autoflpy
        
        .. image:: https://img.shields.io/travis/AdrianWeishaeupl/autoflpy.svg
                :target: https://travis-ci.org/AdrianWeishaeupl/autoflpy
        
        .. image:: https://readthedocs.org/projects/autoflpy/badge/?version=latest
                :target: https://autoflpy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Automated flight log code
        
        
        * Free software: GPLv3
        * Documentation: https://autoflpy.readthedocs.io.
        
        
        Features
        --------
        
        * Generates a flight summary using data from log input files.
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2019-10-29)
        ------------------
        
        * First release on PyPI.
        
        0.1.1 (2019-11-07)
        ------------------
        
        * Updates and added code. Reformatted directory.
        
        0.1.2 (2019-11-08)
        ------------------
        
        * Reformatted directory and added default user files.
        
        0.1.3 (2019-11-08)
        ------------------
        
        * Fixed directory issues
        
        0.1.4 (2019-11-08)
        ------------------
        
        * Fixed more directory issues
        
        0.2.0 (2019-11-08)
        ------------------
        
        * Fixed path issues in template
        
        0.2.1 (2019-11-12)
        ------------------
        
        * Generated the input file into the generated folder structure
        * Added example data for first time running
        
        0.2.2 (2019-11-12)
        ------------------
        
        * Default storage directory bug fixed
Keywords: autoflpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
