This source contains:
- The Kaltura client library (KalturaClient.py & KalturaClientBase.py)
- Auto generated core APIs (KalturaCoreClient.py)
- Auto generated plugin APIs (KalturaPlugins/*.py)
- Python library test code and data files (KalturaClient/tests)
== STANDARD DEPENDENCIES ==
The API library depends on the following python modules (included with python by default):
- email.header
- hashlib
- httplib
- mimetypes
- os
- re
- socket
- sys
- time
- urllib
- urllib2
- uuid or random & sha
- xml.dom
- xml.parsers.expat
== EXTERNAL DEPENDENCIES ==
The API client depends on the following python modules that are not included by default with python:
- setuptools - can be downloaded from https://pypi.python.org/pypi/setuptools
- requests (2.4.2 or above) - can be downloaded from https://pypi.python.org/pypi/requests/
- requests-toolbelt - https://pypi.python.org/pypi/requests-toolbelt
- six - https://pypi.python.org/pypi/six
- pycryptodome - optional - needed for V2 sessions keys
requests is used to handle API calls to Kaltura. This means that if you want
to do multi part file uploads, you should pass through the file path rather
than an open file handle.
== INSTALLATION ==
Make sure you have the modules listed under the 'external dependencies' installed (e.g. pip install -r requirements.txt).
Install the Kaltura client by running 'python setup.py install' in the client's root directory.
== TESTING THE CLIENT LIBRARY ==
See KalturaClient/tests/README.txt
== RELEASE NOTES ==
Jan 2017 - Python 3 support. Replaced poster with requests.
Sep 2015 - support JSON requests
Aug 2013 - the library was refactored to make it installable as a PyPI package.
This refactoring changed the way Kaltura client plugin modules are loaded -
before the change the metadata plugin (for example) was loaded by:
from KalturaMetadataClientPlugin import *
when upgrading the client, this will need to be changed to:
from KalturaClient.Plugins.Metadata import *
Release files for KalturaApiClient 23.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kalturaapiclient-23.5.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / kalturaapiclient-23.5.0-py2.py3-none-any.whl
| Download URL | kalturaapiclient-23.5.0-py2.py3-none-any.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
53ad822704fc88d015ae4c3bc9e582db6729bc3c8f9fb0bd6f6976595f2b55b9
|
|
BLAKE2b-256 checksum How to use checksums |
eb6da6e56eaeeb6c12bd3215509b1018289050d8156b36600902a629f183f00c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 16, 2026.
Transparency log