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.6.38.tar.gz
(65.0 kB
view details)
Built Distribution
flagright-1.6.38-py3-none-any.whl
(163.5 kB
view details)
File details
Details for the file flagright-1.6.38.tar.gz
.
File metadata
- Download URL: flagright-1.6.38.tar.gz
- Upload date:
- Size: 65.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.0-1074-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ad2c714a756b5fc653ce9e1e2461c8a7c2c7658c47a1eea701fa377d43c53b |
|
MD5 | 4fc0b1d2e11182192e321216c4305c8a |
|
BLAKE2b-256 | d96318add347e39671d1a765ecc025107cb673bfdcdf2a6a678b504fbed5e0f3 |
File details
Details for the file flagright-1.6.38-py3-none-any.whl
.
File metadata
- Download URL: flagright-1.6.38-py3-none-any.whl
- Upload date:
- Size: 163.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.0-1074-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb87f45295ac87f3592d995a619f323c01d686792cdd0b0a0960882862065600 |
|
MD5 | f3b61c23c62562b372031c4d6174b7e4 |
|
BLAKE2b-256 | 6dc14ae2093051412e7397e8f7a9fb4b48f9610562e3b952e9427b64cb14397c |