{ "info": { "author": "Andy Port", "author_email": "AndyAPort@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics", "Topic :: Scientific/Engineering :: Image Recognition", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**simple-imshow**\n#################\n\n\n**What it does:**\n\nReads and displays an image from a url, local filename, PIL image object, `numpy.ndimage object`, or any object type scipy.misc.imread supports directly.\nAlso contains an `simread` function that will return the image as a `numpy.ndarray`.\n\nI've had to look up how to display an image in this context or that too many\ntimes. This is an attempt to remedy that.\n\n\n**Setup**\n\n.. code:: bash\n\n $ pip install simple-imshow\n\n**Usage**\n\n.. code:: bash\n\n >> from simshow import simshow\n >> simshow('test-cats.jpg') # display from local file\n >> simshow('http://mathandy.com/escher_sphere.png') # display from url\n\n\n**Request for Community Support:**\n\nI'd love for others to help me make this a more\nrobust, more convenient tool -- so, as the FAA likes to say, \"If you see something, say something.\" Or at least feel free to.\n\n\n**TODO:**\n\n* Add simple tool to take a list of images and display a random sample (or all) as a grid of thumbnails.\n\n* Add support for plots.\n\n\n**Some thoughts on guidelines for this project:**\n\n* `simread` should be fast.\n\n* I'd like to keep required dependencies limited to common ones available through pip (e.g. no requirement for opencv)\n\n* It'd be nice if `simshow` could refresh quickly enough support video feeds. In my experience matplotlib figures will not though (I do not know matplotlib well though).", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/mathandy/simple-imshow/tarball/1.0.post1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mathandy/simple-imshow", "keywords": "image,images,display,read,imshow,imread", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "simple-imshow", "package_url": "https://pypi.org/project/simple-imshow/", "platform": "OS Independent", "project_url": "https://pypi.org/project/simple-imshow/", "project_urls": { "Download": "http://github.com/mathandy/simple-imshow/tarball/1.0.post1", "Homepage": "https://github.com/mathandy/simple-imshow" }, "release_url": "https://pypi.org/project/simple-imshow/1.0.post1/", "requires_dist": null, "requires_python": null, "summary": "A simple tool to display (and read to np.ndarray) images from a url, file, image object, etc.", "version": "1.0.post1" }, "last_serial": 2627169, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "7782f05ab787595e29f214ec05c67c6a", "sha256": "8a9806d5f156ce783459eaaa08d6e9096b37a628e66479df6257a3c1d2f97b30" }, "downloads": -1, "filename": "simple_imshow-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7782f05ab787595e29f214ec05c67c6a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5594, "upload_time": "2017-02-06T04:31:17", "url": "https://files.pythonhosted.org/packages/af/e6/aec89784d71e3fbcd901e055e546e4b78f6bf101cadd7b5a1f45b71890ee/simple_imshow-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f7ed45fdb05167d239450db47a4e382", "sha256": "39fd30ba6a7bdff02196cbf570803a03e65f6c77aa1516a653d35653dc89f5d6" }, "downloads": -1, "filename": "simple-imshow-1.0.tar.gz", "has_sig": false, "md5_digest": "3f7ed45fdb05167d239450db47a4e382", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 166884, "upload_time": "2017-02-06T04:31:19", "url": "https://files.pythonhosted.org/packages/46/74/5f945df029b8293c638a987ce41b811f24134377554ed1988ea434dc325d/simple-imshow-1.0.tar.gz" } ], "1.0.post1": [ { "comment_text": "", "digests": { "md5": "1a67afbed9184740183fd61a157f45c4", "sha256": "4f7f9b340a94dc4fa8b9ba795b773e30cff9f4f5480ba71449a1e8002f238674" }, "downloads": -1, "filename": "simple_imshow-1.0.post1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1a67afbed9184740183fd61a157f45c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5696, "upload_time": "2017-02-08T06:05:27", "url": "https://files.pythonhosted.org/packages/b3/ed/bae62e18b5a22e084a9045013370d41867e783228a554556d169ec31e870/simple_imshow-1.0.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "550b2a65e1680f4de0aa0c89f7ae6f75", "sha256": "8d51e323ffee432d91f64033ff7bd797f0520bb4799800bbd022d4923e37bfdd" }, "downloads": -1, "filename": "simple-imshow-1.0.post1.tar.gz", "has_sig": false, "md5_digest": "550b2a65e1680f4de0aa0c89f7ae6f75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 166910, "upload_time": "2017-02-08T06:05:29", "url": "https://files.pythonhosted.org/packages/62/96/019552f62ed0367823638ff4a3c9c8ff70d0ad98a576d6b78ca46c5871c1/simple-imshow-1.0.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a67afbed9184740183fd61a157f45c4", "sha256": "4f7f9b340a94dc4fa8b9ba795b773e30cff9f4f5480ba71449a1e8002f238674" }, "downloads": -1, "filename": "simple_imshow-1.0.post1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1a67afbed9184740183fd61a157f45c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5696, "upload_time": "2017-02-08T06:05:27", "url": "https://files.pythonhosted.org/packages/b3/ed/bae62e18b5a22e084a9045013370d41867e783228a554556d169ec31e870/simple_imshow-1.0.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "550b2a65e1680f4de0aa0c89f7ae6f75", "sha256": "8d51e323ffee432d91f64033ff7bd797f0520bb4799800bbd022d4923e37bfdd" }, "downloads": -1, "filename": "simple-imshow-1.0.post1.tar.gz", "has_sig": false, "md5_digest": "550b2a65e1680f4de0aa0c89f7ae6f75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 166910, "upload_time": "2017-02-08T06:05:29", "url": "https://files.pythonhosted.org/packages/62/96/019552f62ed0367823638ff4a3c9c8ff70d0ad98a576d6b78ca46c5871c1/simple-imshow-1.0.post1.tar.gz" } ] }