{ "info": { "author": "Jose Gonzalez", "author_email": "support@savant.be", "bugtrack_url": null, "classifiers": [], "description": "=======\nsmooshy\n=======\n\n\nHuh?\n====\n\nThis is a simple script written in Python to compress images. Often, images aren't as small as they could be.\n\nSmooshy.py solves this problem by allowing you to compress all of those nasty extra bytes away without all the usual confusion surrounding fiddling around in the Save for Web Photoshop dialog.\n\nHow?\n====\n\nIn fact, Smooshy is basically just a script which takes advantage of the awesome [smush.it](http://smush.it/) -- all your images are sent for compression over to smush.it -- so [be careful you don't send something you want to keep ultra-private](http://smush.it/faq.php).\n\nIt's all safe\n=============\n\nSmooshy creates backups of all your files while it's sprinkling its pixie dust over your images. If something goes wrong, your originals won't disappear into a black hole.\n\nAlso, if the resulting smooshed file is no smaller than the original, it won't be used.\n\nRequirements\n============\n\n* simplejson - http://pypi.python.org/pypi/simplejson/\n* Python 2.5 - http://www.python.org/download/releases/2.5/ or above (probably not Python 3, though)\n\n\nUsage\n=====\n\nCurrent Directory::\n\n\t\tcd \n\t\tsmooshy .\n\nSpecific files/directories::\n\n\t\tsmooshy \n\n\nWithin Python::\n\n from smooshy import smoosher\n smoosher.Smoosher(... ])\n # Smooshes all files / all files recursively in directories\n\nInstallation\n============\n\nUsing PIP:\n\nFrom Github::\n\n pip install git+git://github.com/josegonzalez/smooshy.git#egg=smooshy\n\nFrom PyPI::\n\n pip install smooshy==1\n\n\nCredits\n=======\n\nLots of people", "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/josegonzalez/smooshy", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "smooshy", "package_url": "https://pypi.org/project/smooshy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/smooshy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/josegonzalez/smooshy" }, "release_url": "https://pypi.org/project/smooshy/1/", "requires_dist": null, "requires_python": null, "summary": "Automatic lossless image compression", "version": "1" }, "last_serial": 799746, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "97ca0464fefd9aac407f32e77e4152ff", "sha256": "bddc7e8695bde4d01ff973896f624ac3dbd3513cf8e25d538a5d07df7d4dbbcd" }, "downloads": -1, "filename": "smooshy-1.tar.gz", "has_sig": false, "md5_digest": "97ca0464fefd9aac407f32e77e4152ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5523, "upload_time": "2012-10-19T20:26:05", "url": "https://files.pythonhosted.org/packages/7e/25/e8f0b17e548b0a2100ab4dd4e7c82f57303e9c5af90b9f946c411748bb53/smooshy-1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97ca0464fefd9aac407f32e77e4152ff", "sha256": "bddc7e8695bde4d01ff973896f624ac3dbd3513cf8e25d538a5d07df7d4dbbcd" }, "downloads": -1, "filename": "smooshy-1.tar.gz", "has_sig": false, "md5_digest": "97ca0464fefd9aac407f32e77e4152ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5523, "upload_time": "2012-10-19T20:26:05", "url": "https://files.pythonhosted.org/packages/7e/25/e8f0b17e548b0a2100ab4dd4e7c82f57303e9c5af90b9f946c411748bb53/smooshy-1.tar.gz" } ] }