Client SDK to interact with Kimina Lean server.
Project description
Kimina client
Client SDK to interact with Kimina Lean server.
Example use:
from kimina_client import KiminaClient
# Specify LEAN_SERVER_API_KEY in your .env or pass `api_key`.
# Default `api_url` is https://projectnumina.ai
client = KiminaClient()
# If running locally use:
# client = KiminaClient(api_url="http://localhost:80")
client.check("#check Nat")
Backward client
from kimina_client import Lean4Client
client = Lean4Client()
client.verify("#check Nat")
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
kimina_client-0.1.3.tar.gz
(24.4 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
File details
Details for the file kimina_client-0.1.3.tar.gz.
File metadata
- Download URL: kimina_client-0.1.3.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3cd8390aa942c0729ab01bc812c17293c4ad61ce611b6b527aef3efcfeef21e
|
|
| MD5 |
52273d0ca4af932795bc05d97db39cb3
|
|
| BLAKE2b-256 |
14e80875b714cccd87663da35730197fb1146db496e06010d2e8e1e373350f8d
|
File details
Details for the file kimina_client-0.1.3-py3-none-any.whl.
File metadata
- Download URL: kimina_client-0.1.3-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
615ea858d4ff41b4241d6d8c81ba45c002db10aecd3a4757ab373c08c6c069cf
|
|
| MD5 |
60050f92ff6a8b313857991f255ad2f0
|
|
| BLAKE2b-256 |
bc43f3e851a9516526f02887d559a31c49dad3d631db19a0ed9312d51f937603
|