Metadata-Version: 2.1
Name: mtlib
Version: 0.0.8
Summary: UNKNOWN
Home-page: https://bitbucket.org/ericwilkison/mtlib
Author: Eric Wilkison
Author-email: ericw@wilkison.com
License: MIT License
Description: 
        # mtlib - discover, query and control Malleable Things devices
        
        
        ## Install:
        
        ```
        pip3 install mtlib
        ```
        
        ## Testing
        
        Run a single test
        ```
        cd pycoap/test
        python3 -m unittest test.TestClient.test_coap_me_seperate  -v
        ```
        
        Reqires the tox package to run
        ```
        cd mtlib
        tox
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
