Metadata-Version: 1.1
Name: PySimpleBGC
Version: 0.1
Summary: Communication tools for the Basecam SimpleBGC controller boards
Home-page: https://github.com/LionelDarras/PySimpleBGC
Author: Lionel Darras
Author-email: lionel.darras@mom.fr
License: GNU GPL v3
Description: PySimpleBGC
        ============
        
        .. image:: https://pypip.in/v/PySimpleBGC/badge.png
           :target: https://crate.io/package/PySimpleBGC
        .. image:: https://pypip.in/d/PySimpleBGC/badge.png
           :target: https://crate.io/packages/PySimpleBGC
        .. image:: https://travis-ci.org/LionelDarras/PySimpleBGC.png?branch=master
           :target: https://travis-ci.org/LionelDarras/PySimpleBGC
        
        
        
        PySimpleBGC is a python project which aims to allow communication with Basecam Simple-BGC controller board.
        
        Installation
        ------------
        
        You can install, upgrade, uninstall PySimpleBGC with these commands::
        
          $ pip install pysimplebgc
          $ pip install --upgrade pysimplebgc
          $ pip uninstall pysimplebgc
        
        Or if you don't have pip::
        
          $ easy_install pysimplebgc
        
        
        Documentation
        -------------
        
        See documentation here: http://pysimplebgc.readthedocs.org
        
        
        Changelog
        ---------
        
        Version 0.1
        ~~~~~~~~~~~
        
        Released on 2016-01-15.
        
        - First properly tagged release.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
