{ "info": { "author": "Adafruit Industries", "author_email": "circuitpython@adafruit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-slideshow/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/slideshow/en/latest/\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/discord/327254708534116352.svg\n :target: https://discord.gg/nBQh6qu\n :alt: Discord\n\n.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Slideshow.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Slideshow\n :alt: Build Status\n\nCircuitPython helper library for displaying a slideshow of images on a display.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle `_.\n\nUsage Example\n=============\n\n.. code-block:: python\n\n from adafruit_slideshow import PlayBackOrder, SlideShow\n import board\n import pulseio\n\n # Create the slideshow object that plays through once alphabetically.\n slideshow = SlideShow(board.DISPLAY, pulseio.PWMOut(board.TFT_BACKLIGHT), folder=\"/\",\n loop=False, order=PlayBackOrder.ALPHABETICAL)\n\n while slideshow.update():\n pass\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n`_\nbefore contributing to help this project stay welcoming.\n\nBuilding locally\n================\n\nZip release files\n-----------------\n\nTo build this library locally you'll need to install the\n`circuitpython-build-tools `_ package.\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install circuitpython-build-tools\n\nOnce installed, make sure you are in the virtual environment:\n\n.. code-block:: shell\n\n source .env/bin/activate\n\nThen run the build:\n\n.. code-block:: shell\n\n circuitpython-build-bundles --filename_prefix adafruit-circuitpython-slideshow --library_location .\n\nSphinx documentation\n-----------------------\n\nSphinx is used to build the documentation based on rST files and comments in the code. First,\ninstall dependencies (feel free to reuse the virtual environment from above):\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install Sphinx sphinx-rtd-theme\n\nNow, once you have the virtual environment activated:\n\n.. code-block:: shell\n\n cd docs\n sphinx-build -E -W -b html . _build/html\n\nThis will output the documentation to ``docs/_build/html``. Open the index.html in your browser to\nview them. It will also (due to -W) error out on any warning like Travis will. This is a good way to\nlocally verify it will pass.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_CircuitPython_Slideshow", "keywords": "adafruit software slideshow image display micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-slideshow", "package_url": "https://pypi.org/project/adafruit-circuitpython-slideshow/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-slideshow/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_Slideshow" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-slideshow/1.0.5/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython helper library for displaying a slideshow of images on a display.", "version": "1.0.5" }, "last_serial": 5788115, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "31d23ab584e3030d3c894f94caf96554", "sha256": "67a86647c7b762cd00b4946a47fe4160f61b37c2abe0f801a9ea56cc49348903" }, "downloads": -1, "filename": "adafruit-circuitpython-slideshow-1.0.0.tar.gz", "has_sig": false, "md5_digest": "31d23ab584e3030d3c894f94caf96554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21586, "upload_time": "2018-10-11T18:54:44", "url": "https://files.pythonhosted.org/packages/71/64/e26e266019e8ecc9bb92aa17854a725c1d1985bf9097b4857b99f90fa83e/adafruit-circuitpython-slideshow-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3dd2d2f6db0917730ed13042828f2550", "sha256": "66c6c07ac96b559bd9ab6bbd940a2a3cf7b5207d16bb33cd696de76dd4e3e736" }, "downloads": -1, "filename": "adafruit-circuitpython-slideshow-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3dd2d2f6db0917730ed13042828f2550", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21616, "upload_time": "2018-10-23T16:02:21", "url": "https://files.pythonhosted.org/packages/37/70/7134f8f978d2c3b20167d19c6d38bf0ed2c6245957eba5b33b543770e855/adafruit-circuitpython-slideshow-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "6f4c2bf1d5571cbdae7cfb9ce54c1e1e", "sha256": "d42a3ce7827c7e5e971ea5edf272d73e97fd57f0afad22883b0dd0c9e9ad3c10" }, "downloads": -1, "filename": "adafruit-circuitpython-slideshow-1.0.2.tar.gz", "has_sig": false, "md5_digest": "6f4c2bf1d5571cbdae7cfb9ce54c1e1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20322, "upload_time": "2019-01-16T00:19:20", "url": "https://files.pythonhosted.org/packages/61/f3/e57b65b9bee9a8ddc6b34829eca27a627766279761bd83396551ca5ed364/adafruit-circuitpython-slideshow-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0a5c65527cb54cf9314afecc0560b178", "sha256": "e2855d9e66b57b69c088923d8ecc1b5052b8c37af46f5598a39f7710b885eaa0" }, "downloads": -1, "filename": "adafruit-circuitpython-slideshow-1.0.3.tar.gz", "has_sig": false, "md5_digest": "0a5c65527cb54cf9314afecc0560b178", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20444, "upload_time": "2019-02-19T01:15:04", "url": "https://files.pythonhosted.org/packages/99/a0/a9d6859058e137b881f061db45511e1381fb2235875b9fe95124da1b6277/adafruit-circuitpython-slideshow-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "268ad52bb88bb7a2ab3e471a7d1bc001", "sha256": "3c4d91667d586dec8eccfa20351fedb49aaf7148a54e6f677265f431ce857742" }, "downloads": -1, "filename": "adafruit-circuitpython-slideshow-1.0.4.tar.gz", "has_sig": false, "md5_digest": "268ad52bb88bb7a2ab3e471a7d1bc001", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20468, "upload_time": "2019-03-20T01:20:39", "url": "https://files.pythonhosted.org/packages/6a/2c/53b8fe527057011987ff6be1c6d2f077cd643fb1524cae4998881b6d0784/adafruit-circuitpython-slideshow-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "8eb067f56201f29306f5872617c6adfa", "sha256": "9e87b18896503502f9b67dc60009aeadd37ac88af333edb64f26f4eba0982dcf" }, "downloads": -1, "filename": "adafruit-circuitpython-slideshow-1.0.5.tar.gz", "has_sig": false, "md5_digest": "8eb067f56201f29306f5872617c6adfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20447, "upload_time": "2019-09-05T19:54:54", "url": "https://files.pythonhosted.org/packages/cf/8b/f83bc9aed505f8f8e7120ab8dccdbc324bd0e7481dff1199dba13daeacc1/adafruit-circuitpython-slideshow-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8eb067f56201f29306f5872617c6adfa", "sha256": "9e87b18896503502f9b67dc60009aeadd37ac88af333edb64f26f4eba0982dcf" }, "downloads": -1, "filename": "adafruit-circuitpython-slideshow-1.0.5.tar.gz", "has_sig": false, "md5_digest": "8eb067f56201f29306f5872617c6adfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20447, "upload_time": "2019-09-05T19:54:54", "url": "https://files.pythonhosted.org/packages/cf/8b/f83bc9aed505f8f8e7120ab8dccdbc324bd0e7481dff1199dba13daeacc1/adafruit-circuitpython-slideshow-1.0.5.tar.gz" } ] }