Metadata-Version: 1.1
Name: ins-nav
Version: 0.0.1
Summary: A library to do inertial navigation
Home-page: http://github.com/MomsFriendlyRobotCompany/ins_nav
Author: Kevin Walchko
Author-email: walchko@users.noreply.github.com
License: MIT
Description: .. image:: https://raw.githubusercontent.com/MomsFriendlyRobotCompany/pyxl320/master/pics/complex.gif
            :align: center
            :width: 300px
            :target: https://github.com/walchko/pyxl320
            :alt: animated gif
        
        ins_nav
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/ins_nav.svg
            :target: https://pypi.python.org/pypi/ins_nav/
            :alt: Latest Version
        .. image:: https://img.shields.io/pypi/l/ins_nav.svg
            :target: https://pypi.python.org/pypi/ins_nav/
            :alt: License
        .. image:: https://travis-ci.org/walchko/ins_nav.svg?branch=master
            :target: https://travis-ci.org/walchko/ins_nav
        .. image:: https://img.shields.io/pypi/pyversions/ins_nav.svg
            :target:  https://pypi.python.org/pypi/ins_nav
        .. image:: https://img.shields.io/pypi/format/ins_nav.svg
            :target:  https://pypi.python.org/pypi/ins_nav
        
        
        
        Setup
        --------
        
        Install
        ~~~~~~~~~~~~~
        
        The suggested way to install this is via the ``pip`` command as follows::
        
        	pip install ins_nav
        
        Development
        ~~~~~~~~~~~~~
        
        To submit git pulls, clone the repository and set it up as follows::
        
        	git clone https://github.com/MomsFriendlyRobotCompany/ins_nav
        	cd ins_nav
        	pip install -r requirements
        	pip install -e .
        
        Usage
        --------
        
        TBD
        
        Change Log
        -------------
        
        ========== ======= =============================
        2017-07-07 0.0.1   init
        ========== ======= =============================
        
        Software License
        ------------------------
        
        **The MIT License (MIT)**
        
        Copyright (c) 2017 Kevin J. Walchko
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
        of the Software, and to permit persons to whom the Software is furnished to do
        so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Keywords: library,robotics,robot,ins,inertial,navigation,ahrs,imu
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
