{ "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-fingerprint/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/fingerprint/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_Fingerprint.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Fingerprint\n :alt: Build Status\n\nThis library will let you use an Adafruit Fingerprint sensor on any UART to get, store, retreive and query fingerprints! Great for adding bio-sensing security to your next build.\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' folder for full usage demo!\n\nAPI Reference\n=============\n\n.. toctree::\n :maxdepth: 2\n\n api\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-fingerprint --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_Fingerprint", "keywords": "adafruit uart fingerprint finger print sensor hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-fingerprint", "package_url": "https://pypi.org/project/adafruit-circuitpython-fingerprint/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-fingerprint/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-fingerprint/1.1.3/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for UART fingerprint sensor.", "version": "1.1.3" }, "last_serial": 4701194, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "d42ba13b7e495e9d370e8d8e11d408b5", "sha256": "fba884b2a964646d9f0d2ed495bc5a9e64392b7526cd9f5ddaecde677c57da43" }, "downloads": -1, "filename": "adafruit-circuitpython-fingerprint-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d42ba13b7e495e9d370e8d8e11d408b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21792, "upload_time": "2018-08-05T16:58:54", "url": "https://files.pythonhosted.org/packages/36/0a/9dcda0bab5bb820c98f317fbfa5956b26fd4f1404e31ac6420ce41900428/adafruit-circuitpython-fingerprint-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "db1b22a0acc09b2bfc4882ad013ad37f", "sha256": "678ff4728435865ca5575aa6416666173aeb9bd8ca73f2a850468bce7eae78e6" }, "downloads": -1, "filename": "adafruit-circuitpython-fingerprint-1.1.1.tar.gz", "has_sig": false, "md5_digest": "db1b22a0acc09b2bfc4882ad013ad37f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21888, "upload_time": "2018-08-19T21:26:42", "url": "https://files.pythonhosted.org/packages/d9/02/befb5add9ad851724bfd6c8f8089b4f28fc46e6ee6f776cf0f5ddabc2540/adafruit-circuitpython-fingerprint-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "d564ca7bff0057e380c28696b836fb1f", "sha256": "465532d3381635de80630599c814c7634ff04ef1da3fddc8044851fbc8089255" }, "downloads": -1, "filename": "adafruit-circuitpython-fingerprint-1.1.2.tar.gz", "has_sig": false, "md5_digest": "d564ca7bff0057e380c28696b836fb1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21896, "upload_time": "2018-11-12T20:15:33", "url": "https://files.pythonhosted.org/packages/e8/6d/62ef79da128066847d935423fa69f5a0f14ad6f2b2198d6732a0d33c2fc6/adafruit-circuitpython-fingerprint-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "7dcd2d2af7856d103b1911e8cbdee26a", "sha256": "cec7fc02d88bf7d9e13f3ef9f9dac25394af06ee06c4195e641f7776d9cae69b" }, "downloads": -1, "filename": "adafruit-circuitpython-fingerprint-1.1.3.tar.gz", "has_sig": false, "md5_digest": "7dcd2d2af7856d103b1911e8cbdee26a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20541, "upload_time": "2019-01-16T02:10:24", "url": "https://files.pythonhosted.org/packages/1f/1b/f554cfee9e0e1336187e13686ba8a4b997928def8bf82d2a4be734a0c21b/adafruit-circuitpython-fingerprint-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7dcd2d2af7856d103b1911e8cbdee26a", "sha256": "cec7fc02d88bf7d9e13f3ef9f9dac25394af06ee06c4195e641f7776d9cae69b" }, "downloads": -1, "filename": "adafruit-circuitpython-fingerprint-1.1.3.tar.gz", "has_sig": false, "md5_digest": "7dcd2d2af7856d103b1911e8cbdee26a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20541, "upload_time": "2019-01-16T02:10:24", "url": "https://files.pythonhosted.org/packages/1f/1b/f554cfee9e0e1336187e13686ba8a4b997928def8bf82d2a4be734a0c21b/adafruit-circuitpython-fingerprint-1.1.3.tar.gz" } ] }