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 *
Raw data
{
"_id": null,
"home_page": "https://github.com/kaltura/KalturaGeneratedAPIClientsPython",
"name": "KalturaApiClient",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Kaltura API client",
"author": null,
"author_email": null,
"download_url": null,
"platform": null,
"description": "This source contains:\n - The Kaltura client library (KalturaClient.py & KalturaClientBase.py)\n - Auto generated core APIs (KalturaCoreClient.py)\n - Auto generated plugin APIs (KalturaPlugins/*.py)\n - Python library test code and data files (KalturaClient/tests)\n\n== STANDARD DEPENDENCIES ==\n\nThe API library depends on the following python modules (included with python by default):\n - email.header\n - hashlib\n - httplib\n - mimetypes\n - os\n - re\n - socket\n - sys\n - time\n - urllib\n - urllib2\n - uuid or random & sha\n - xml.dom\n - xml.parsers.expat\n \n== EXTERNAL DEPENDENCIES ==\n\nThe API client depends on the following python modules that are not included by default with python:\n - setuptools - can be downloaded from https://pypi.python.org/pypi/setuptools\n - requests (2.4.2 or above) - can be downloaded from https://pypi.python.org/pypi/requests/\n - requests-toolbelt - https://pypi.python.org/pypi/requests-toolbelt\n - six - https://pypi.python.org/pypi/six\n - pycryptodome - optional - needed for V2 sessions keys\n\nrequests is used to handle API calls to Kaltura. This means that if you want\nto do multi part file uploads, you should pass through the file path rather\nthan an open file handle.\n\n== INSTALLATION ==\n\n\nMake sure you have the modules listed under the 'external dependencies' installed (e.g. pip install -r requirements.txt).\nInstall the Kaltura client by running 'python setup.py install' in the client's root directory.\n\n== TESTING THE CLIENT LIBRARY ==\n \nSee KalturaClient/tests/README.txt\n\n== RELEASE NOTES ==\n\nJan 2017 - Python 3 support. Replaced poster with requests.\nSep 2015 - support JSON requests\nAug 2013 - the library was refactored to make it installable as a PyPI package.\n\tThis refactoring changed the way Kaltura client plugin modules are loaded -\n\tbefore the change the metadata plugin (for example) was loaded by:\n\t\tfrom KalturaMetadataClientPlugin import *\n\twhen upgrading the client, this will need to be changed to:\n\t\tfrom KalturaClient.Plugins.Metadata import *\n",
"bugtrack_url": null,
"license": "AGPLv3+",
"summary": "A Python module for accessing the Kaltura API.",
"version": "21.3.0",
"project_urls": {
"Homepage": "https://github.com/kaltura/KalturaGeneratedAPIClientsPython"
},
"split_keywords": [
"kaltura",
"api",
"client"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "935df97e7a93d6f477e38efddf25ae5e2a1860a751a68186818bceebcff7a78a",
"md5": "41d0f1c6511160af57b46ef09999b1e2",
"sha256": "1bd5270e22859e2ff98902daca0f42168632bf6530ade103f8bd06d4d69b8c24"
},
"downloads": -1,
"filename": "KalturaApiClient-21.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "41d0f1c6511160af57b46ef09999b1e2",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 699156,
"upload_time": "2024-11-17T17:13:08",
"upload_time_iso_8601": "2024-11-17T17:13:08.511517Z",
"url": "https://files.pythonhosted.org/packages/93/5d/f97e7a93d6f477e38efddf25ae5e2a1860a751a68186818bceebcff7a78a/KalturaApiClient-21.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-17 17:13:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kaltura",
"github_project": "KalturaGeneratedAPIClientsPython",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "kalturaapiclient"
}