No project description provided
Project description
python-flareio
flareio
is a light Flare API SDK that wraps requests and adds Flare API authentication.
Installing
The library can be installed via pip install flareio
.
Basic Usage
from flareio import FlareApiClient
client = FlareApiClient(
api_key="fw-...",
)
sources = client.get(
"https://api.flare.io/leaksdb/v2/sources",
).json()
Contributing
make test
will run testsmake format
format will format the codemake lint
will run typechecking + linting
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flareio-0.1.8.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file flareio-0.1.8.tar.gz
.
File metadata
- Download URL: flareio-0.1.8.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5bf6c9a189ea89114d646c3e0c6da9e2e982a0bf74aa3d6ac3b4e5d390fe246 |
|
MD5 | 43dbc010baf8ff131ff98958a3395f88 |
|
BLAKE2b-256 | dea233f523dae8228f6fd69ed6fe0dd3107fffc24ce0b331ef5ed7e9f1107d5a |
File details
Details for the file flareio-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: flareio-0.1.8-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ca8b97a6ab61cb8beff05553090c47353f0149cf207e4b0673930e9eb756768 |
|
MD5 | c149fe68112cc7b14868c913785dab15 |
|
BLAKE2b-256 | 2ddda3a9fb2e95de7f80eff7bd404b517fd4d131ef05d6851a04ac6b80efb0ec |