circuitpython-styles


Namecircuitpython-styles JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/jposada202020/CircuitPython_styles.git
SummaryDynamic style helper for CircuitPython graphical elements
upload_time2023-05-10 00:49:47
maintainer
docs_urlNone
authorJose David M.
requires_python
licenseMIT
keywords hardware micropython circuitpython graphic styles widget displayio color widget themes
VCS
bugtrack_url
requirements Adafruit-Blinka
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


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


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

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

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


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

Library helper to add styles to CircuitPython display functions
CircuitPython widgets supported:

* Label
* Bitmaplabel
* ScrollingLabel
* ProgressBar
* Button

Other CircuitPython Widgets in the Comunity Bundle

* Annotation
* ListSelect



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>`_.

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

See the examples directory for usage examples.

.. figure:: https://github.com/jposada202020/CircuitPython_styles/blob/main/docs/styles.gif
  :alt: Example of the library possibilities

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

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

Documentation
=============

For information on building library documentation, please check out
`this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jposada202020/CircuitPython_styles.git",
    "name": "circuitpython-styles",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "hardware,micropython,circuitpython,graphic,styles,widget,displayio,color,widget,themes",
    "author": "Jose David M.",
    "author_email": "\"Jose D. Montoya\" <styles@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1b/e6/8bbdf39a1540bf00d3f01c616c2ef2fb9c8e06f3894ba26a2fba6fba21a8/circuitpython-styles-0.7.1.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/circuitpython-styles/badge/?version=latest\n    :target: https://circuitpython-styles.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n\n.. image:: https://github.com/jposada202020/CircuitPython_styles/workflows/Build%20CI/badge.svg\n    :target: https://github.com/jposada202020/CircuitPython_styles/actions\n    :alt: Build Status\n\n.. image:: https://img.shields.io/pypi/v/circuitpython-styles.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/circuitpython-styles\n\n.. image:: https://static.pepy.tech/personalized-badge/circuitpython-styles?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-styles\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\nLibrary helper to add styles to CircuitPython display functions\nCircuitPython widgets supported:\n\n* Label\n* Bitmaplabel\n* ScrollingLabel\n* ProgressBar\n* Button\n\nOther CircuitPython Widgets in the Comunity Bundle\n\n* Annotation\n* ListSelect\n\n\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\nUsage Example\n=============\n\nSee the examples directory for usage examples.\n\n.. figure:: https://github.com/jposada202020/CircuitPython_styles/blob/main/docs/styles.gif\n  :alt: Example of the library possibilities\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/jposada202020/CircuitPython_styles/blob/main/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n\nDocumentation\n=============\n\nFor information on building library documentation, please check out\n`this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dynamic style helper for CircuitPython graphical elements",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/CircuitPython_styles.git"
    },
    "split_keywords": [
        "hardware",
        "micropython",
        "circuitpython",
        "graphic",
        "styles",
        "widget",
        "displayio",
        "color",
        "widget",
        "themes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99cf6e5afcdd4730e1c522701a4a54b285b1616cef4abe2f559f9ded24a2419e",
                "md5": "8941da4373d2cc392a0b702be327c796",
                "sha256": "9b1bdd41ae79abdc94415259cdbd55b9a13623ff72a9877a41a386c1a018721e"
            },
            "downloads": -1,
            "filename": "circuitpython_styles-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8941da4373d2cc392a0b702be327c796",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8456,
            "upload_time": "2023-05-10T00:49:44",
            "upload_time_iso_8601": "2023-05-10T00:49:44.196764Z",
            "url": "https://files.pythonhosted.org/packages/99/cf/6e5afcdd4730e1c522701a4a54b285b1616cef4abe2f559f9ded24a2419e/circuitpython_styles-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1be68bbdf39a1540bf00d3f01c616c2ef2fb9c8e06f3894ba26a2fba6fba21a8",
                "md5": "6098c047dee9e6fff6ca2134dc1de42a",
                "sha256": "5d8e3edb5bcb06d70534cc542e463a4bceb74359157849bbec2e2e6f52cdc196"
            },
            "downloads": -1,
            "filename": "circuitpython-styles-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6098c047dee9e6fff6ca2134dc1de42a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42778,
            "upload_time": "2023-05-10T00:49:47",
            "upload_time_iso_8601": "2023-05-10T00:49:47.061760Z",
            "url": "https://files.pythonhosted.org/packages/1b/e6/8bbdf39a1540bf00d3f01c616c2ef2fb9c8e06f3894ba26a2fba6fba21a8/circuitpython-styles-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-10 00:49:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "CircuitPython_styles",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "Adafruit-Blinka",
            "specs": []
        }
    ],
    "lcname": "circuitpython-styles"
}
        
Elapsed time: 0.06333s