Metadata-Version: 1.1
Name: piksi_tools
Version: 0.4
Summary: Python tools for the Piksi GNSS receiver.
Home-page: https://github.com/swift-nav/piksi_tools
Author: Swift Navigation
Author-email: dev@swiftnav.com
License: UNKNOWN
Description: Tools for the Piksi GNSS receiver
        =================================
        
        Python tools for the Piksi GNSS receiver.
        
        Setup
        -----
        
        Install dependencies only::
        
          $ sudo pip install -r requirements.txt
        
        Install from repo::
        
          $ sudo pip setup.py install
        
        Install package from pypi::
        
          $ sudo pip install piksi_tools
        
        Usage Examples
        --------------
        
        Bootloader example
        ~~~~~~~~~~~~~~~~~~
        
        Something cool.
        
        Console example
        ~~~~~~~~~~~~~~~
        
        Something cooler.
        
        Testing
        -------
        
        To run the tests and check for coverage::
        
          $  py.test -v --cov piksi_tools tests/
        
        License
        -------
        
        Copyright © 2015 Swift Navigation
        
        Distributed under LGPLv3.0.
        
Platform: linux
Platform: osx
Platform: win32
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
