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.51.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.51-py3-none-any.whl
(264.6 kB
view details)
File details
Details for the file flagright-1.8.51.tar.gz.
File metadata
- Download URL: flagright-1.8.51.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-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
100776ea59da00803deaffe067e3d66d2c8adc143fd240b8cf2539909c5adeae
|
|
| MD5 |
b9182bb5fe5a8687f656675b71ec5eeb
|
|
| BLAKE2b-256 |
3a39c1da6680fe96c54a4d48f41287d9b79fef22adb1492e3477683ba2fca41d
|
File details
Details for the file flagright-1.8.51-py3-none-any.whl.
File metadata
- Download URL: flagright-1.8.51-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-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd0da1612a1a91705533df003333deb977a530e65c9aa628a215f66acdf770bc
|
|
| MD5 |
4422eb6bf602792fac8a4999a34981ff
|
|
| BLAKE2b-256 |
ce948817847b5b5edb58c454ffa0622c514dd16220d8874a617f9308da3c4128
|