Py ez wikidata: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
|version=0.1.1
|version=0.1.1
|description=Mapping for Wikidata allows creation of wikidata entries from dicts
|description=Mapping for Wikidata allows creation of wikidata entries from dicts
|date=2024-03-02
|date=2024-03-04
|since=2024-03-01
|since=2024-03-01
}}
}}


{{pip|py-ez-wikidata}}
{{pip|py-ez-wikidata}}

Revision as of 20:22, 4 March 2024

OsProject

OsProject
id  py_ez_wikidata
state  active
owner  WolfgangFahl
title  py_ez_wikidata
url  https://github.com/WolfgangFahl/py_ez_wikidata
version  0.1.1
description  Mapping for Wikidata allows creation of wikidata entries from dicts
date  2024-03-04
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