Python API client and CLI wrapper for the FØCAL device farm API.
Implements the f0cal.farm.client
Python namespace.
pip install f0cal.farm.client \
-i https://dl.f0cal.com/py
f0cal farm --help
NOTE that many client workflows require an API key from https://app.f0cal.com.
pip install f0cal.farm.client \
-i https://dl.f0cal.com/py
git clone https://github.com/f0cal/farm-client && \
cd farm-client && \
pip install ./ -r requirements.txt -c constraints.txt