{ "info": { "author": "Patrick Tchankue", "author_email": "ptchankue@gmail.com", "bugtrack_url": null, "classifiers": [], "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 (TestCode/*)\n - The 'poster' python module (used by KalturaClient.py)\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 library 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 - poster - can be downloaded from https://pypi.python.org/pypi/poster/\n\tinstalled by running: python setup.py install\n\n== INSTALLATION ==\n\nMake sure you have the modules listed under the 'external dependencies' installed.\nInstall the Kaltura client by running 'python setup.py install' from the same folder as this README file.\n\n== TESTING THE CLIENT LIBRARY ==\n \nSee KalturaClient/tests/README.txt\n\n== RELEASE NOTES ==\n\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 *", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ptchankue/KalturaGeneratedAPIClientsPython/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ptchankue/KalturaGeneratedAPIClientsPython", "keywords": "kaltura,python,django,flask", "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "python-kaltura", "package_url": "https://pypi.org/project/python-kaltura/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-kaltura/", "project_urls": { "Download": "https://github.com/ptchankue/KalturaGeneratedAPIClientsPython/tarball/0.1", "Homepage": "https://github.com/ptchankue/KalturaGeneratedAPIClientsPython" }, "release_url": "https://pypi.org/project/python-kaltura/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A Python module for accessing the Kaltura API.", "version": "1.0.0" }, "last_serial": 1680621, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ba3ac592dc0d42b979c7453894ca30ea", "sha256": "fc4b5051b203247d57039688e1aa98d61fcbddd60ea925edcec60f5a6b9e367f" }, "downloads": -1, "filename": "python-kaltura-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ba3ac592dc0d42b979c7453894ca30ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299020, "upload_time": "2015-08-17T14:34:39", "url": "https://files.pythonhosted.org/packages/3b/1d/de47f28d8acc086c5dc5da9806cbcd03f7472b823960ef23a430acb64f43/python-kaltura-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba3ac592dc0d42b979c7453894ca30ea", "sha256": "fc4b5051b203247d57039688e1aa98d61fcbddd60ea925edcec60f5a6b9e367f" }, "downloads": -1, "filename": "python-kaltura-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ba3ac592dc0d42b979c7453894ca30ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299020, "upload_time": "2015-08-17T14:34:39", "url": "https://files.pythonhosted.org/packages/3b/1d/de47f28d8acc086c5dc5da9806cbcd03f7472b823960ef23a430acb64f43/python-kaltura-1.0.0.tar.gz" } ] }