{ "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-vc0706/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/vc0706/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_VC0706.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_VC0706\n :alt: Build Status\n\nCircuitPython module for use with the `VC0706 serial TTL camera `_. Allows basic image capture and download of image data from the camera over a serial connection. See examples for demo\nof saving image to a SD card (must be wired up separately) or internally.\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\nSee examples/snapshot.py.\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\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-vc0706 --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_VC0706", "keywords": "adafruit vc0706 serial ttl camera hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-vc0706", "package_url": "https://pypi.org/project/adafruit-circuitpython-vc0706/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-vc0706/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_VC0706" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-vc0706/4.0.3/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for VC0706 serial TTL camera.", "version": "4.0.3" }, "last_serial": 5248500, "releases": { "3.1.0": [ { "comment_text": "", "digests": { "md5": "35c54c25c9843def5e8790bd612a31bb", "sha256": "c43efae8383db2a3090d6e47b42355045ed481efc64e44fd81741d25dd6f5779" }, "downloads": -1, "filename": "adafruit-circuitpython-vc0706-3.1.0.tar.gz", "has_sig": false, "md5_digest": "35c54c25c9843def5e8790bd612a31bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21895, "upload_time": "2018-08-08T22:13:52", "url": "https://files.pythonhosted.org/packages/18/01/6604bcc215d44afdc3e04e5f20ea2828e884f767462268d487a09c23ab83/adafruit-circuitpython-vc0706-3.1.0.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "78ec9045659165f99571a809574ce7fe", "sha256": "6d418ca0d1dbbb9ebbdc7424f95f838a1bd10ee019089db1d7eb65ff1a59ad5f" }, "downloads": -1, "filename": "adafruit-circuitpython-vc0706-4.0.0.tar.gz", "has_sig": false, "md5_digest": "78ec9045659165f99571a809574ce7fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22545, "upload_time": "2018-08-21T01:44:14", "url": "https://files.pythonhosted.org/packages/88/1c/742ae7ef9138bd0340f458bb3d54491718c181b4d58aaed95de95042cb93/adafruit-circuitpython-vc0706-4.0.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "891edc935b524c67b56ab7e376fb5903", "sha256": "c8537783f70d81efcd8646c3465feb9306b34b544b013278199393208f8d6a0f" }, "downloads": -1, "filename": "adafruit-circuitpython-vc0706-4.0.1.tar.gz", "has_sig": false, "md5_digest": "891edc935b524c67b56ab7e376fb5903", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22560, "upload_time": "2018-10-03T21:03:11", "url": "https://files.pythonhosted.org/packages/47/a1/c62108cc9724a06ef3c35c2c3ac75557882829939811012b1c87a32c7da9/adafruit-circuitpython-vc0706-4.0.1.tar.gz" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "b718fd93c20228c13f00dbd6efe987eb", "sha256": "bbde794e1d08c49a0eb9fc65481f2852c7067d6ca2f0fc4d00c523b1acba0432" }, "downloads": -1, "filename": "adafruit-circuitpython-vc0706-4.0.2.tar.gz", "has_sig": false, "md5_digest": "b718fd93c20228c13f00dbd6efe987eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22387, "upload_time": "2019-01-15T23:54:27", "url": "https://files.pythonhosted.org/packages/9c/83/272db10e0f96d95d42e677cfcf033662c79a220e770e6a049eae6a207917/adafruit-circuitpython-vc0706-4.0.2.tar.gz" } ], "4.0.3": [ { "comment_text": "", "digests": { "md5": "c100ecaf82ac9f6147b44c41fb1c58ed", "sha256": "ee8b81ba0ec07c22c2f34a7b9f09c0bdc5d9361d0e24e69a736a683a3435c1ea" }, "downloads": -1, "filename": "adafruit-circuitpython-vc0706-4.0.3.tar.gz", "has_sig": false, "md5_digest": "c100ecaf82ac9f6147b44c41fb1c58ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22427, "upload_time": "2019-05-09T17:22:26", "url": "https://files.pythonhosted.org/packages/c2/21/233e2eb98f7f9cfa02da30927910fd116177ea5315ab985274cca671436f/adafruit-circuitpython-vc0706-4.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c100ecaf82ac9f6147b44c41fb1c58ed", "sha256": "ee8b81ba0ec07c22c2f34a7b9f09c0bdc5d9361d0e24e69a736a683a3435c1ea" }, "downloads": -1, "filename": "adafruit-circuitpython-vc0706-4.0.3.tar.gz", "has_sig": false, "md5_digest": "c100ecaf82ac9f6147b44c41fb1c58ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22427, "upload_time": "2019-05-09T17:22:26", "url": "https://files.pythonhosted.org/packages/c2/21/233e2eb98f7f9cfa02da30927910fd116177ea5315ab985274cca671436f/adafruit-circuitpython-vc0706-4.0.3.tar.gz" } ] }