SporoSDK
SporoSDK is a Python SDK for interacting with the Sporo API to generate summaries from transcripts.
Installation
You can install SporOSDK via pip:
pip install sporosdk
Usage
from sporosdk import SporoClient
# Initialize the client with your API key
client = SporoClient(api_key='YOUR_API_KEY')
# Generate summary
transcript = "Your transcript text here."
summary = client.generate_summary(transcript)
print(summary)
Configuration
Alternatively, you can set the SPORO_API_KEY environment variable:
export SPORO_API_KEY='YOUR_API_KEY'
And initialize the client without passing the API key:
from sporosdk import SporoClient
client = SporoClient()
summary = client.generate_summary("Your transcript text here.")
Release files for sporosdk 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sporosdk-0.1.0.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sporosdk-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.4 kB
Release files / sporosdk-0.1.0.tar.gz
| Download URL | sporosdk-0.1.0.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
88399cc74f5a4ead5737f6feddc84b3f03330596add4436576ca8ad60bf40721
|
|
BLAKE2b-256 checksum How to use checksums |
424c35ebea0aa8f218238ef88503cc01524019c1d9d99e9d3721ecc9ea76f7c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / sporosdk-0.1.0-py3-none-any.whl
| Download URL | sporosdk-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
deac9fcff49712903eecc5c11b74b98bd02b15bfdfe5eac079e75e14050f7c70
|
|
BLAKE2b-256 checksum How to use checksums |
fd4cdee30be803be7eefcb7bfeb021107a3e6ae8cbe0837d772392e6da3b414a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|