{ "info": { "author": "Felix Schwarz", "author_email": "info@schwarz.eu", "bugtrack_url": null, "classifiers": [], "description": "anythumbnailer\n=======================\n\nA CLI utility/Python library to create thumbnails for different file types\n(including PDF, mp4 videos and Microsoft Office documents aka docx/xlsx/pptx).\n\nAll the heavy-lifting is done by commonly-used tools such as LibreOffice/unoconv,\nffmpeg, poppler and ImageMagick so format support is limited by what these tools\ncan process.\n\nI built the library as I could not find a project which satisfied my needs\n(as detailed in my question on StackOverflow [1]). However as I wrote something\nfrom scratch the project has quite a few limitations:\n- I'm using it only on Linux (Fedora, CentOS 6+7 to be exact). Paths to other\n programs are hard-coded.\n- I never tried running this on any other system such as Windows or OS X.\n\nVery likely you will have to tweak the code in case this project is useful for\nanyone but me. That being said I'm interested in making the configuration less\nhard-coded (e.g. by introducing a config file with sensible syntax) and\nautomated tests.\n\n\nInstallation / Usage\n-----------------------\n\n $ python setup.py develop\n $ anythumbnail SOURCEFILE [OUTPUTFILE]\n\n\n[1] http://stackoverflow.com/questions/21511974/is-there-a-python-library-to-create-thumbnails-for-various-document-file-formats", "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/FelixSchwarz/anythumbnailer", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "anythumbnailer", "package_url": "https://pypi.org/project/anythumbnailer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/anythumbnailer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/FelixSchwarz/anythumbnailer" }, "release_url": "https://pypi.org/project/anythumbnailer/0.1/", "requires_dist": null, "requires_python": null, "summary": "Generic Thumbnailer library", "version": "0.1" }, "last_serial": 1914074, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b54f5c7363545c8d07e637c8273cda4b", "sha256": "ca827d34067cda6bdfa8007aa60f87b28ee1953b8400d2fb2a8343b100bf39cb" }, "downloads": -1, "filename": "anythumbnailer-0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b54f5c7363545c8d07e637c8273cda4b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7750, "upload_time": "2016-01-20T21:49:33", "url": "https://files.pythonhosted.org/packages/79/8e/e74764e256cbdcfaa85a9d4da01dc80dba935a96a9f50f78f02a2e847180/anythumbnailer-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac0fd238c211beb0a4947fdddeb3e6f3", "sha256": "94deab302aa61392e4b14b606af73765ef506dd8ce258b7638da529fd8c6ca75" }, "downloads": -1, "filename": "anythumbnailer-0.1.tar.gz", "has_sig": true, "md5_digest": "ac0fd238c211beb0a4947fdddeb3e6f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5205, "upload_time": "2016-01-20T21:49:26", "url": "https://files.pythonhosted.org/packages/d5/d9/075e7e7a8e7d3c674019b62b598056eb29087c13a4223d0bceddd0c5138e/anythumbnailer-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b54f5c7363545c8d07e637c8273cda4b", "sha256": "ca827d34067cda6bdfa8007aa60f87b28ee1953b8400d2fb2a8343b100bf39cb" }, "downloads": -1, "filename": "anythumbnailer-0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b54f5c7363545c8d07e637c8273cda4b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7750, "upload_time": "2016-01-20T21:49:33", "url": "https://files.pythonhosted.org/packages/79/8e/e74764e256cbdcfaa85a9d4da01dc80dba935a96a9f50f78f02a2e847180/anythumbnailer-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac0fd238c211beb0a4947fdddeb3e6f3", "sha256": "94deab302aa61392e4b14b606af73765ef506dd8ce258b7638da529fd8c6ca75" }, "downloads": -1, "filename": "anythumbnailer-0.1.tar.gz", "has_sig": true, "md5_digest": "ac0fd238c211beb0a4947fdddeb3e6f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5205, "upload_time": "2016-01-20T21:49:26", "url": "https://files.pythonhosted.org/packages/d5/d9/075e7e7a8e7d3c674019b62b598056eb29087c13a4223d0bceddd0c5138e/anythumbnailer-0.1.tar.gz" } ] }