Python SDK for Beckn
Project description
Beckn Protocol client for Python
Installation
pip install beckn-python
or use the OG package manager:
uv add beckn-python
Usage
from beckn_python
import Transaction,
# Meta, Registry
client = Transaction.ApiClient(
configuration=Transaction.Configuration(
host="https://api.example.com",
api_key="example",
)
)
data = Transaction.BecknApplicationPlatformBAPApi(
client=client
).on_search_post(
Transaction.OnSearch(
context=Transaction.OnSearchContext(),
message=Transaction.OnSearchMessage()
)
)
print(data)
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
beckn_python-1.0.0.tar.gz
(122.3 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
beckn_python-1.0.0-py3-none-any.whl
(327.7 kB
view details)
File details
Details for the file beckn_python-1.0.0.tar.gz.
File metadata
- Download URL: beckn_python-1.0.0.tar.gz
- Upload date:
- Size: 122.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e419546899c6647f7d0445019b4a8fec2ac6da29962555d0e64e0cf50208432
|
|
| MD5 |
4bf67bfcb5f78b8db74935f911fe2861
|
|
| BLAKE2b-256 |
35f0f05840a1fc4121523e950454ef53e142067688cec430e5bbb4650ad95bdc
|
File details
Details for the file beckn_python-1.0.0-py3-none-any.whl.
File metadata
- Download URL: beckn_python-1.0.0-py3-none-any.whl
- Upload date:
- Size: 327.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ee671ece5b72cbe5470a7aec3eae6dcf5039cd6f28bdb40326795ecdbe8f6c2
|
|
| MD5 |
95e10274bb8237fa44714483a58905ff
|
|
| BLAKE2b-256 |
438bce9898200e7eb9dfda8d0504ea10a9a96f311494e09169ae5c96ca355417
|