A client for Kudra Cloud
Project description
Kudra Cloud Client
Overview :
kudra-cloud-client
is a Python package designed to simplify the process of uploading and analyzing documents using the Kudra Cloud service kudra.ai .
Installation
Install the package using pip
:
pip install KudraCloudClient
Usage
Example :
from kudra_cloud_client import KudraCloudClient
# Initialize KudraCloudClient with your authentication token
kudraCloud = KudraCloudClient(token="YOUR_AUTHENTICATION_TOKEN")
# Specify the directory containing the files to be uploaded
files_dir = "path/to/your/files"
# Specify the project run ID
project_run_id = "your_project_run_id"
# Analyze documents and get the result
result = kudraCloud.analyze_documents(files_dir=files_dir, project_run_id=project_run_id)
# Log the result or process it as needed
print(result)
Requirements
- Python 3.8+
Error Handling
If an error occurs during the upload or analysis process, an exception will be raised, and details will be logged.
License
This project is licensed under the MIT License - see the LICENSE.txt
file for details.
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
File details
Details for the file KudraCloudClient-0.0.19.tar.gz
.
File metadata
- Download URL: KudraCloudClient-0.0.19.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19454697e38466af151cedeed62a88a31a1e8d43b54a7073912fdd28441bb8b2 |
|
MD5 | df7c97f9b37c49a3df07983f8c10ce4e |
|
BLAKE2b-256 | 400829b417fc5ad076fa57fd67ff556f0e8933ef10fe2c89fb83e1d02109cf88 |
File details
Details for the file KudraCloudClient-0.0.19-py3-none-any.whl
.
File metadata
- Download URL: KudraCloudClient-0.0.19-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e5ec36e639a9485b2932c8bcc24f684ef15e9ac2ca3e81c5018ea2366f5ca00 |
|
MD5 | c71cef1719b91c984aba3fc5f7ea2b16 |
|
BLAKE2b-256 | f511af0891bd9cf21938f24e2c85982dbb58141bb6f83cfaf72492a4eae56270 |