circuitpython-gauge


Namecircuitpython-gauge JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryCircuitPython Gauge
upload_time2023-05-21 20:45:31
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords adafruit blinka circuitpython micropython gauge gauge plot graphial gage uplot meter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


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


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

.. image:: https://static.pepy.tech/personalized-badge/circuitpython-gauge?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-gauge

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

CircuitPython Gauge. Simple customizable gauge widget.

.. image:: https://github.com/jposada202020/CircuitPython_gauge/blob/main/docs/gauge.png

.. image:: https://github.com/jposada202020/CircuitPython_gauge/blob/main/docs/7miijo.gif


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

* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_

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

.. code-block:: shell

    pip3 install circuitpython-gauge

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

.. code-block:: shell

    sudo pip3 install circuitpython-gauge

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-gauge

Installing to a Connected CircuitPython Device with Circup
==========================================================

Make sure that you have ``circup`` installed in your Python environment.
Install it with the following command if necessary:

.. code-block:: shell

    pip3 install circup

With ``circup`` installed and your CircuitPython device connected use the
following command to install:

.. code-block:: shell

    circup install gauge

Or the following command to update an existing version:

.. code-block:: shell

    circup update


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

Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/jposada202020/CircuitPython_Gauge/blob/HEAD/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "circuitpython-gauge",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "adafruit,blinka,circuitpython,micropython,gauge,gauge,plot,graphial,gage,uplot,meter",
    "author": "",
    "author_email": "\"Jose D. Montoya\" <gauge@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f4/b9/62e90dcea722b49038470a99070926f79385ac32c6462edae49f998fe1fb/circuitpython-gauge-0.3.0.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/circuitpython-gauge/badge/?version=latest\n    :target: https://circuitpython-gauge.readthedocs.io/\n    :alt: Documentation Status\n\n\n.. image:: https://github.com/jposada202020/CircuitPython_Gauge/workflows/Build%20CI/badge.svg\n    :target: https://github.com/jposada202020/CircuitPython_Gauge/actions\n    :alt: Build Status\n\n.. image:: https://static.pepy.tech/personalized-badge/circuitpython-gauge?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-gauge\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\nCircuitPython Gauge. Simple customizable gauge widget.\n\n.. image:: https://github.com/jposada202020/CircuitPython_gauge/blob/main/docs/gauge.png\n\n.. image:: https://github.com/jposada202020/CircuitPython_gauge/blob/main/docs/7miijo.gif\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI <https://pypi.org/project/circuitpython-gauge/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install circuitpython-gauge\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install circuitpython-gauge\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-gauge\n\nInstalling to a Connected CircuitPython Device with Circup\n==========================================================\n\nMake sure that you have ``circup`` installed in your Python environment.\nInstall it with the following command if necessary:\n\n.. code-block:: shell\n\n    pip3 install circup\n\nWith ``circup`` installed and your CircuitPython device connected use the\nfollowing command to install:\n\n.. code-block:: shell\n\n    circup install gauge\n\nOr the following command to update an existing version:\n\n.. code-block:: shell\n\n    circup update\n\n\nDocumentation\n=============\nAPI documentation for this library can be found on `Read the Docs <https://circuitpython-gauge.readthedocs.io/>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/jposada202020/CircuitPython_Gauge/blob/HEAD/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CircuitPython Gauge",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/CircuitPython_Gauge"
    },
    "split_keywords": [
        "adafruit",
        "blinka",
        "circuitpython",
        "micropython",
        "gauge",
        "gauge",
        "plot",
        "graphial",
        "gage",
        "uplot",
        "meter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb0ed28b77e9da56b9022a8774fdd7e466d78d9194d137d7d7cc490c9415551b",
                "md5": "b7c641f9171f4c7fd2f6ae5d7008a912",
                "sha256": "b08bc7973a83f37cbe76fcc0d69c8620767550b7a69e2eb1fa24d90334b44a6d"
            },
            "downloads": -1,
            "filename": "circuitpython_gauge-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7c641f9171f4c7fd2f6ae5d7008a912",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6265,
            "upload_time": "2023-05-21T20:45:29",
            "upload_time_iso_8601": "2023-05-21T20:45:29.255270Z",
            "url": "https://files.pythonhosted.org/packages/bb/0e/d28b77e9da56b9022a8774fdd7e466d78d9194d137d7d7cc490c9415551b/circuitpython_gauge-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4b962e90dcea722b49038470a99070926f79385ac32c6462edae49f998fe1fb",
                "md5": "d0a220a584bf2036b67344a27f7c31b3",
                "sha256": "1a5170cc71ca91de8920881a61a573b6ca5992ee3df1190dac1bf5b6c1260d7f"
            },
            "downloads": -1,
            "filename": "circuitpython-gauge-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d0a220a584bf2036b67344a27f7c31b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1706438,
            "upload_time": "2023-05-21T20:45:31",
            "upload_time_iso_8601": "2023-05-21T20:45:31.405701Z",
            "url": "https://files.pythonhosted.org/packages/f4/b9/62e90dcea722b49038470a99070926f79385ac32c6462edae49f998fe1fb/circuitpython-gauge-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-21 20:45:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "CircuitPython_Gauge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "circuitpython-gauge"
}
        
Elapsed time: 0.06589s