| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
flareio is a light Flare API SDK that wraps requests and automatically manages authentication.
Usage examples and use cases are documented in the Flare API documentation.
flareio is available on PyPI.
The library can be installed via pip install flareio.
import os
from flareio import FlareApiClient
client = FlareApiClient.from_env()
resp = client.get("/tokens/test")
print(resp.json())We recommend the following dependencies:
The Makefile contains the following targets:
| Back | FazBrowse Home | New Git URL |