{"id":16418742,"url":"https://github.com/keda87/pygramedia","last_synced_at":"2025-06-13T23:37:19.821Z","repository":{"id":32993953,"uuid":"141374541","full_name":"Keda87/PyGramedia","owner":"Keda87","description":"Unofficial API wrapper for Gramedia, the biggest bookstore in Indonesia.","archived":false,"fork":false,"pushed_at":"2022-12-08T13:55:37.000Z","size":70,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-14T19:33:42.471Z","etag":null,"topics":["gramedia","python","python3","python36","wrapper","wrapper-api"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Keda87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-18T03:12:19.000Z","updated_at":"2024-02-02T23:16:19.000Z","dependencies_parsed_at":"2023-01-14T22:57:55.754Z","dependency_job_id":null,"html_url":"https://github.com/Keda87/PyGramedia","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2FPyGramedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2FPyGramedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2FPyGramedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2FPyGramedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Keda87","download_url":"https://codeload.github.com/Keda87/PyGramedia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066497,"owners_count":20555402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gramedia","python","python3","python36","wrapper","wrapper-api"],"created_at":"2024-10-11T07:14:55.647Z","updated_at":"2025-03-23T06:31:39.329Z","avatar_url":"https://github.com/Keda87.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyGramedia\n[![Build Status](https://travis-ci.org/Keda87/PyGramedia.svg?branch=master)](https://travis-ci.org/Keda87/PyGramedia)\n[![Coverage Status](https://coveralls.io/repos/github/Keda87/PyGramedia/badge.svg?branch=master)](https://coveralls.io/github/Keda87/PyGramedia?branch=master)\n\nUnofficial API wrapper for [Gramedia](https://www.gramedia.com/), the biggest bookstore in Indonesia and based on coroutine python 3.\n\n#### Requirement: \n- Python 3.6 and above.\n\n#### Installation:\n    pip install pygramedia\n\n#### Usage:\n\n```python\nimport asyncio\nfrom pygramed import PyGramedia\n\nobj = PyGramedia()\n\n# Async mode based on coroutine.\ncoro = obj.product.retrieve_async()\ncoro = obj.product.retrieve_async(limit=5)\ncoro = obj.product.retrieve_async(limit=10, category='keluarga')\n\nloop = asyncio.get_event_loop()\nprint(loop.run_until_complete(coro))\n\n# Sync mode like general function.\nprint(obj.product.retrieve(limit=10))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeda87%2Fpygramedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeda87%2Fpygramedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeda87%2Fpygramedia/lists"}