Metadata-Version: 1.1
Name: sbp
Version: 0.24
Summary: Python bindings for Swift Binary Protocol
Home-page: https://github.com/swift-nav/libsbp
Author: Swift Navigation
Author-email: dev@swiftnav.com
License: UNKNOWN
Description: SBP Bindings for Python
        =======================
        
        Python bindings for Swift Binary Protocol Messages.
        
        Setup
        -----
        
        ```shell
        # Install dependencies
        pip install -r requirements.txt
        python setup.py install
        
        # Install package from pypi
        pip install libsbp
        ```
        
        Usage
        -----
        
        ```python
        ```
        
        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
