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.9.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file flareio-0.1.9.tar.gz
.
File metadata
- Download URL: flareio-0.1.9.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 | 72a4c58698ea04257d220f730853ebb8b2e09ecfb1a4afe49995c50cd85b4034 |
|
MD5 | 69aa0a8d0fa5260353c23376106585f2 |
|
BLAKE2b-256 | 39fd090f65011b2d4140db801d16464725b6280c410dc12e165aed1f1889ed3e |
File details
Details for the file flareio-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: flareio-0.1.9-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 | a01463511b02ec54cc174d90bf7c1849f1ef646bbf492d35e932d1a1606bb399 |
|
MD5 | 0e390e03a1e736afab7394b790d29642 |
|
BLAKE2b-256 | 41e3796bc896e2045135dee5bccfd97fef866d58554135b1ddb5496b96e808a3 |