Python wrapper for FreeKassa api
Project description
Pyfreekassa
Supports all freekassa API methods (Need testing)
Asynchronous
Has built-in tools like OrderID and Nonce generators
Usage example:
from pyfreekassa import Configuration, FreekassaApi, Nonce
import asyncio
Configuration.configure(
merchant_id = 123,
first_secret = "abc",
second_secret = "def",
wallet_api_key = "qwerty123",
nonce_generation_method = Nonce.Methods.TXT,
nonce_path = "nonce.txt"
)
fk = FreekassaApi(config=Configuration(), wallet_id=1)
async def main():
print(await fk.get_payment_systems())
if __name__ == "__main__":
asyncio.run(main())
Feel free to contribute.
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
pyfreekassa-1.0.1.tar.gz
(10.0 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
File details
Details for the file pyfreekassa-1.0.1.tar.gz.
File metadata
- Download URL: pyfreekassa-1.0.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4977abd6811629aa038e5a9e9f5ceb62174f0786a4a16811c2f90ff0615d0b33
|
|
| MD5 |
c5f76eb10c9c46990a7a4952da1d2c2e
|
|
| BLAKE2b-256 |
149a699fd49dce024823691e66b9f4c543c5556222299532f5cb3f97f8c39a40
|
File details
Details for the file pyfreekassa-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pyfreekassa-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ae89f799a305075239bb745a42fb938d89ae8f3234345a8b686f808dbb1d7cd
|
|
| MD5 |
65a28781ed6d590d5ffed987ab97f32e
|
|
| BLAKE2b-256 |
d378b350396a223c78763c35bc45c7498b9cf22a34626032bb2b8ee47c59ddd8
|