NameDateSize

..10-Aug-201812 KiB

.gitignore10-Aug-201895

devlib/10-Aug-20184 KiB

doc/10-Aug-20184 KiB

MODULE_LICENSE_APACHE210-Aug-20180

NOTICE10-Aug-201811.1 KiB

README.rst10-Aug-2018858

setup.py10-Aug-20182.8 KiB

src/10-Aug-20184 KiB

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