this is python library for support RajaOngkir API
Project description
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.
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
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 rajaongkir_python_sdk-0.1.1.tar.gz.
File metadata
- Download URL: rajaongkir_python_sdk-0.1.1.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84a1af7908cc5195ce9a42c4a0879b7ee3f19e73e330586f7dfb8972a55f12f6
|
|
| MD5 |
0ebe2cfe57d6fc8643046b0933e79822
|
|
| BLAKE2b-256 |
816bab479cf4a348887434c77e10c1748ac0b81a64e786a51449da08efde9062
|
File details
Details for the file rajaongkir_python_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: rajaongkir_python_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e581d1de1885de0d4aa06fb376d13b5355dc864ee7beb350669e334d1363ab25
|
|
| MD5 |
5fa8718ffb05aedd2a019ae7591c9e95
|
|
| BLAKE2b-256 |
2dafc337facd7447f777ead41c11a8d4da241eda44f5b1d23974e82873dd2fea
|