SDK to communicate with sumit API
Project description
Sumit-sdk
Getting started
Description
Sumit SDK is a Python package that allows users to interact with Sumit-AI API. This document describes how to install the SDK from a zip file and how to use its main features.
Installation
install from pip: pip install sumit-sdk
or uv: uv pip install sumit_sdk
Step 1: Download the SDK
- Navigate to the "Tags" section of the GitLab repository.
- Find the desired version of the SDK and click on it.
- Click on the "Download" button and select "ZIP" to download a zip file of the SDK.
Step 2: Extract the ZIP File
Extract the downloaded zip file to a location of your choice. You can do this by right-clicking the zip file and selecting "Extract All..." (the exact option might vary depending on your operating system).
Step 3: Install the SDK
Open a terminal and navigate to the directory where the zip file was extracted. The SDK can be installed using pip by running the following command:
cd path/to/extracted/folder
pip install .
depracted:
using setup.py installation with: python setup.py install is depracted and not supported in new python versions
Install on Windows
installation of: PyAudio, pyalsaaudio may failed in Windows. In this case the installation of all required library will failed. So in this case please install the required packages via pip:
pip install -r requirements.txt
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 sumit_sdk-1.2.9.tar.gz.
File metadata
- Download URL: sumit_sdk-1.2.9.tar.gz
- Upload date:
- Size: 38.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8d429b912719baff9fe8cb152f5600364d4da3ce963e92c6e983af29f7d58df
|
|
| MD5 |
9a68b2a8af831b0be207edf0696254ce
|
|
| BLAKE2b-256 |
363100f6143b437462f032f17cc88ab8f75678a1b0c00d81a37f4aaa8e0bd9b7
|
File details
Details for the file sumit_sdk-1.2.9-py3-none-any.whl.
File metadata
- Download URL: sumit_sdk-1.2.9-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d12a132c01adaf3f702217bd54404d3a3a22436cfcfb5953541907b544cd306
|
|
| MD5 |
04782be839f3ae1826d29a96ffa09a08
|
|
| BLAKE2b-256 |
6a39291d34c14985fb79cb0e42086316e142e3cb77c2b97035fb1475a43e6dce
|