Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
devlib/ | 03-May-2024 | - | 9,266 | 6,981 | ||
doc/ | 03-May-2024 | - | 2,516 | 1,667 | ||
src/ | 03-May-2024 | - | 689 | 481 | ||
.gitignore | D | 03-May-2024 | 95 | 10 | 9 | |
README.rst | D | 03-May-2024 | 858 | 38 | 22 | |
setup.py | D | 03-May-2024 | 2.8 KiB | 92 | 63 |
README.rst
1devlib 2====== 3 4``devlib`` exposes an interface for interacting with and collecting 5measurements from a variety of devices (such as mobile phones, tablets and 6development boards) running a Linux-based operating system. 7 8 9Installation 10------------ 11 12:: 13 14 sudo -H pip install devlib 15 16 17Usage 18----- 19 20Please refer to the "Overview" section of the documentation. 21 22 23License 24------- 25 26This package is distributed under `Apache v2.0 License <http://www.apache.org/licenses/LICENSE-2.0>`_. 27 28 29Feedback, 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