flareio 0.1.18

Creator: bradpython12

Last updated:

Add to Cart

Description:

flareio 0.1.18

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
The library can be installed via pip install flareio.
Basic Usage
from flareio import FlareApiClient

client = FlareApiClient(
api_key="fw-...",
)

sources = client.get(
"/leaksdb/v2/sources",
).json()

Contributing

make test will run tests
make format format will format the code
make lint will run typechecking + linting

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.