Official Python Client for QWED Verification Engine
Project description
QWED Python SDK
Official Python client for the QWED Verification Engine.
Installation
pip install qwed
Quick Start
from qwed import QwedClient
client = QwedClient(api_key="YOUR_API_KEY")
result = client.verify_natural_language("What is 10 + 10?")
print(result.final_answer) # 20.0
print(result.status) # "VERIFIED"
Documentation
Full documentation at: https://github.com/rahuldass19/qwed-open
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qwed-0.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
qwed-0.1.0-py3-none-any.whl
(2.8 kB
view details)
File details
Details for the file qwed-0.1.0.tar.gz.
File metadata
- Download URL: qwed-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24d275a7cb98ea698fe6757c36871571eb10cb1b466424cbd47d96d1dd155da2
|
|
| MD5 |
9ecfbe300f291ea8a2ace0acb452f4ad
|
|
| BLAKE2b-256 |
ef71b6db645d89937e596cd44a7d773183980074f70e2c16d5aac1bcc93b28b8
|
File details
Details for the file qwed-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qwed-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2acc8fa4b78c65eb4c42d7ae2c0870d63c28ab9d6c91f92eb503eedd1812009
|
|
| MD5 |
72716b449367912b19b3dbf44e035b80
|
|
| BLAKE2b-256 |
cf4314d8fc6ebbc1fbaa3c260ffed082081c33f6deda730851da29a877cf08c2
|