1 devlib 2 ====== 3 4 ``devlib`` exposes an interface for interacting with and collecting 5 measurements from a variety of devices (such as mobile phones, tablets and 6 development boards) running a Linux-based operating system. 7 8 9 Installation 10 ------------ 11 12 :: 13 14 sudo -H pip install devlib 15 16 17 Usage 18 ----- 19 20 Please refer to the "Overview" section of the documentation. 21 22 23 License 24 ------- 25 26 This package is distributed under `Apache v2.0 License <http://www.apache.org/licenses/LICENSE-2.0>`_. 27 28 29 Feedback, Contrubutions and Support 30 ----------------------------------- 31 32 - Please use the GitHub Issue Tracker associated with this repository for 33 feedback. 34 - ARM licensees may contact ARM directly via their partner managers. 35 - We welcome code contributions via GitHub Pull requests. Please try to 36 stick to the style in the rest of the code for your contributions. 37 38