kweaver-data-retrieval
A library for Kweaver data retrieval.
Installation
pip install kweaver-data-retrieval
Usage
Import Tools
from data_retrieval.tools import TOOLS_MAPPING
# List available tools
print(TOOLS_MAPPING.keys())
Start API Server
from data_retrieval.tools.tool_api_router import DEFAULT_APP
import uvicorn
uvicorn.run(DEFAULT_APP, host="0.0.0.0", port=9100)
Or from command line:
uvicorn data_retrieval.tools.tool_api_router:DEFAULT_APP --host 0.0.0.0 --port 9100
Documentation
License
Apache License 2.0
Release files for kweaver-data-retrieval 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kweaver_data_retrieval-0.3.1.tar.gz | 217.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kweaver_data_retrieval-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 501.1 kB
Release files / kweaver_data_retrieval-0.3.1.tar.gz
| Download URL | kweaver_data_retrieval-0.3.1.tar.gz |
|---|---|
| Size | 217.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
41260d0a2387ef2edcbc997fc5d58b03210cf0a57df0548bada8fe772f56eab6
|
|
BLAKE2b-256 checksum How to use checksums |
721c68bbc5e396b9c878fcbf4a57399cd9ff347b3836bc41c4fc1702033c3c09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / kweaver_data_retrieval-0.3.1-py3-none-any.whl
| Download URL | kweaver_data_retrieval-0.3.1-py3-none-any.whl |
|---|---|
| Size | 283.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65df5eb66621abbe75198b20c46227214493752c2197b990adb16b7af8c10051
|
|
BLAKE2b-256 checksum How to use checksums |
d0dd11973e572c81b4513472b55c2ef46f07ff446f177fe547ca0dd2c76a3acb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|