Unofficial RajaOngkir SDK for Python
RajaOngkir is an API that provides a powerful logistics solution for integrating various shipping functionalities in Indonesia. For RajaOngkir developer documentation you can check here
This SDK allows you to interact with the RajaOngkir API from your Python code.
Features
- Get province (Starter and Pro Plan)
- Get City (Starter and Pro Plan)
- Get Sub district (Pro Plan)
- Check Cost (Starter and Pro Plan)
- Get International Origin (Pro Plan)
- Get International Destination (Pro Plan)
- Check International Cost (Pro Plan)
- Check Currency (Pro Plan)
- Check WayBill (Pro Plan)
for another feature will be update soon
Installation
Install rajaongkir sdk
pip install rajaongkir-python-sdk
Usage/Examples
from rajaongkir_python_sdk import RajaOngkirAPI
api_key = "your_api_key"
rajaongkir = RajaOngkirAPI(api_key=api_key) # init new client
response = rajaongkir.province() # for get all province
print(response)
License
This project is licensed under the MIT License - see the LICENSE file for details.
Release files for rajaongkir-python-sdk 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rajaongkir_python_sdk-0.1.1.tar.gz | 16.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rajaongkir_python_sdk-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.5 kB
Release files / rajaongkir_python_sdk-0.1.1.tar.gz
| Download URL | rajaongkir_python_sdk-0.1.1.tar.gz |
|---|---|
| Size | 16.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
84a1af7908cc5195ce9a42c4a0879b7ee3f19e73e330586f7dfb8972a55f12f6
|
|
BLAKE2b-256 checksum How to use checksums |
816bab479cf4a348887434c77e10c1748ac0b81a64e786a51449da08efde9062
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.4.18
|
Release files / rajaongkir_python_sdk-0.1.1-py3-none-any.whl
| Download URL | rajaongkir_python_sdk-0.1.1-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e581d1de1885de0d4aa06fb376d13b5355dc864ee7beb350669e334d1363ab25
|
|
BLAKE2b-256 checksum How to use checksums |
2dafc337facd7447f777ead41c11a8d4da241eda44f5b1d23974e82873dd2fea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.4.18
|