No project description provided
Project description
ioka Python Library
The ioka Python library convenient access to the ioka API from applications written in the Python language
Documentation
See the Python API docs.
Installation
You don't need this source code unless you want to modify the package. If you just want to use the package, just run:
pip install ioka-python
Usage
import ioka_python
ioka_python.api_key = "Hello"
# list orders
orders = ioka_python.Order().list()
# print first order's ID
print(orders[0].id)
# retrieve specific order
order = ioka_python.Order().retrieve("ord_123")
# print that order's amount
print(order.amount)
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
ioka_python-0.1.1.tar.gz
(2.4 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 ioka_python-0.1.1.tar.gz.
File metadata
- Download URL: ioka_python-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.4 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e0bcb4a46281888a1597ccdb65c5c972782ea6adb7e9f6cc0684a4b0beeef26
|
|
| MD5 |
c827c71c5f6560b41dc42a4cc5b043d9
|
|
| BLAKE2b-256 |
54cd36c9dd8a53a4b9f008ec9fa797725a88c72e9e979da9f0dba3b21fc340ef
|
File details
Details for the file ioka_python-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ioka_python-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.4 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b90bb5a2fd7c48ce6dd6fd9ec7b6dc2e84b3169c560e5132ba6f019e8f2148e3
|
|
| MD5 |
18c4b8b83bf8364975263dcade631ffc
|
|
| BLAKE2b-256 |
2fb3818dd293fbcfeb66521764712d97a2a4e018d70294a2affe3c47da91fbe1
|