{ "info": { "author": "Robert Sudwarts", "author_email": "robert.sudwarts@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities" ], "description": "CGI Image Thumbnailer\n============================\n\n*Author* Robert Sudwarts\n\nFor uploading files via web interface.\n\nBasic scope of the problem\n---------------------------\n\nFunctionality for:\n\n * uploading large files using buffered chunks\n * scaling down large images\n \n\nPackage Components\n---------------------\n\n #. upload.writefile() accepts a FieldStorage instance and writes in\n buffered chunks to the specified directory.\n #. Image files can be written 'as is' or scaled to a specified size and\n [at the same time] as a thumbnail image of a specified size.\n #. A `Thumb` class to check for existence of thumbnail/create/delete etc\n\n\nChange Log\n------------\n\n * v.0.1.5 when scaling image to thumbnail image is given file extension .jpg \n \n * v.0.1.4 added \"Pillow>=2.0.0\" as a dependency to setup.py.\n This package is required instead of PIL\n\n * v.0.1.3 added conditional 'scale' to writefile() so that this package can be used for all types of files (not just images)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/RobertSudwarts/cgi_file_upload/", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cgiFileUpload", "package_url": "https://pypi.org/project/cgiFileUpload/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cgiFileUpload/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/RobertSudwarts/cgi_file_upload/" }, "release_url": "https://pypi.org/project/cgiFileUpload/0.1.5dev/", "requires_dist": null, "requires_python": null, "summary": "file import via CGI", "version": "0.1.5dev" }, "last_serial": 821823, "releases": { "0.1.5dev": [ { "comment_text": "", "digests": { "md5": "6ec6856d2f70ae34644eb46799b32ee0", "sha256": "5cfce12b1defb059ed3153899f40f76a556c1b896161356a97d81490347bf09f" }, "downloads": -1, "filename": "cgiFileUpload-0.1.5dev.tar.gz", "has_sig": false, "md5_digest": "6ec6856d2f70ae34644eb46799b32ee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4222, "upload_time": "2013-07-22T06:54:51", "url": "https://files.pythonhosted.org/packages/9b/c1/583e36a867b6a9635f10da3c520f6c2cc14e3bd0d0e186fbec2b2bfe6f87/cgiFileUpload-0.1.5dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ec6856d2f70ae34644eb46799b32ee0", "sha256": "5cfce12b1defb059ed3153899f40f76a556c1b896161356a97d81490347bf09f" }, "downloads": -1, "filename": "cgiFileUpload-0.1.5dev.tar.gz", "has_sig": false, "md5_digest": "6ec6856d2f70ae34644eb46799b32ee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4222, "upload_time": "2013-07-22T06:54:51", "url": "https://files.pythonhosted.org/packages/9b/c1/583e36a867b6a9635f10da3c520f6c2cc14e3bd0d0e186fbec2b2bfe6f87/cgiFileUpload-0.1.5dev.tar.gz" } ] }