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, compatible with Kaltura server version 19.1.0 and above.
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


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

KalturaApiClient-19.1.0.tar.gz (505.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

KalturaApiClient-19.1.0-py2.py3-none-any.whl (623.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file KalturaApiClient-19.1.0.tar.gz.

File metadata

  • Download URL: KalturaApiClient-19.1.0.tar.gz
  • Upload date:
  • Size: 505.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for KalturaApiClient-19.1.0.tar.gz
Algorithm Hash digest
SHA256 ffa9443a94a0488c1048803c0c7f6501fcaa818ecb5499d479939d5d9efede2e
MD5 51f7a66d28a7254353151cf6e059fb30
BLAKE2b-256 188632d0f21015d228e08250619760dcee4a3c3bd83dba413a6b816b7c771d88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for KalturaApiClient-19.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6350f4044403a6a4f93698f3da17c0af2a242765f4a2571087ee0bd9f4c75731
MD5 234cbc1aa7bd44a4b006b9ff358cc658
BLAKE2b-256 27abc4421cee90867f03d78ad8d1eef55094295e21450c7d63dd112e54963a68

See more details on using hashes here.

Supported by

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