Skip to main content

A Python module for accessing the Kaltura API.

Project description

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 *

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

KalturaApiClient-21.3.0-py2.py3-none-any.whl (699.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file KalturaApiClient-21.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for KalturaApiClient-21.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1bd5270e22859e2ff98902daca0f42168632bf6530ade103f8bd06d4d69b8c24
MD5 41d0f1c6511160af57b46ef09999b1e2
BLAKE2b-256 935df97e7a93d6f477e38efddf25ae5e2a1860a751a68186818bceebcff7a78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for KalturaApiClient-21.3.0-py2.py3-none-any.whl:

Publisher: clients.yaml on kaltura/client-lib-publisher

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page