{ "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-max31865/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/max31865/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_MAX31865.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_MAX31865\n :alt: Build Status\n\nCircuitPython module for the MAX31865 thermocouple amplifier.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n* `Bus Device `_\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\nInstalling from PyPI\n=====================\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI `_. To install for current user:\n\n.. code-block:: shell\n\n pip3 install adafruit-circuitpython-max31865\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install adafruit-circuitpython-max31865\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n mkdir project-name && cd project-name\n python3 -m venv .env\n source .env/bin/activate\n pip3 install adafruit-circuitpython-max31865\n\n\nUsage Example\n=============\n\nSee examples/max31865_simpletest.py for a demo of the usage.\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-max31865 --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_MAX31865", "keywords": "adafruit max31865 thermocouple amplifier breakout hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-max31865", "package_url": "https://pypi.org/project/adafruit-circuitpython-max31865/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-max31865/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_MAX31865" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-max31865/2.1.3/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for MAX31865 thermocouple amplifier.", "version": "2.1.3" }, "last_serial": 5881312, "releases": { "2.1.0": [ { "comment_text": "", "digests": { "md5": "e12495ca4cc2117eaaacfcd5d7869f8a", "sha256": "817ba5aabee47ab380f8a88dda9439d867145d91673f8d6a2ec868c0ead28ec4" }, "downloads": -1, "filename": "adafruit-circuitpython-max31865-2.1.0.tar.gz", "has_sig": false, "md5_digest": "e12495ca4cc2117eaaacfcd5d7869f8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21040, "upload_time": "2018-08-06T21:03:49", "url": "https://files.pythonhosted.org/packages/f0/dd/76fe169de898cad3a59e0709d266c3503125b16db78ba67fb1c9364b1892/adafruit-circuitpython-max31865-2.1.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "ce74190a3282e50286b468c33b726aec", "sha256": "e07809725f5b01d71ab16ac9f26398a05b3e2e69b821f8088ff7c29797702a24" }, "downloads": -1, "filename": "adafruit-circuitpython-max31865-2.1.1.tar.gz", "has_sig": false, "md5_digest": "ce74190a3282e50286b468c33b726aec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21036, "upload_time": "2018-11-12T17:26:23", "url": "https://files.pythonhosted.org/packages/db/27/b273e047e14447956f7225e97b0799db681a2593a3998a8d8ca2e39c5237/adafruit-circuitpython-max31865-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "7c53cc91ec467b0d412a79a720a94dac", "sha256": "12684e04a085080c59f1aa65a80e419d6a48151d06d80247f6556351ac0a4632" }, "downloads": -1, "filename": "adafruit-circuitpython-max31865-2.1.2.tar.gz", "has_sig": false, "md5_digest": "7c53cc91ec467b0d412a79a720a94dac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19824, "upload_time": "2019-01-15T02:51:30", "url": "https://files.pythonhosted.org/packages/2b/86/bed416d6f1dd19cf7a4ed9a6f4ba98e52308e74eee08bd3bbb5e172a84f3/adafruit-circuitpython-max31865-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "3f8cdffa988081e79243c254bfdbb8a0", "sha256": "f8638fa9c2942c52083aafc0204809d394e8b6b8235c62bdf09f1aa8bef03174" }, "downloads": -1, "filename": "adafruit-circuitpython-max31865-2.1.3.tar.gz", "has_sig": false, "md5_digest": "3f8cdffa988081e79243c254bfdbb8a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20072, "upload_time": "2019-09-24T18:30:47", "url": "https://files.pythonhosted.org/packages/fd/ff/fb5bf42d6c510842790a278b8d7aa87bfb8ce07b6b6194f57890e927729b/adafruit-circuitpython-max31865-2.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f8cdffa988081e79243c254bfdbb8a0", "sha256": "f8638fa9c2942c52083aafc0204809d394e8b6b8235c62bdf09f1aa8bef03174" }, "downloads": -1, "filename": "adafruit-circuitpython-max31865-2.1.3.tar.gz", "has_sig": false, "md5_digest": "3f8cdffa988081e79243c254bfdbb8a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20072, "upload_time": "2019-09-24T18:30:47", "url": "https://files.pythonhosted.org/packages/fd/ff/fb5bf42d6c510842790a278b8d7aa87bfb8ce07b6b6194f57890e927729b/adafruit-circuitpython-max31865-2.1.3.tar.gz" } ] }