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.6.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file flareio-0.1.6.tar.gz
.
File metadata
- Download URL: flareio-0.1.6.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a68c8e8a25890e579179085fbbea8ec8a09404c6cfbb2b57c5c772914b9cbf8 |
|
MD5 | a056969c2cd65e7de06c0912731380e1 |
|
BLAKE2b-256 | 3e58209085759e2d3174b8649abf693e5a3be2019785493e091e0cff09f7a3a0 |
File details
Details for the file flareio-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: flareio-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.5 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 | 43ff3c70f904c3d3300585ff3a902f81f39289dbc96df743b823ea09d52e3d84 |
|
MD5 | 7da46099d2174d4e92fdf3aa1e422c75 |
|
BLAKE2b-256 | 10994c6583b57833bcbeaa4b3e97507f2d5a21dc87e4eb34ef77485979685fcd |