Difference between revisions of "Py ez wikidata"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "{{OsProject }}")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=OsProject=
 +
 
{{OsProject
 
{{OsProject
 +
|id=py_ez_wikidata
 +
|state=active
 +
|owner=WolfgangFahl
 +
|title=py_ez_wikidata
 +
|url=https://github.com/WolfgangFahl/py_ez_wikidata
 +
|version=0.3.1
 +
|description=Mapping for Wikidata allows creation of wikidata entries from dicts
 +
|date=2025-06-18
 +
|since=2024-03-01
 
}}
 
}}
 +
 +
{{pip|py-ez-wikidata}}

Latest revision as of 10:06, 18 June 2025

OsProject

OsProject
id  py_ez_wikidata
state  active
owner  WolfgangFahl
title  py_ez_wikidata
url  https://github.com/WolfgangFahl/py_ez_wikidata
version  0.3.1
description  Mapping for Wikidata allows creation of wikidata entries from dicts
date  2025-06-18
since  2024-03-01
until  


Installation

pip install py-ez-wikidata
# alternatively if your pip is not a python3 pip
pip3 install py-ez-wikidata 
# local install from source directory of py-ez-wikidata 
pip install .

upgrade

pip install py-ez-wikidata  -U
# alternatively if your pip is not a python3 pip
pip3 install py-ez-wikidata -U