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.7.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file flareio-0.1.7.tar.gz
.
File metadata
- Download URL: flareio-0.1.7.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d75d609c35bfc6584808ad396f7f70b183f5c47ef24e6e24564282f6faf2aaf |
|
MD5 | 14921bac911534ef83841462f1931acd |
|
BLAKE2b-256 | 30492c08df09bf439bf0d42d2f5b7c78399add400dfe3a86d0ad345a1f4af7c2 |
File details
Details for the file flareio-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: flareio-0.1.7-py3-none-any.whl
- Upload date:
- Size: 3.6 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 | f1e4ef0ff7b0729747d535f7bce56cd7ab0e849d0cdb093505d99920aa73122f |
|
MD5 | b105bb18681f2fa5a049caaa917fefbb |
|
BLAKE2b-256 | f7cff3e51cfb9be8e6337d2aa8918fb184ca883135c7b4dc62dad4940cf06912 |