Difference between revisions of "Snapquery"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
|since=2024-05-03 | |since=2024-05-03 | ||
}} | }} | ||
− | |||
− | + | {{pip|snapquery}} |
Revision as of 12: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