Python SDK for k-v.ai platform
Project description
KnowledgeVerse Python SDK
Official Python SDK for integrating with the KnowledgeVerse
Platform.
Designed for fast integration, strong type safety, and a great developer
experience.
This SDK is automatically generated from our API specification to ensure
it always stays up to date with the latest platform capabilities.
Visit our official documenation website for more details.
✨ Features
- Fast and simple integration
- Secure API key authentication
- Strong typing and IDE-friendly
- Auto-generated from official API specs
- Pythonic and production-ready
📦 Installation
Prerequisites
Before you begin, make sure you have:
- Python 3.10+
pipinstalled- A valid KnowledgeVerse Access Key
- Internet access
Check your Python version:
python --version
Install the SDK:
pip install kv-platform
🔐 Setup & Authentication
Generate your Access Key from the KnowledgeVerse dashboard.
Initialize the client:
from kv_platform_sdk import Client
client = Client(
access_key="YOUR_ACCESS_KEY"
)
🚀 Quick Start
Make your first API call:
from kv_platform_sdk import Client
client = Client(access_key="YOUR_ACCESS_KEY", timeout=10 * 60)
result = client.documents.list()
print(result)
client.close()
📄 Requirements
- Python 3.10+
- Active KnowledgeVerse account
📬 Support
For documentation, issues, or feature requests, please contact the KnowledgeVerse team or visit the platform dashboard.
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
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 kv_platform-0.1.1.tar.gz.
File metadata
- Download URL: kv_platform-0.1.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eb94686186f65f35d577e9f56321a045288b21e77759370f027be2e83d9b456
|
|
| MD5 |
e7c517dae8cc5b7b35d56afbc877902e
|
|
| BLAKE2b-256 |
c77d59b743b019d1609a7758d70be759d3c3025950b2ad779944ea55ad1ea3a2
|
File details
Details for the file kv_platform-0.1.1-py3-none-any.whl.
File metadata
- Download URL: kv_platform-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b49acd3a171b357efccfa15944533255e068e6e145d7a96309e331d61976c4a4
|
|
| MD5 |
a2b1830ec0bbbe00ad9549ffbe5b4c4c
|
|
| BLAKE2b-256 |
6bd6920763852ad184bc819edb0536ab50e43e551e50da68be799b9e963685c1
|