Skip to main content

SDK python untuk aplikasi dapodik.

Project description

dapodik

dapodik - PyPi Supported Python versions LISENSI Donate Saweria Tutorial Tests codecov Code Style - Black

SDK python untuk aplikasi dapodik.

Install

Pastikan python 3.7+ terinstall, kemudian jalankan perintah di bawah dalam Command Prompt atau Powershell (di Windows + X):

pip install --upgrade dapodik

Penggunaan

Contoh pennggunaan

from dapodik import Dapodik

email = 'email@saya.com'
password = 'password dapodik'

d = Dapodik(email, password)
sekolah = d.sekolah()
daftar_peserta_didik = d.peserta_didik(sekolah_id=sekolah.sekolah_id)
for peserta_didik in daftar_peserta_didik:
    print(peserta_didik.nama)

Legal / Hukum

Kode ini sama sekali tidak berafiliasi dengan, diizinkan, dipelihara, disponsori atau didukung oleh Kemdikbud atau afiliasi atau anak organisasinya. Ini adalah perangkat lunak yang independen dan tidak resmi. Gunakan dengan risiko Anda sendiri.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dapodik-0.19.0.tar.gz (31.1 kB view hashes)

Uploaded Source

Built Distribution

dapodik-0.19.0-py3-none-any.whl (70.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page