dapodik


Namedapodik JSON
Version 0.19.0 PyPI version JSON
download
home_pagehttps://dapodix.github.io/dapodik
SummarySDK python untuk aplikasi dapodik.
upload_time2023-08-30 18:09:19
maintainer
docs_urlNone
authorhexatester
requires_python>=3.7,<4.0
licenseMIT
keywords dapodik kemdikbud python-module python-sdk python-wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dapodik

[![dapodik - PyPi](https://img.shields.io/pypi/v/dapodik)](https://pypi.org/project/dapodik/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/dapodik)](https://pypi.org/project/dapodik/)
[![LISENSI](https://img.shields.io/github/license/dapodix/dapodik)](https://github.com/dapodix/dapodik/blob/master/LISENSI)
[![Donate Saweria](https://img.shields.io/badge/Donasi-Saweria-blue)](https://saweria.co/hexatester)
[![Tutorial](https://img.shields.io/badge/Tutorial-Penggunaan-informational)](https://github.com/dapodix/dapodik/wiki)
[![Tests](https://github.com/dapodix/dapodik/workflows/Tests/badge.svg)](https://github.com/dapodix/dapodik/actions?query=workflow%3ATests)
[![codecov](https://codecov.io/gh/dapodix/dapodik/branch/master/graph/badge.svg)](https://codecov.io/gh/dapodix/dapodik)
[![Code Style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

SDK python untuk aplikasi dapodik.

## Install

Pastikan [python 3.7+](https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe) terinstall,
kemudian jalankan perintah di bawah dalam Command Prompt atau Powershell (di Windows + X):

```bash
pip install --upgrade dapodik
```

## Penggunaan

Contoh pennggunaan

```python
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](https://kemdikbud.go.id/) atau afiliasi atau anak organisasinya. Ini adalah perangkat lunak yang independen dan tidak resmi. _Gunakan dengan risiko Anda sendiri._

            

Raw data

            {
    "_id": null,
    "home_page": "https://dapodix.github.io/dapodik",
    "name": "dapodik",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "dapodik,kemdikbud,python-module,python-sdk,python-wrapper",
    "author": "hexatester",
    "author_email": "habibrohman@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/45/34/325c68c7db18f06f75a509bac04cb658ac61c294cfb348d6aa3c5b4269ca/dapodik-0.19.0.tar.gz",
    "platform": null,
    "description": "# dapodik\n\n[![dapodik - PyPi](https://img.shields.io/pypi/v/dapodik)](https://pypi.org/project/dapodik/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/dapodik)](https://pypi.org/project/dapodik/)\n[![LISENSI](https://img.shields.io/github/license/dapodix/dapodik)](https://github.com/dapodix/dapodik/blob/master/LISENSI)\n[![Donate Saweria](https://img.shields.io/badge/Donasi-Saweria-blue)](https://saweria.co/hexatester)\n[![Tutorial](https://img.shields.io/badge/Tutorial-Penggunaan-informational)](https://github.com/dapodix/dapodik/wiki)\n[![Tests](https://github.com/dapodix/dapodik/workflows/Tests/badge.svg)](https://github.com/dapodix/dapodik/actions?query=workflow%3ATests)\n[![codecov](https://codecov.io/gh/dapodix/dapodik/branch/master/graph/badge.svg)](https://codecov.io/gh/dapodix/dapodik)\n[![Code Style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nSDK python untuk aplikasi dapodik.\n\n## Install\n\nPastikan [python 3.7+](https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe) terinstall,\nkemudian jalankan perintah di bawah dalam Command Prompt atau Powershell (di Windows + X):\n\n```bash\npip install --upgrade dapodik\n```\n\n## Penggunaan\n\nContoh pennggunaan\n\n```python\nfrom dapodik import Dapodik\n\nemail = 'email@saya.com'\npassword = 'password dapodik'\n\nd = Dapodik(email, password)\nsekolah = d.sekolah()\ndaftar_peserta_didik = d.peserta_didik(sekolah_id=sekolah.sekolah_id)\nfor peserta_didik in daftar_peserta_didik:\n    print(peserta_didik.nama)\n```\n\n## Legal / Hukum\n\nKode ini sama sekali tidak berafiliasi dengan, diizinkan, dipelihara, disponsori atau didukung oleh [Kemdikbud](https://kemdikbud.go.id/) atau afiliasi atau anak organisasinya. Ini adalah perangkat lunak yang independen dan tidak resmi. _Gunakan dengan risiko Anda sendiri._\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SDK python untuk aplikasi dapodik.",
    "version": "0.19.0",
    "project_urls": {
        "Documentation": "https://github.com/dapodix/dapodik/wiki",
        "Homepage": "https://dapodix.github.io/dapodik",
        "Repository": "https://github.com/hexatester/dapodik"
    },
    "split_keywords": [
        "dapodik",
        "kemdikbud",
        "python-module",
        "python-sdk",
        "python-wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8baa7a473ce9de01744f43063555222ed98481faf8fabbf9f0f978c121e5b3f2",
                "md5": "77559f5c136e958241258a565c79c5b1",
                "sha256": "f90353ea8c51848c582e068b9a55ae542625a731f64cda78486cebe52eb6628a"
            },
            "downloads": -1,
            "filename": "dapodik-0.19.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77559f5c136e958241258a565c79c5b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 70233,
            "upload_time": "2023-08-30T18:09:18",
            "upload_time_iso_8601": "2023-08-30T18:09:18.356386Z",
            "url": "https://files.pythonhosted.org/packages/8b/aa/7a473ce9de01744f43063555222ed98481faf8fabbf9f0f978c121e5b3f2/dapodik-0.19.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4534325c68c7db18f06f75a509bac04cb658ac61c294cfb348d6aa3c5b4269ca",
                "md5": "eb7bb270d49a0c531b7cfae1f05cfb27",
                "sha256": "a1b2a36f7e760b0ed233af736ef7ca4d42fd2d045891d8c0f873676e0b24b764"
            },
            "downloads": -1,
            "filename": "dapodik-0.19.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eb7bb270d49a0c531b7cfae1f05cfb27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 31114,
            "upload_time": "2023-08-30T18:09:19",
            "upload_time_iso_8601": "2023-08-30T18:09:19.955006Z",
            "url": "https://files.pythonhosted.org/packages/45/34/325c68c7db18f06f75a509bac04cb658ac61c294cfb348d6aa3c5b4269ca/dapodik-0.19.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-30 18:09:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dapodix",
    "github_project": "dapodik",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "dapodik"
}
        
Elapsed time: 0.10776s