Client SDK to interact with Kimina Lean server.
Project description
Kimina client
Client SDK to interact with Kimina Lean server.
Example use:
from kimina import Kimina
# Specify LEAN_SERVER_API_KEY in your .env or pass `api_key`.
# Default `api_url` is https://projectnumina.ai
client = Kimina()
# If running locally use:
# client = Kimina(api_url="http://localhost:80")
client.check("#check Nat")
Backward client
from kimina 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-0.1.2.tar.gz
(17.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
kimina-0.1.2-py3-none-any.whl
(19.4 kB
view details)
File details
Details for the file kimina-0.1.2.tar.gz.
File metadata
- Download URL: kimina-0.1.2.tar.gz
- Upload date:
- Size: 17.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 |
2d0ae83ea09fb382251c05cde58471d4004d2e5f761f4540d750583c52d471b4
|
|
| MD5 |
7286ad265287e3f672d1fa8a91cfefe9
|
|
| BLAKE2b-256 |
d050020911d3fdc07efd3892a67159011e3040b4f80cb6ae349a4346e86df0ef
|
File details
Details for the file kimina-0.1.2-py3-none-any.whl.
File metadata
- Download URL: kimina-0.1.2-py3-none-any.whl
- Upload date:
- Size: 19.4 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 |
b065e6d71958fcde2a135d8951d665440cf896f281cc0d8fe4ce150d573173f6
|
|
| MD5 |
f6af7808dd996aa527e332f12b35c20c
|
|
| BLAKE2b-256 |
b274d853acd0c698457e8cfbc9eee902eb4effe194b8b34149b270b10bab286a
|