• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

devlib/22-Nov-2023-11,0668,353

doc/22-Nov-2023-2,9281,955

src/22-Nov-2023-689481

.gitD01-Jan-19700

.gitignoreD22-Nov-202395 109

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-202311.1 KiB204169

README.rstD22-Nov-2023858 3822

setup.pyD22-Nov-20232.8 KiB9263

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