micropython-si7021


Namemicropython-si7021 JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryMicroPython Library for the the Temperature and Humidity SI7021 Sensor
upload_time2023-08-07 13:38:34
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords micropython micropython_si7021 si7021 sensor temperature humidity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg
    :target: https://micropython.org
    :alt: micropython

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

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

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

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

MicroPython Library for the the Temperature and Humidity SI7021 Sensor

Installing with mip
====================

To install using mpremote

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_SI7021

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_SI7021


Installing Library Examples
============================

If you want to install library examples:

.. code-block:: shell

    mpremote mip install github:jposada202020/MicroPython_SI7021/examples.json

To install directly using a WIFI capable board

.. code-block:: shell

    mip install github:jposada202020/MicroPython_SI7021/examples.json




Installation
=============

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

.. code-block:: shell

    pip3 install micropython-si7021

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

.. code-block:: shell

    sudo pip3 install micropython-si7021

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 micropython-si7021

Documentation
=============
API documentation for this library can be found on `Read the Docs <https://micropython-si7021.readthedocs.io/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "micropython-si7021",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "micropython,micropython_si7021,si7021,sensor,temperature,humidity",
    "author": "",
    "author_email": "\"Jose D. Montoya\" <si7021@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/12/15/04bd6b5c1152c4e5ef541e03a2a5c68162ea9ef4127bf121a3272407f6ed/micropython-si7021-0.1.2.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n\n.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg\n    :target: https://micropython.org\n    :alt: micropython\n\n.. image:: https://readthedocs.org/projects/micropython-si7021/badge/?version=latest\n    :target: https://micropython-si7021.readthedocs.io/\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/micropython-si7021.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/micropython-si7021\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-si7021?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/micropython-si7021\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\nMicroPython Library for the the Temperature and Humidity SI7021 Sensor\n\nInstalling with mip\n====================\n\nTo install using mpremote\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_SI7021\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_SI7021\n\n\nInstalling Library Examples\n============================\n\nIf you want to install library examples:\n\n.. code-block:: shell\n\n    mpremote mip install github:jposada202020/MicroPython_SI7021/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n    mip install github:jposada202020/MicroPython_SI7021/examples.json\n\n\n\n\nInstallation\n=============\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI <https://pypi.org/project/micropython-si7021/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install micropython-si7021\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install micropython-si7021\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 micropython-si7021\n\nDocumentation\n=============\nAPI documentation for this library can be found on `Read the Docs <https://micropython-si7021.readthedocs.io/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MicroPython Library for the the Temperature and Humidity SI7021 Sensor",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/MicroPython_SI7021"
    },
    "split_keywords": [
        "micropython",
        "micropython_si7021",
        "si7021",
        "sensor",
        "temperature",
        "humidity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7082ed1543324d9d4f30d3654c988152a4c1ad2ca9f6ab80dcfe48bc7c352c1d",
                "md5": "8b49cf17ea8e03d4b943f81b1f399cbd",
                "sha256": "437d856660ea6819b2558a7a97f6f30a7d7ae57eeda760d7ecee003ddc69fbe3"
            },
            "downloads": -1,
            "filename": "micropython_si7021-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b49cf17ea8e03d4b943f81b1f399cbd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5715,
            "upload_time": "2023-08-07T13:38:32",
            "upload_time_iso_8601": "2023-08-07T13:38:32.700421Z",
            "url": "https://files.pythonhosted.org/packages/70/82/ed1543324d9d4f30d3654c988152a4c1ad2ca9f6ab80dcfe48bc7c352c1d/micropython_si7021-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "121504bd6b5c1152c4e5ef541e03a2a5c68162ea9ef4127bf121a3272407f6ed",
                "md5": "f300b0fa64c04628a74ad157870030b9",
                "sha256": "b12d936948dbdd52f8b7c926587a385bcb02193d0c0c64b9bdd72fba93e84c0d"
            },
            "downloads": -1,
            "filename": "micropython-si7021-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f300b0fa64c04628a74ad157870030b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19509,
            "upload_time": "2023-08-07T13:38:34",
            "upload_time_iso_8601": "2023-08-07T13:38:34.614348Z",
            "url": "https://files.pythonhosted.org/packages/12/15/04bd6b5c1152c4e5ef541e03a2a5c68162ea9ef4127bf121a3272407f6ed/micropython-si7021-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 13:38:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "MicroPython_SI7021",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "micropython-si7021"
}
        
Elapsed time: 0.09630s