Metadata-Version: 1.2
Name: riotctrl
Version: 0.2.0
Summary: RIOT Ctrl - A RIOT node python abstraction
Home-page: https://github.com/RIOT-OS/riotctrl
Author: Gaëtan Harter, Leandro Lanzieri, Martine S. Lenders
Author-email: gaetan.harter@fu-berlin.de, leandro.lanzieri@haw-hamburg.de, m.lenders@fu-berlin.de
License: MIT
Download-URL: https://github.com/RIOT-OS/riotctrl
Description: RIOT Ctrl
        =====================
        
        This provides python object abstraction of a RIOT node.
        The first goal is to be the starting point for the serial abstraction and
        build on top of that to provide higher level abstraction like over the shell.
        
        It could provide an RPC interface to a node in Python over the serial port
        and maybe also over network.
        
        The goal is here to be test environment agnostic and be usable in any test
        framework and also without it.
        
        
        Testing
        -------
        
        Run `tox` to run the whole test suite:
        
        ::
        
            tox
            ...
            ________________________________ summary ________________________________
              test: commands succeeded
              lint: commands succeeded
              flake8: commands succeeded
              congratulations :)
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.5
