Skip to content

Repository files navigation

python-flareio

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.

Installing

flareio is available on PyPI.

The library can be installed via pip install flareio.

Basic Usage

importosfromflareioimportFlareApiClientclient=FlareApiClient.from_env()
resp=client.get("/tokens/test")
print(resp.json())

Contributing

We recommend the following dependencies:

  • make
  • uv
  • direnv

The Makefile contains the following targets:

  • make test will run tests
  • make check will run typechecking
  • make format format will format the code
  • make format-check will run linting
  • make ci will run CI equivalent

About

Flare API SDK for Python

Topics

Resources

Stars

4 stars

Watchers

5 watching

Forks

Releases

Used by

Contributors

Languages