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 (TestCode/*)
- The 'poster' python module (used by KalturaClient.py)
== 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 library 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
- poster - can be downloaded from https://pypi.python.org/pypi/poster/
installed by running: python setup.py install
== INSTALLATION ==
Make sure you have the modules listed under the 'external dependencies' installed.
Install the Kaltura client by running 'python setup.py install' from the same folder as this README file.
== TESTING THE CLIENT LIBRARY ==
See KalturaClient/tests/README.txt
== RELEASE NOTES ==
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 *
- 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 (TestCode/*)
- The 'poster' python module (used by KalturaClient.py)
== 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 library 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
- poster - can be downloaded from https://pypi.python.org/pypi/poster/
installed by running: python setup.py install
== INSTALLATION ==
Make sure you have the modules listed under the 'external dependencies' installed.
Install the Kaltura client by running 'python setup.py install' from the same folder as this README file.
== TESTING THE CLIENT LIBRARY ==
See KalturaClient/tests/README.txt
== RELEASE NOTES ==
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
python-kaltura-1.0.0.tar.gz
(299.0 kB
view details)
File details
Details for the file python-kaltura-1.0.0.tar.gz.
File metadata
- Download URL: python-kaltura-1.0.0.tar.gz
- Upload date:
- Size: 299.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc4b5051b203247d57039688e1aa98d61fcbddd60ea925edcec60f5a6b9e367f
|
|
| MD5 |
ba3ac592dc0d42b979c7453894ca30ea
|
|
| BLAKE2b-256 |
3b1dde47f28d8acc086c5dc5da9806cbcd03f7472b823960ef23a430acb64f43
|