KalturaApiClient


NameKalturaApiClient JSON
Version 20.7.0 PyPI version JSON
download
home_pagehttps://github.com/kaltura/KalturaGeneratedAPIClientsPython
SummaryA Python module for accessing the Kaltura API.
upload_time2024-03-21 13:36:29
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseAGPLv3+
keywords kaltura api client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            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 20.7.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 *

            

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, compatible with Kaltura server version 20.7.0 and above. \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": "20.7.0",
    "project_urls": {
        "Homepage": "https://github.com/kaltura/KalturaGeneratedAPIClientsPython"
    },
    "split_keywords": [
        "kaltura",
        "api",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a80492e7bce12b5ed9ea735dfa4843ee13a6230a3d55517dfac13369ba664fda",
                "md5": "0efa6d22a2903bc472417ea99d395098",
                "sha256": "035151242f85a8dfb382d90df7411921c1a5025b9d08056c2c062dafab91b6a0"
            },
            "downloads": -1,
            "filename": "KalturaApiClient-20.7.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0efa6d22a2903bc472417ea99d395098",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 693456,
            "upload_time": "2024-03-21T13:36:29",
            "upload_time_iso_8601": "2024-03-21T13:36:29.380231Z",
            "url": "https://files.pythonhosted.org/packages/a8/04/92e7bce12b5ed9ea735dfa4843ee13a6230a3d55517dfac13369ba664fda/KalturaApiClient-20.7.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 13:36:29",
    "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"
}
        
Elapsed time: 0.22435s