Manipulate Wikidata Objects.


Keywords
wikidata, parser, open, data, knowledge-graph, open-data, package, python, python3, wikimedia, wikipedia
License
Apache-2.0
Install
pip install qwikidata==0.4.2

Documentation

Welcome

Build Status Documentation Status 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,

Quick Install

Requirements

  • python >= 3.5

Install with pip

You can install the most recent version using pip,

pip install qwikidata

Quick Examples

Please see the,

OR

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