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.9.tar.gz
(25.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
File details
Details for the file kimina_client-0.1.9.tar.gz.
File metadata
- Download URL: kimina_client-0.1.9.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f1a56bc306d0009cc6f046d961cbe5a39346c8338a8f8153a79d2ed7728693a
|
|
| MD5 |
8062665dd04419ec5b0dd3529ffb371c
|
|
| BLAKE2b-256 |
55de2615109cab755e68ed810408c1e9f2fb181f51acee80147c6088bcc69cc1
|
File details
Details for the file kimina_client-0.1.9-py3-none-any.whl.
File metadata
- Download URL: kimina_client-0.1.9-py3-none-any.whl
- Upload date:
- Size: 28.8 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 |
93f57e2cac86140bf34e587b5197ab81fe4f1991dd00a5dd7dd278d6d92ae817
|
|
| MD5 |
6a1ef378f118584eb5f4425a5d7491ba
|
|
| BLAKE2b-256 |
68962bb562d256d76a59f9aff08de8e16c46bed6ca869f95ec103091cb247263
|