Connect to the ITTIA APIs or self-hosted ones
Project description
A python package connects to the ITTIA APIs.
How-to
Check
Demo on how to fact-check a text:
import asyncio
from ittia import Check
base_url = "https://check.ittia.net"
format = "json" # or markdown
check = Check(base_url=base_url, format=format)
query = "Germany hosted the 2024 Olympics"
result = asyncio.run(check(query))
print(result)
Self-host API
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
ittia-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
ittia-0.1.0-py3-none-any.whl
(2.5 kB
view details)
File details
Details for the file ittia-0.1.0.tar.gz.
File metadata
- Download URL: ittia-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.9.2 Linux/6.11.2-1.qubes.fc37.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76690d22aa966bf0bb5dfadb9c3b401fc9ab1e0d738af543527c846d29159f88
|
|
| MD5 |
2df7b6342968b71e954e2ddc3a73e556
|
|
| BLAKE2b-256 |
0f3bb5b861b6ed264cabaf09316b16d2d3715d3d100ce0718a9dc6f31f198326
|
File details
Details for the file ittia-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ittia-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.9.2 Linux/6.11.2-1.qubes.fc37.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7991f74ae7e5cd3e452decc717cad3e517579f7e5136a94a4bedff440eaf78
|
|
| MD5 |
52e35f4124c51dd1d1f1f1d823b31f88
|
|
| BLAKE2b-256 |
fae1cd1be76fcf8840350684d9935aabf9a416ebf2b208ef63e6c5a6e11aada8
|