circuitpython-tmp117


Namecircuitpython-tmp117 JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryCircuitPython TMP117 Temperature Sensor Low Memory driver
upload_time2023-08-09 14:54:51
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords sensor circuitpython tmp117 temperature tmp117 low memory sensor driver
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


.. image:: https://readthedocs.org/projects/circuitpython-tmp117/badge/?version=latest
    :target: https://circuitpython-tmp117.readthedocs.io/
    :alt: Documentation Status


.. image:: https://img.shields.io/pypi/v/circuitpython-tmp117.svg
    :alt: latest version on PyPI
    :target: https://pypi.python.org/pypi/circuitpython-tmp117

.. image:: https://static.pepy.tech/personalized-badge/circuitpython-tmp117?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads
    :alt: Total PyPI downloads
    :target: https://pepy.tech/project/circuitpython-tmp117

.. image:: https://github.com/jposada202020/CircuitPython_TMP117/workflows/Build%20CI/badge.svg
    :target: https://github.com/jposada202020/CircuitPython_TMP117/actions
    :alt: Build Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Code Style: Black


CircuitPython TMP117 Temperature Sensor Low Memory driver. This is refactor to work with a QT Py M0.
See issue https://github.com/adafruit/Adafruit_CircuitPython_TMP117/issues/11

The work here was covered under PR#15
on the Adafruit_TMP117 Library https://github.com/adafruit/Adafruit_CircuitPython_TMP117/pull/15

There were small changes after the PR, those are included here too.





Dependencies
=============
This driver depends on:

* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_
* `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register>`_

Please ensure all dependencies are available on the CircuitPython filesystem.


Installing from PyPI
=====================

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/circuitpython-tmp117/>`_.
To install for current user:

.. code-block:: shell

    pip3 install circuitpython-tmp117

To install system-wide (this may be required in some cases):

.. code-block:: shell

    sudo pip3 install circuitpython-tmp117

To install in a virtual environment in your current project:

.. code-block:: shell

    mkdir project-name && cd project-name
    python3 -m venv .venv
    source .env/bin/activate
    pip3 install circuitpython-tmp117


Usage Example
=============

Take a look at the examples directory

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "circuitpython-tmp117",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sensor,circuitpython,tmp117,temperature,TMP117,low,memory,sensor,driver",
    "author": "",
    "author_email": "JDM <jdm@mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d0/5d/c33c44ace8b5d1953f736431b6783c108633f410bdf099d5bb4ddfe44fb8/circuitpython-tmp117-0.1.2.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/circuitpython-tmp117/badge/?version=latest\n    :target: https://circuitpython-tmp117.readthedocs.io/\n    :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/pypi/v/circuitpython-tmp117.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/circuitpython-tmp117\n\n.. image:: https://static.pepy.tech/personalized-badge/circuitpython-tmp117?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads\n    :alt: Total PyPI downloads\n    :target: https://pepy.tech/project/circuitpython-tmp117\n\n.. image:: https://github.com/jposada202020/CircuitPython_TMP117/workflows/Build%20CI/badge.svg\n    :target: https://github.com/jposada202020/CircuitPython_TMP117/actions\n    :alt: Build Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Code Style: Black\n\n\nCircuitPython TMP117 Temperature Sensor Low Memory driver. This is refactor to work with a QT Py M0.\nSee issue https://github.com/adafruit/Adafruit_CircuitPython_TMP117/issues/11\n\nThe work here was covered under PR#15\non the Adafruit_TMP117 Library https://github.com/adafruit/Adafruit_CircuitPython_TMP117/pull/15\n\nThere were small changes after the PR, those are included here too.\n\n\n\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n* `Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_\n* `Register <https://github.com/adafruit/Adafruit_CircuitPython_Register>`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\n\n\nInstalling from PyPI\n=====================\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI <https://pypi.org/project/circuitpython-tmp117/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install circuitpython-tmp117\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install circuitpython-tmp117\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 .venv\n    source .env/bin/activate\n    pip3 install circuitpython-tmp117\n\n\nUsage Example\n=============\n\nTake a look at the examples directory\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CircuitPython TMP117 Temperature Sensor Low Memory driver",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/CircuitPython_TMP117"
    },
    "split_keywords": [
        "sensor",
        "circuitpython",
        "tmp117",
        "temperature",
        "tmp117",
        "low",
        "memory",
        "sensor",
        "driver"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df8b2ca94488e33b2f18169994345a390db4ed3ee2ce3abb5e7eb16813de6b07",
                "md5": "0d854ed41a96d7960a6875d46ea53e36",
                "sha256": "1cdea60e13f78db0cd2ef900ddad577ed6327843cb83ea4804c6416ccb25f371"
            },
            "downloads": -1,
            "filename": "circuitpython_tmp117-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d854ed41a96d7960a6875d46ea53e36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8640,
            "upload_time": "2023-08-09T14:54:49",
            "upload_time_iso_8601": "2023-08-09T14:54:49.216253Z",
            "url": "https://files.pythonhosted.org/packages/df/8b/2ca94488e33b2f18169994345a390db4ed3ee2ce3abb5e7eb16813de6b07/circuitpython_tmp117-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d05dc33c44ace8b5d1953f736431b6783c108633f410bdf099d5bb4ddfe44fb8",
                "md5": "ae74f063d1fe10be7e42885729262b68",
                "sha256": "ebd4d1dd4235a9c3288deff1d0f0dcd463b0133a75f349bc97a5ec7eca2690f0"
            },
            "downloads": -1,
            "filename": "circuitpython-tmp117-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ae74f063d1fe10be7e42885729262b68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 763146,
            "upload_time": "2023-08-09T14:54:51",
            "upload_time_iso_8601": "2023-08-09T14:54:51.043469Z",
            "url": "https://files.pythonhosted.org/packages/d0/5d/c33c44ace8b5d1953f736431b6783c108633f410bdf099d5bb4ddfe44fb8/circuitpython-tmp117-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-09 14:54:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "CircuitPython_TMP117",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "circuitpython-tmp117"
}
        
Elapsed time: 0.10508s