{ "info": { "author": "Jonathan Huot", "author_email": "jonathan.huot@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Bottle", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "bottlepy-plupload\n=================\n\nUploading multiples files using plupload js library and bottlepy as never been easier.\n\n\nSetup virtualenv\n=================\n```\nvirtualenv dev\n. dev/bin/activate\npip install bottle\n```\n\nRun multiple upload with plupload and bottle\n=================\n```\n. dev/bin/activate\npython bottle-example.py\n```\n\nSave uploaded files in your Python code\n=================\n```\nfrom bottle import request, post\nfrom plupload import plupload\n\n@post('/upload')\ndef index():\n return plupload.save(request.forms, request.files, \"/destination/folder\")\n```\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JonathanHuot/bottlepy-plupload", "keywords": "bottle web wsgi js plupload", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "plupload", "package_url": "https://pypi.org/project/plupload/", "platform": "", "project_url": "https://pypi.org/project/plupload/", "project_urls": { "Homepage": "https://github.com/JonathanHuot/bottlepy-plupload" }, "release_url": "https://pypi.org/project/plupload/1.0/", "requires_dist": null, "requires_python": "", "summary": "use plupload javascript library with python web apps based on bottlepy", "version": "1.0" }, "last_serial": 2629444, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "424f6eaeb2fd909be13a0b06e38e56ca", "sha256": "b0412f1ddf272358843541c732b197b812e4e9cf9ffa38108912441b3c1212e9" }, "downloads": -1, "filename": "plupload-1.0.tar.gz", "has_sig": false, "md5_digest": "424f6eaeb2fd909be13a0b06e38e56ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8862, "upload_time": "2017-02-08T23:29:18", "url": "https://files.pythonhosted.org/packages/18/ac/31453a74576d9321de71a55baad910f14b26963513e6aec26d9409162651/plupload-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "424f6eaeb2fd909be13a0b06e38e56ca", "sha256": "b0412f1ddf272358843541c732b197b812e4e9cf9ffa38108912441b3c1212e9" }, "downloads": -1, "filename": "plupload-1.0.tar.gz", "has_sig": false, "md5_digest": "424f6eaeb2fd909be13a0b06e38e56ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8862, "upload_time": "2017-02-08T23:29:18", "url": "https://files.pythonhosted.org/packages/18/ac/31453a74576d9321de71a55baad910f14b26963513e6aec26d9409162651/plupload-1.0.tar.gz" } ] }