Skip to main content

No project description provided

Project description

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

flareio is available on PyPI.

The library can be installed via pip install flareio.

Basic Usage

import os

from flareio import FlareApiClient


client = FlareApiClient(
    api_key=os.environ.get("FLARE_API_KEY"),
)

result = client.get(
    "/tokens/test",
).json()

print(result)

Contributing

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

Project details


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.20.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

flareio-0.1.20-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file flareio-0.1.20.tar.gz.

File metadata

  • Download URL: flareio-0.1.20.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for flareio-0.1.20.tar.gz
Algorithm Hash digest
SHA256 5472e7764c1b35973eb6bb3ce30c4e8a47d70fe099347b6fa6969d36c8c33ff8
MD5 ab296e6d49604f3a31cdeda23472b9ec
BLAKE2b-256 ee140ee35abe1ae7e9eec7840d49720ed094edb6f39c866b2e8f574ce0b4f3dd

See more details on using hashes here.

File details

Details for the file flareio-0.1.20-py3-none-any.whl.

File metadata

  • Download URL: flareio-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for flareio-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 d5536f30a663eb9f4f3880fadabc5d57f80637813a4a6a6a87a7d4c8c756e5f0
MD5 dfe8a2589a66cf5802b677d5d6677634
BLAKE2b-256 02a4052207bd967b759d81eae245ee6b4c343caeca65645adb7d48cdedef8e4e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page