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)
Release files for beckn-python 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| beckn_python-1.0.0.tar.gz | 122.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| beckn_python-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 450.0 kB
Release files / beckn_python-1.0.0.tar.gz
| Download URL | beckn_python-1.0.0.tar.gz |
|---|---|
| Size | 122.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e419546899c6647f7d0445019b4a8fec2ac6da29962555d0e64e0cf50208432
|
|
BLAKE2b-256 checksum How to use checksums |
35f0f05840a1fc4121523e950454ef53e142067688cec430e5bbb4650ad95bdc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.4
|
Release files / beckn_python-1.0.0-py3-none-any.whl
| Download URL | beckn_python-1.0.0-py3-none-any.whl |
|---|---|
| Size | 327.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6ee671ece5b72cbe5470a7aec3eae6dcf5039cd6f28bdb40326795ecdbe8f6c2
|
|
BLAKE2b-256 checksum How to use checksums |
438bce9898200e7eb9dfda8d0504ea10a9a96f311494e09169ae5c96ca355417
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.4
|