Snapquery

From BITPlan Wiki
Revision as of 13:28, 3 May 2024 by Wf (talk | contribs)
Jump to navigation Jump to search

OsProject

OsProject
id  snapquery
state  active
owner  WolfgangFahl
title  snapquery
url  https://github.com/WolfgangFahl/snapquery
version  0.0.1
description  Frontend to Introduce Named Queries and Named Query Middleware to wikidata
date  2024-05-03
since  2024-05-03
until  


Installation

pip install snapquery
# alternatively if your pip is not a python3 pip
pip3 install snapquery 
# local install from source directory of snapquery 
pip install .

upgrade

pip install snapquery  -U
# alternatively if your pip is not a python3 pip
pip3 install snapquery -U