Metadata-Version: 1.1
Name: candy-board-qws
Version: 1.1.0
Summary: Base CANDY LINE boards service for Quectel Wireless Solutions Modules
Home-page: http://github.com/CANDY-LINE/candy-board-qws
Author: Daisuke Baba
Author-email: baba.daisuke@gmail.com
License: ASL 2.0
Download-URL: https://github.com/CANDY-LINE/candy-board-qws/tarball/1.1.0
Description: candy-board-qws
        ===============
        
        |GitHub release| |Build Status| |License ASL 2.0|
        
        Base CANDY LINE boards service for Quectel Wireless Solutions Modules
        
        pip Installation
        ----------------
        
        ::
        
            $ pip install candy-board-qws
        
        pip Uninstallation
        ------------------
        
        ::
        
            $ pip candy-board-qws
        
        Development
        -----------
        
        Prerequisites
        ~~~~~~~~~~~~~
        
        -  `pandoc <http://pandoc.org>`__
        -  `pypandoc <https://pypi.python.org/pypi/pypandoc/1.2.0>`__
        
        On Mac OS:
        
        ::
        
            $ brew install pandoc
            $ pip install pypandoc twine
        
        Local Installation test
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            $ ./setup.py install --record files.txt
        
        -  ``sudo`` is required in some cases
        
        Local Uninstallation test
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            $ cat files.txt | xargs rm -rf
        
        Create local package
        ~~~~~~~~~~~~~~~~~~~~
        
        ::
        
            $ tar czvf candy-board-qws.tgz --exclude "./.*" --exclude build --exclude dist *
        
        Test
        ----
        
        ::
        
            $ ./setup.py test
        
        Publish
        -------
        
        ::
        
            $ ./setup.py publish
        
        Revision history
        ================
        
        -  1.1.0
        
           -  Add a new option to reset only packet counter
           -  Filter USB serial ports for ppp
        
        -  1.0.0
        
           -  Initial public release
        
        .. |GitHub release| image:: https://img.shields.io/github/release/CANDY-LINE/candy-board-qws.svg
           :target: https://github.com/CANDY-LINE/candy-board-qws/releases/latest
        .. |Build Status| image:: https://travis-ci.org/CANDY-LINE/candy-board-qws.svg?branch=master
           :target: https://travis-ci.org/CANDY-LINE/candy-board-qws
        .. |License ASL 2.0| image:: https://img.shields.io/github/license/CANDY-LINE/candy-board-qws.svg
           :target: https://opensource.org/licenses/Apache-2.0
        
Keywords: CANDY RED,CANDY EGG,CANDY LINE
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Hardware
