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.6.tar.gz
(25.2 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.6.tar.gz.
File metadata
- Download URL: kimina_client-0.1.6.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ce34a2e065c954b1da8a7e0a049da44bb8a35086fa8cc3f7aeb1122e6d175a9
|
|
| MD5 |
706d82327e657d1e814f5538e5f15b57
|
|
| BLAKE2b-256 |
c5ea6904c09a83a95ffebba927f098413cfad25bf5d1b1da96d4d9cd4ccdb5e9
|
File details
Details for the file kimina_client-0.1.6-py3-none-any.whl.
File metadata
- Download URL: kimina_client-0.1.6-py3-none-any.whl
- Upload date:
- Size: 28.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 |
f652006bec7e2169311c0551400715fd18f47a958cda47094b29850c72d31f94
|
|
| MD5 |
2a8622fc7eebc3ae38d19dfdb7719ab2
|
|
| BLAKE2b-256 |
d81b0eb390c420df142626eb746e2b502509eeffd26a0787049203d43d24ccc5
|