No project description provided
Project description
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}"')
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
flagright-1.8.50.tar.gz
(120.8 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.50-py3-none-any.whl
(264.6 kB
view details)
File details
Details for the file flagright-1.8.50.tar.gz.
File metadata
- Download URL: flagright-1.8.50.tar.gz
- Upload date:
- Size: 120.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/6.17.0-1008-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ae4ec846746f1950068530934fc37d771372dd716e824082e3d2f7ee2ed9094
|
|
| MD5 |
2ddb3caf2de524a844cda4910241369f
|
|
| BLAKE2b-256 |
0f5f753e5be687bc318e181031c03b7e814002ab01fd8e111f5c8dcb9f6a4dea
|
File details
Details for the file flagright-1.8.50-py3-none-any.whl.
File metadata
- Download URL: flagright-1.8.50-py3-none-any.whl
- Upload date:
- Size: 264.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/6.17.0-1008-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
297ac04a275e3872044b99d965af56d997d89fbc2abf39562ec0f79e4916e645
|
|
| MD5 |
f20174baf5884d0065d04490ec5b1695
|
|
| BLAKE2b-256 |
6d8081f2596979480eb902ffb9637d317fcb9c36349589a99192929a33e1f097
|