{ "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-am2320/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/am2320/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_AM2320.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_AM2320\n :alt: Build Status\n\nThis is a CircuitPython driver for the AM2320 temperature and humidity sensor.\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 ``am2320_simpletest.py`` in the examples folder.\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-am2320 --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_AM2320", "keywords": "adafruit am2320 temperature humidity hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-am2320", "package_url": "https://pypi.org/project/adafruit-circuitpython-am2320/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-am2320/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_AM2320" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-am2320/1.1.3/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython driver for the AM2320 temperature and humidity sensor.", "version": "1.1.3" }, "last_serial": 4696676, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "66d2b4cda262e7c1b1e254ba5967a8e8", "sha256": "be0d66268d0d44662d7f695c6262abb7b6cff87240c2dd171e8f608a691bdd99" }, "downloads": -1, "filename": "adafruit-circuitpython-am2320-1.1.1.tar.gz", "has_sig": false, "md5_digest": "66d2b4cda262e7c1b1e254ba5967a8e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18586, "upload_time": "2018-07-03T17:14:12", "url": "https://files.pythonhosted.org/packages/79/4b/4ac00b975d878ffad04d36b05a332522dedd18b2a064e1692cbb716a6c05/adafruit-circuitpython-am2320-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "e1a80c80abf81ecab02e44a3462091ee", "sha256": "c4c24b004f95169cab1a6625faa1ff427694d4a36f76180aa3ce79479080b65b" }, "downloads": -1, "filename": "adafruit-circuitpython-am2320-1.1.2.tar.gz", "has_sig": false, "md5_digest": "e1a80c80abf81ecab02e44a3462091ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18598, "upload_time": "2018-10-02T03:51:20", "url": "https://files.pythonhosted.org/packages/2d/bc/ea00cfe7e700d924bfdb73c4407e050b3501b62f82600a9681c08991027e/adafruit-circuitpython-am2320-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "b48e2d4ef77875ae71d2085b516ba045", "sha256": "11abfaf0e76ebb1d0bad56916dd3c7ba00a141a14113398d4fbad708f6cd6d0f" }, "downloads": -1, "filename": "adafruit-circuitpython-am2320-1.1.3.tar.gz", "has_sig": false, "md5_digest": "b48e2d4ef77875ae71d2085b516ba045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17496, "upload_time": "2019-01-15T00:21:40", "url": "https://files.pythonhosted.org/packages/d3/de/c9e8577d09e371427cd3ab60529f561dd12fa3cb0bb06d1e80cbe215cc66/adafruit-circuitpython-am2320-1.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b48e2d4ef77875ae71d2085b516ba045", "sha256": "11abfaf0e76ebb1d0bad56916dd3c7ba00a141a14113398d4fbad708f6cd6d0f" }, "downloads": -1, "filename": "adafruit-circuitpython-am2320-1.1.3.tar.gz", "has_sig": false, "md5_digest": "b48e2d4ef77875ae71d2085b516ba045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17496, "upload_time": "2019-01-15T00:21:40", "url": "https://files.pythonhosted.org/packages/d3/de/c9e8577d09e371427cd3ab60529f561dd12fa3cb0bb06d1e80cbe215cc66/adafruit-circuitpython-am2320-1.1.3.tar.gz" } ] }