Flagright Python Library
The Flagright Python library provides access to the Flagright API from Python.
Documentation
API documentation is available at https://docs.flagright.com.
Usage
import flagright
from flagright.client import Flagright
client = Flagright(base_url="https://sandbox.flagright.com", api_key="YOUR_API_KEY")
resposne = client.transactions.verify(request=flagright.Transaction(
transactionId='my-transaction-id',
type=flagright.TransactionType.DEPOSIT,
timestamp=1692624734000))
print(f'Received response from Flagright: "{resposne}"')
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flagright-1.8.64.tar.gz
(128.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
flagright-1.8.64-py3-none-any.whl
(280.4 kB
view details)
File details
Details for the file flagright-1.8.64.tar.gz.
File metadata
- Download URL: flagright-1.8.64.tar.gz
- Upload date:
- Size: 128.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.5.1 CPython/3.8.18 Linux/6.17.0-1022-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb20d71d28317462ecdd2d70d5023d4da2fde67f9f9df18f22661e903c6e269f
|
|
| MD5 |
104aa2559328aa61017f6f4deea69792
|
|
| BLAKE2b-256 |
ed6b51b0bfe1e9c32ea59465c1191993d62d059e353afcb65f0ac89b821837a9
|
File details
Details for the file flagright-1.8.64-py3-none-any.whl.
File metadata
- Download URL: flagright-1.8.64-py3-none-any.whl
- Upload date:
- Size: 280.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.5.1 CPython/3.8.18 Linux/6.17.0-1022-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6df4ff169029387117ffe3a1089d6abbffeb57f2fa5cee43ef5ed63ccd860d2
|
|
| MD5 |
1dd473ef0357dd33a327807c0e507883
|
|
| BLAKE2b-256 |
7aa4fb5a3c0df520bb5d503fc18854201092f06381fde9ddc3f0b36da22dec3f
|