Metadata-Version: 2.1
Name: knilb
Version: 0.3
Summary: Example implementation of an Agent for Knilb
Home-page: http://knilb.com
Author: nko
Author-email: nate@knilb.com
License: MIT
Description: ## What is the Knilb package?
        An example implementation of an **Agent** for automating end-to-end functional testing of a connected **Device Under Test** using the **Cloud Service** and a connected **Test Equipment**.
        
        ## How to use it?
        You can use it directly from command line using `knilb` command, or you can use python to access the package.  Use `-h` for help.
        
        ```bash
        $ knilb -h
        $ python -m knilb -h
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
