Snapquery: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
|since=2024-05-03
|since=2024-05-03
}}
}}
=tickets=


=Freitext=
{{pip|snapquery}}

Revision as of 11:28, 3 May 2024

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