Metadata-Version: 2.1
Name: hdlcontroller
Version: 0.4.1
Summary: HDLC controller
Home-page: https://github.com/SkypLabs/python-hdlc-controller
Author: Paul-Emmanuel Raoul
Author-email: skyper@skyplabs.net
License: MIT
Download-URL: https://github.com/SkypLabs/python-hdlc-controller/archive/v0.4.1.zip
Description: ======================
        Python HDLC Controller
        ======================
        
        |PyPI Package| |Build Status| |Code Coverage| |Documentation Status|
        
        HDLC controller written in Python and based on the
        `python4yahdlc <https://github.com/SkypLabs/python4yahdlc>`__ Python
        module to encode and decode the HDLC frames.
        
        Installation
        ============
        
        With pip (recommended)
        ----------------------
        
        ::
        
            pip3 install --upgrade hdlcontroller
        
        From sources
        ------------
        
        ::
        
            git clone https://github.com/SkypLabs/python-hdlc-controller.git
            cd python-hdlc-controller
            pip3 install --upgrade .
        
        Documentation
        =============
        
        The full documentation is available `here <https://python-hdlc-controller.readthedocs.io/en/latest/>`__.
        
        License
        =======
        
        `MIT <http://opensource.org/licenses/MIT>`__
        
        .. |Build Status| image:: https://travis-ci.org/SkypLabs/python-hdlc-controller.svg
           :target: https://travis-ci.org/SkypLabs/python-hdlc-controller
           :alt: Build Status
        .. |Code Coverage| image:: https://api.codacy.com/project/badge/Grade/07336c5b36504927ab5c44550da13adf
           :target: https://www.codacy.com/app/skyper/python-hdlc-controller?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=SkypLabs/python-hdlc-controller&amp;utm_campaign=Badge_Grade
           :alt: Code Coverage
        .. |Documentation Status| image:: https://readthedocs.org/projects/python-hdlc-controller/badge/?version=latest
           :target: https://python-hdlc-controller.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        .. |Known Vulnerabilities| image:: https://snyk.io/test/github/SkypLabs/python-hdlc-controller/badge.svg
           :target: https://snyk.io/test/github/SkypLabs/python-hdlc-controller
           :alt: Known Vulnerabilities
        .. |PyPI Package| image:: https://badge.fury.io/py/hdlcontroller.svg
           :target: https://badge.fury.io/py/hdlcontroller
           :alt: PyPI Package
        
Keywords: hdlc controller
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: docs
