Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kensho-technologies/qwikidata
Python tools for interacting with Wikidata
https://github.com/kensho-technologies/qwikidata
knowledge-graph open-data package python python3 wikidata wikimedia wikipedia
Last synced: 4 days ago
JSON representation
Python tools for interacting with Wikidata
- Host: GitHub
- URL: https://github.com/kensho-technologies/qwikidata
- Owner: kensho-technologies
- License: apache-2.0
- Created: 2019-03-21T17:51:39.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-28T12:35:43.000Z (about 1 year ago)
- Last Synced: 2024-12-23T02:07:30.543Z (11 days ago)
- Topics: knowledge-graph, open-data, package, python, python3, wikidata, wikimedia, wikipedia
- Language: Python
- Homepage: http://qwikidata.rtfd.io/
- Size: 133 KB
- Stars: 146
- Watchers: 13
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=======
Welcome
=======|build-status|
|docs|
|license|
|pypi-python|
|pypi-version|`qwikidata` is a Python package with tools that allow you to interact with Wikidata_.
The package defines a set of classes that allow you to represent Wikidata entities
in a Pythonic way. It also provides a Pythonic way to access three data sources,* `linked data interface`_
* `sparql query service`_
* `json dump`_Quick Install
=============Requirements
------------* python >= 3.5
Install with pip
----------------You can install the most recent version using pip,
.. code-block:: bash
pip install qwikidata
Quick Examples
==============Please see the,
* `examples folder`_
OR
* `readthedocs`_
License
=======Licensed under the Apache 2.0 License. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright
=========Copyright 2019 Kensho Technologies, LLC.
Important Links
===============`readthedocs`_ | `PyPI`_ | `github`_
.. |build-status| image:: https://img.shields.io/travis/kensho-technologies/qwikidata.svg?style=flat
:alt: Build Status
:scale: 100%
:target: https://travis-ci.org/kensho-technologies/qwikidata.. |docs| image:: https://readthedocs.org/projects/qwikidata/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://qwikidata.readthedocs.io/en/latest/?badge=latest.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:alt: License
:scale: 100%
:target: https://opensource.org/licenses/Apache-2.0.. |pypi-python| image:: https://img.shields.io/pypi/pyversions/qwikidata.svg
:alt: PyPI Python
:scale: 100%
:target: https://pypi.python.org/pypi/qwikidata.. |pypi-version| image:: https://img.shields.io/pypi/v/qwikidata.svg
:alt: PyPI Version
:scale: 100%
:target: https://pypi.python.org/pypi/qwikidata.. _Wikidata: https://www.wikidata.org/wiki/Wikidata:Main_Page
.. _linked data interface: https://www.wikidata.org/wiki/Wikidata:Data_access
.. _sparql query service: https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service
.. _json dump: https://www.wikidata.org/wiki/Wikidata:Database_download
.. _examples folder: https://github.com/kensho-technologies/qwikidata/tree/master/examples
.. _readthedocs: https://qwikidata.readthedocs.io/en/stable/readme.html
.. _PyPI: https://pypi.org/project/qwikidata/
.. _github: https://github.com/kensho-technologies/qwikidata/