c35e278c
¶
Python API client and CLI wrapper for the FØCAL device farm.
Quick start¶
git clone https://github.com/f0cal/farm && \
cd farm && \
pip install ./ -r requirements.txt -c constraints.txt && \
f0cal farm --help
Basics¶
FØCAL’s device farm is “AWS for devices.” This package is the device farm’s canonical API client implementation. You can:
Spin up a device with the OS of your choice.
Log in to the device as a superuser.
Modify the device filesystem to meet your needs.
Save the modified device image for later.
Share the modified device image with collaborators.
Installation¶
pip
¶
Not currently available
Source¶
git clone https://github.com/f0cal/farm && \
cd farm && \
pip install ./ -r requirements.txt -c constraints.txt