circuitpython-ArrowLine


Namecircuitpython-ArrowLine JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryCircuitPython library to draw Arrowlines.
upload_time2023-05-08 01:51:27
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords hardware micropython circuitpython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============


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


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


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

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

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

Utility function to draw arrow lines using vectorio

.. image:: https://user-images.githubusercontent.com/34255413/113015260-5f288d80-914b-11eb-9a68-5283612b9bae.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>`_.

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

See scripts in the examples directory of this repository.


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

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/jposada202020/CircuitPython_ArrowLine/blob/master/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": "",
    "name": "circuitpython-ArrowLine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "hardware,micropython,circuitpython",
    "author": "",
    "author_email": "\"Jose D. Montoya\" <arrowline@mailmeto.mozmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3d/d5/ec6a939aa39d962fd4be01b6212d71f6ee0b20e50bd1ecc295eb2dcc0084/circuitpython-ArrowLine-1.0.1.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n\n.. image:: https://readthedocs.org/projects/circuitpython-arrowline/badge/?version=latest\n    :target: https://circuitpython-arrowline.readthedocs.io/\n    :alt: Documentation Status\n\n\n.. image:: https://github.com/jposada202020/CircuitPython_ArrowLine/workflows/Build%20CI/badge.svg\n    :target: https://github.com/jposada202020/CircuitPython_ArrowLine/actions\n    :alt: Build Status\n\n\n.. image:: https://img.shields.io/pypi/v/circuitpython-arrowline.svg\n    :alt: latest version on PyPI\n    :target: https://pypi.python.org/pypi/circuitpython-arrowline\n\n.. image:: https://static.pepy.tech/personalized-badge/circuitpython-arrowline?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-arrowline\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\nUtility function to draw arrow lines using vectorio\n\n.. image:: https://user-images.githubusercontent.com/34255413/113015260-5f288d80-914b-11eb-9a68-5283612b9bae.png\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 scripts in the examples directory of this repository.\n\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/jposada202020/CircuitPython_ArrowLine/blob/master/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": "CircuitPython library to draw Arrowlines.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/jposada202020/CircuitPython_ArrowLine.git"
    },
    "split_keywords": [
        "hardware",
        "micropython",
        "circuitpython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41d1a383fd87023c7d5995cb4ccbc8cd44c7d12842ece7260e05b3a2b196233d",
                "md5": "3af660ae97e04dfb9b8a0d3358854d59",
                "sha256": "afc5d0523d1e5fdea248ada6445355497a503a6494952fab06aecc8f775b6426"
            },
            "downloads": -1,
            "filename": "circuitpython_ArrowLine-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3af660ae97e04dfb9b8a0d3358854d59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6178,
            "upload_time": "2023-05-08T01:51:25",
            "upload_time_iso_8601": "2023-05-08T01:51:25.373856Z",
            "url": "https://files.pythonhosted.org/packages/41/d1/a383fd87023c7d5995cb4ccbc8cd44c7d12842ece7260e05b3a2b196233d/circuitpython_ArrowLine-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dd5ec6a939aa39d962fd4be01b6212d71f6ee0b20e50bd1ecc295eb2dcc0084",
                "md5": "bfd6955e3f2df647e3294aec73179191",
                "sha256": "9538c7cf87971fd684620319dfe194dacaaaab2357a2f373dd4327bb754fdfac"
            },
            "downloads": -1,
            "filename": "circuitpython-ArrowLine-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bfd6955e3f2df647e3294aec73179191",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26021,
            "upload_time": "2023-05-08T01:51:27",
            "upload_time_iso_8601": "2023-05-08T01:51:27.645797Z",
            "url": "https://files.pythonhosted.org/packages/3d/d5/ec6a939aa39d962fd4be01b6212d71f6ee0b20e50bd1ecc295eb2dcc0084/circuitpython-ArrowLine-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-08 01:51:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jposada202020",
    "github_project": "CircuitPython_ArrowLine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "circuitpython-arrowline"
}
        
Elapsed time: 0.06301s