Difference between revisions of "Snapquery"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "{{OsProject }}")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
=OsProject=
 +
 
{{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
 
}}
 
}}
 +
 +
{{pip|snapquery}}

Revision as of 13: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