fiaclient

April 28, 2018 ยท View on GitHub

This client is designed for easy integration with the FIA API service in various python scripts.

Usage

Install fiaclient by command:

pip install fiaclient

Create client object from python3 console:

from fiaclient import fiaclient
client = fiaclient.FIAClient(fiaurl="http://127.0.0.1:8000/")

All the information about the methods is located in docstrings.