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.7.2.tar.gz
(81.0 kB
view details)
Built Distribution
flagright-1.7.2-py3-none-any.whl
(192.2 kB
view details)
File details
Details for the file flagright-1.7.2.tar.gz
.
File metadata
- Download URL: flagright-1.7.2.tar.gz
- Upload date:
- Size: 81.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/6.11.0-1013-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f2145efad9cbaf8d8c7d445f09be13e27a8300396d0c0d56635a24ff32267de7
|
|
MD5 |
1a0bbe94ebca5e0e15dcf7d9c1b41a8b
|
|
BLAKE2b-256 |
89a15426f278258fadd5e787616d7d553424aacab1d650ca375b747f423a761b
|
File details
Details for the file flagright-1.7.2-py3-none-any.whl
.
File metadata
- Download URL: flagright-1.7.2-py3-none-any.whl
- Upload date:
- Size: 192.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/6.11.0-1013-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2eb59dd414f5a39691bf8b5be7e235c25cc25882203b40dc3ca92dfce9c6ae89
|
|
MD5 |
cdd633d5acab013af3068cd1447ddafa
|
|
BLAKE2b-256 |
4f7fd80d1d78a4ac6197ed7db5bf9771dbade0671764a9c150b8e6f130dfbf5f
|