{"id":14235358,"url":"https://github.com/dahlia/wikidata","last_synced_at":"2025-05-16T09:06:33.882Z","repository":{"id":17443883,"uuid":"81993682","full_name":"dahlia/wikidata","owner":"dahlia","description":"Wikidata client library for Python","archived":false,"fork":false,"pushed_at":"2024-07-10T07:59:27.000Z","size":281,"stargazers_count":355,"open_issues_count":15,"forks_count":31,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-05-10T04:47:31.699Z","etag":null,"topics":["ontology","python3","wikidata"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/Wikidata/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dahlia.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-14T22:03:27.000Z","updated_at":"2025-04-28T16:40:05.000Z","dependencies_parsed_at":"2024-12-20T08:02:21.161Z","dependency_job_id":"2bcdae35-eaf9-4839-88e7-82c75139cee1","html_url":"https://github.com/dahlia/wikidata","commit_stats":{"total_commits":121,"total_committers":9,"mean_commits":"13.444444444444445","dds":"0.23966942148760328","last_synced_commit":"fea1c3e825710d1a4d304884a0d9a3c9046fe7ef"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fwikidata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fwikidata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fwikidata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahlia%2Fwikidata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dahlia","download_url":"https://codeload.github.com/dahlia/wikidata/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501558,"owners_count":22081528,"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":["ontology","python3","wikidata"],"created_at":"2024-08-20T21:01:48.768Z","updated_at":"2025-05-16T09:06:28.873Z","avatar_url":"https://github.com/dahlia.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Wikidata_ client library for Python\n===================================\n\n.. image:: https://badge.fury.io/py/Wikidata.svg\n   :target: https://pypi.org/project/Wikidata/\n   :alt: Latest PyPI version\n\n.. image:: https://readthedocs.org/projects/wikidata/badge/?version=latest\n   :target: https://wikidata.readthedocs.io/\n   :alt: Documentation Status\n\n.. image:: https://github.com/dahlia/wikidata/actions/workflows/main.yaml/badge.svg?branch=main\n   :alt: GitHub Actions\n   :target: https://github.com/dahlia/wikidata/actions/workflows/main.yaml\n\nThis package provides easy APIs to use Wikidata_ for Python.\n\n\u003e\u003e\u003e from wikidata.client import Client\n\u003e\u003e\u003e client = Client()  # doctest: +SKIP\n\u003e\u003e\u003e entity = client.get('Q20145', load=True)\n\u003e\u003e\u003e entity\n\u003cwikidata.entity.Entity Q20145 'IU'\u003e\n\u003e\u003e\u003e entity.description\nm'South Korean singer and actress'\n\u003e\u003e\u003e image_prop = client.get('P18')\n\u003e\u003e\u003e image = entity[image_prop]\n\u003e\u003e\u003e image\n\u003cwikidata.commonsmedia.File 'File:KBS \"The Producers\" press conference, 11 May 2015 10.jpg'\u003e\n\u003e\u003e\u003e image.image_resolution\n(820, 1122)\n\u003e\u003e\u003e image.image_url\n'https://upload.wikimedia.org/wikipedia/commons/6/60/KBS_%22The_Producers%22_press_conference%2C_11_May_2015_10.jpg'\n\n.. _Wikidata: https://www.wikidata.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlia%2Fwikidata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahlia%2Fwikidata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlia%2Fwikidata/lists"}