{ "info": { "author": "James Burkhart", "author_email": "pyvzaar@jamesburkhart.com", "bugtrack_url": null, "classifiers": [], "description": "##python-vzaar\nThis is a wrapper for Vzaar's version 1.0 API. As of this repository's initial\ncommit, all documented API methods are implemented.\n\nThe most up-to-date version of this code will be available at https://github.com/fourk/vzaar\n\nThe original API documentation can be found at http://developer.vzaar.com/docs/version_1.0/\n\n###Usage:\n\nInstall using setuptools, pip, or by cloning the repository and running:\n\n python setup.py intall\n\nOnce installed, it can be used with:\n\n from vzaar import Vzaar\n api = Vzaar(username, api_key, video_sucess_redirect, max_video_size)\n\n api.user_details(username)\n\nIf you're using django, you can define the values in your settings object instead\nof having to set them when you instantiate the api object. Add each of the following\nto your settings, then import DjangoVzaar instead of importing Vzaar.\n\n VZAAR_USERNAME - string - your username (not your email)\n VZAAR_KEY - string - Vzaar API key\n VIDEO_SUCCESS_REDIRECT - string - where to redirect a user after upload\n ex: http://example.com/callback/\n MAX_VIDEO_SIZE - integer - size (in bytes) of maximum alowed upload size\n\nOnce the above keys are defined in your settings.py file, you can use the api like so:\n\n from vzaar import DjangoVzaar\n api = DjangoVzaar()\n\n##Dependencies\n\n * oauth2 - https://github.com/simplegeo/python-oauth2\n * httplib2 - http://code.google.com/p/httplib2/\n * python2.6 - This has been tested using python 2.6 - You may be able to get\n it to work in 2.5 by installing the json module that comes packaged\n with python 2.6, or the simplejson module.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fourk/vzaar", "keywords": "vzaar,video", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "vzaar", "package_url": "https://pypi.org/project/vzaar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vzaar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fourk/vzaar" }, "release_url": "https://pypi.org/project/vzaar/1.0.7/", "requires_dist": null, "requires_python": null, "summary": "Python library wrapping Vzaar's v1.0 API", "version": "1.0.7" }, "last_serial": 801480, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9f9b1e4a186495b62c1c14de4b59ce70", "sha256": "72b629d9ae5a9d86d5a038fe7f1b670f36578ab9c81e7c898b6ba51e093d31ac" }, "downloads": -1, "filename": "vzaar-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9f9b1e4a186495b62c1c14de4b59ce70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4595, "upload_time": "2012-03-16T22:37:45", "url": "https://files.pythonhosted.org/packages/68/07/b951ba69e94d4789d3d18b734c8a43320cc83022fc667447a7d8ad748299/vzaar-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f5139846255ec0d02e5ad22f5182b5e7", "sha256": "cd1c8d89b53556a20f8895b7781eb0a7acd9afef0c4918af46b79034b12a929b" }, "downloads": -1, "filename": "vzaar-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f5139846255ec0d02e5ad22f5182b5e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4455, "upload_time": "2012-03-16T22:50:25", "url": "https://files.pythonhosted.org/packages/c9/2b/e9b838df50f308b9c961775734378510e120a624201638b101c7b2a3a26e/vzaar-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "87d9fcf2422cbb40fe2958bf86319e71", "sha256": "1cc57b6c491ad3c3cbc02630e7cebedf7d9ef2fd9f287dbaaf8f660f81559743" }, "downloads": -1, "filename": "vzaar-1.0.2.tar.gz", "has_sig": false, "md5_digest": "87d9fcf2422cbb40fe2958bf86319e71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4617, "upload_time": "2012-03-16T22:59:54", "url": "https://files.pythonhosted.org/packages/4d/1a/5dcc4c86aa7c51159baa51df595cca910823485eafce74e1ea3ec5027c8c/vzaar-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0d97766203c3faf2b647690bb7785a3a", "sha256": "570f2970b950dde94949f46df4dc70ff760dfff86ed3e17d43ba4b819dff4044" }, "downloads": -1, "filename": "vzaar-1.0.3.tar.gz", "has_sig": false, "md5_digest": "0d97766203c3faf2b647690bb7785a3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4680, "upload_time": "2012-03-24T01:33:28", "url": "https://files.pythonhosted.org/packages/1e/a0/225639cc9b186e98131759f1a2f6c266c1469b455a7375d9fcf504ac9a0c/vzaar-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "b67ac94b3b8f33cde724f7f0a35ebbcd", "sha256": "4051a57442e6b3013e809360e664f22caecc79a7a17bd2db499ed4c71c4d4934" }, "downloads": -1, "filename": "vzaar-1.0.4.tar.gz", "has_sig": false, "md5_digest": "b67ac94b3b8f33cde724f7f0a35ebbcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4552, "upload_time": "2012-03-24T01:58:31", "url": "https://files.pythonhosted.org/packages/4e/4a/6dc829117ed23ead2a2df442d2278a6656c370a87c5716fa00369150971d/vzaar-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "fb6226677005e1f860480268b9244858", "sha256": "0713b7f7afccec58281ad42c1252ff99ca30c47583c4b2683fd7ea5683efc5f3" }, "downloads": -1, "filename": "vzaar-1.0.5.tar.gz", "has_sig": false, "md5_digest": "fb6226677005e1f860480268b9244858", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4554, "upload_time": "2012-03-24T02:03:25", "url": "https://files.pythonhosted.org/packages/29/ec/e5182f8b1f6e905b5c90ec3663cf0cd95379c0e8adcbc258363063697b64/vzaar-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "7b83ca594e061b0dc954afa35ea11cc7", "sha256": "5a095b29e6182bb3af67185138a01d010d505c43a7633b1d7e9e72e4b34c6c1c" }, "downloads": -1, "filename": "vzaar-1.0.6.tar.gz", "has_sig": false, "md5_digest": "7b83ca594e061b0dc954afa35ea11cc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4676, "upload_time": "2012-03-24T02:05:26", "url": "https://files.pythonhosted.org/packages/6a/b3/4490ddf1058d3dfdd4cf7bb18315c9278a53dfb811fba6a3bb6b6b19f84d/vzaar-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "ae28d09cc9e2de8bb36f27e71775b57b", "sha256": "ee3966c79293d8fb5207e7593afff06ee9c4563c26e759e1ffdecdd146949550" }, "downloads": -1, "filename": "vzaar-1.0.7.tar.gz", "has_sig": false, "md5_digest": "ae28d09cc9e2de8bb36f27e71775b57b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4692, "upload_time": "2012-03-29T03:02:36", "url": "https://files.pythonhosted.org/packages/bd/54/3f058123c7bcc2e86341600dc8a75d8f0f48b08e7311c4daa3d09cef9e63/vzaar-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae28d09cc9e2de8bb36f27e71775b57b", "sha256": "ee3966c79293d8fb5207e7593afff06ee9c4563c26e759e1ffdecdd146949550" }, "downloads": -1, "filename": "vzaar-1.0.7.tar.gz", "has_sig": false, "md5_digest": "ae28d09cc9e2de8bb36f27e71775b57b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4692, "upload_time": "2012-03-29T03:02:36", "url": "https://files.pythonhosted.org/packages/bd/54/3f058123c7bcc2e86341600dc8a75d8f0f48b08e7311c4daa3d09cef9e63/vzaar-1.0.7.tar.gz" } ] }