Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 665 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 665 Bytes

f0cal/farm-client

Python API client and CLI wrapper for the FØCAL device farm API.

Implements the f0cal.farm.client Python namespace.

Quick start

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.

Installation

pip

pip install f0cal.farm.client \
  -i https://dl.f0cal.com/py

Source

git clone https://github.com/f0cal/farm-client && \
  cd farm-client && \
  pip install ./ -r requirements.txt -c constraints.txt

More

Official docs