ibacor API for Python
Project description
Ibacor API for Python. Check PyPI .
Installing
To install, type:
pip install pybacor
KTP API Pybacor
for now, only available ktp.
To use (with caution), simply do:
>>> from pybacor import ktp >>> data = ktp.IbacorKTP('xxxx02150791xxxx') >>> data.nama 'marzuki'
status is true when the data is found:
>>> data.status True
You can access a common field for ktp:
>>> data.nik '3173021507910004' >>> data.nama 'marzuki' >>> data.kelamin 'laki-laki' >>> data.kelurahan 'tanjung duren selatan' >>> data.kecamatan 'grogol petamburan' >>> data.kota 'jakarta barat' >>> data.provinsi 'dki jakarta' >>>
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
pybacor-1.1.1.tar.gz
(2.3 kB
view details)
File details
Details for the file pybacor-1.1.1.tar.gz
.
File metadata
- Download URL: pybacor-1.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 037b672b2c999ea4fb5504fd03791d801d0460ff41341e1bf74a5afa7e1b1a56 |
|
MD5 | e446f6c7819733ae23daffce1223394c |
|
BLAKE2b-256 | 48402c7b58c0a888c1097dfbcb8c8e320b324c067b17ee2b9631a345d0f38352 |