circuitpython-simnple-dial


Namecircuitpython-simnple-dial JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummarySimple dial widget
upload_time2023-04-28 03:26:28
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords adafruit blinka circuitpython displayio circuitpython graphics dial library plotting clock
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


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

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

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

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


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

A dial gauge widget for displaying graphical information. Derived from Dial made by Kevin Matocha. Main Differences:
    * Dial is a complete circle
    * Needle is a line. This line could be full or half
    * Needle size could be shortened using the pad option
    * Can have more than one needle.
    * Minor ticks can have their own labels

.. image:: https://github.com/jposada202020/CircuitPython_simple_dial/blob/main/docs/dial.png

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

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

Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_
or individual libraries can be installed using
`circup <https://github.com/adafruit/circup>`_.

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 simple_dial

Or the following command to update an existing version:

.. code-block:: shell

    circup update

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

See scripts in the examples directory of this repository.

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

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "circuitpython-simnple-dial",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "adafruit,blinka,circuitpython,displayio,circuitpython,graphics,dial,library,plotting,clock",
    "author": "",
    "author_email": "\"Jose D. Montoya\" <simpledial@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/10/54/d5bf3dda60ae86cae73fd1d98daa265a0f183380c18c1991eaeff39ae6fb/circuitpython_simnple_dial-0.2.0.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/circuitpython-displayio_dial/badge/?version=latest\n    :target: https://circuitpython-simple_dial.readthedocs.io/\n    :alt: Documentation Status\n\n.. image:: https://github.com/jposada202020/CircuitPython_simple_dial/workflows/Build%20CI/badge.svg\n    :target: https://github.com/jposada202020/CircuitPython_simple_dial/actions/\n    :alt: Build Status\n\n.. image:: https://img.shields.io/pypi/v/circuitpython-simnple-dial.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/circuitpython-simnple-dial\n\n.. image:: https://static.pepy.tech/personalized-badge/circuitpython-simnple-dial?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-simnple-dial\n\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\nA dial gauge widget for displaying graphical information. Derived from Dial made by Kevin Matocha. Main Differences:\n    * Dial is a complete circle\n    * Needle is a line. This line could be full or half\n    * Needle size could be shortened using the pad option\n    * Can have more than one needle.\n    * Minor ticks can have their own labels\n\n.. image:: https://github.com/jposada202020/CircuitPython_simple_dial/blob/main/docs/dial.png\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/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 <https://circuitpython.org/libraries>`_\nor individual libraries can be installed using\n`circup <https://github.com/adafruit/circup>`_.\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 simple_dial\n\nOr the following command to update an existing version:\n\n.. code-block:: shell\n\n    circup update\n\nUsage Example\n=============\n\nSee scripts in the examples directory of this repository.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/circuitpython/CircuitPython_simple_dial/blob/HEAD/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple dial widget",
    "version": "0.2.0",
    "split_keywords": [
        "adafruit",
        "blinka",
        "circuitpython",
        "displayio",
        "circuitpython",
        "graphics",
        "dial",
        "library",
        "plotting",
        "clock"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0af65277d7e946f46f28d576e8cb9e59c1a0b27d8d70ffcd9393254ee3dd4202",
                "md5": "4977c4ad13943119ca78133f43dec4e0",
                "sha256": "abd1c8943733f0acb4c798c3af8732f077bd5fbf42003edb82a481a8138d8f22"
            },
            "downloads": -1,
            "filename": "circuitpython_simnple_dial-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4977c4ad13943119ca78133f43dec4e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8227,
            "upload_time": "2023-04-28T03:26:26",
            "upload_time_iso_8601": "2023-04-28T03:26:26.189595Z",
            "url": "https://files.pythonhosted.org/packages/0a/f6/5277d7e946f46f28d576e8cb9e59c1a0b27d8d70ffcd9393254ee3dd4202/circuitpython_simnple_dial-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1054d5bf3dda60ae86cae73fd1d98daa265a0f183380c18c1991eaeff39ae6fb",
                "md5": "17fd4de0fbf8e6c56dd66e0c0fa89555",
                "sha256": "76eb6d3b6b898d0ace023ec8ee9f08a4730aae5efaea099c2a20b5822c0ec4c0"
            },
            "downloads": -1,
            "filename": "circuitpython_simnple_dial-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "17fd4de0fbf8e6c56dd66e0c0fa89555",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8785902,
            "upload_time": "2023-04-28T03:26:28",
            "upload_time_iso_8601": "2023-04-28T03:26:28.976684Z",
            "url": "https://files.pythonhosted.org/packages/10/54/d5bf3dda60ae86cae73fd1d98daa265a0f183380c18c1991eaeff39ae6fb/circuitpython_simnple_dial-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 03:26:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "circuitpython-simnple-dial"
}
        
Elapsed time: 0.06645s