adafruit-circuitpython-featherwing


Nameadafruit-circuitpython-featherwing JSON
Version 1.15.2 PyPI version JSON
download
home_pageNone
SummaryCircuitPython library that provides FeatherWing specific classes for those that require a significant amount of initialization.
upload_time2024-03-25 22:13:38
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords adafruit ina219 featherwing joy joywing i2c 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/adafruit-circuitpython-featherwing/badge/?version=latest
    :target: https://docs.circuitpython.org/projects/featherwing/en/latest/
    :alt: Documentation Status

.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
    :target: https://adafru.it/discord
    :alt: Discord

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

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

This library provides FeatherWing specific classes for those that require a significant amount of
initialization.

Dependencies
=============
These drivers depends on:

* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
* `INA219 <https://github.com/adafruit/Adafruit_CircuitPython_INA219>`_
* `Seesaw <https://github.com/adafruit/Adafruit_CircuitPython_seesaw>`_
* `HT16K33 <https://github.com/adafruit/Adafruit_CircuitPython_HT16K33>`_
* `DotStar <https://github.com/adafruit/Adafruit_CircuitPython_DotStar>`_
* `NeoPixel <https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel>`_
* `DS3231 <https://github.com/adafruit/Adafruit_CircuitPython_DS3231>`_
* `ST7735R <https://github.com/adafruit/Adafruit_CircuitPython_ST7735R>`_
* `ADXL34x <https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x>`_
* `ADT7410 <https://github.com/adafruit/Adafruit_CircuitPython_ADT7410>`_

Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_ and highly recommended over
installing each one.

Installing from PyPI
--------------------

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

.. code-block:: shell

    pip3 install adafruit-circuitpython-featherwing

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

.. code-block:: shell

    sudo pip3 install adafruit-circuitpython-featherwing

To install in a virtual environment in your current project:

.. code-block:: shell

    mkdir project-name && cd project-name
    python3 -m venv .venv
    source .venv/bin/activate
    pip3 install adafruit-circuitpython-featherwing

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

API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/featherwing/en/latest/>`_.

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

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

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "adafruit-circuitpython-featherwing",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "adafruit, ina219, featherwing, joy, joywing, i2c, hardware, micropython, circuitpython",
    "author": null,
    "author_email": "Adafruit Industries <circuitpython@adafruit.com>",
    "download_url": "https://files.pythonhosted.org/packages/c2/ea/6d2136ce39c6f339293bc9cebe29fccde2122a4cb521005e5f04f8407fb3/adafruit-circuitpython-featherwing-1.15.2.tar.gz",
    "platform": null,
    "description": "\nIntroduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-featherwing/badge/?version=latest\n    :target: https://docs.circuitpython.org/projects/featherwing/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n    :target: https://adafru.it/discord\n    :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing/workflows/Build%20CI/badge.svg\n    :target: https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing/actions/\n    :alt: Build Status\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\nThis library provides FeatherWing specific classes for those that require a significant amount of\ninitialization.\n\nDependencies\n=============\nThese drivers depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n* `INA219 <https://github.com/adafruit/Adafruit_CircuitPython_INA219>`_\n* `Seesaw <https://github.com/adafruit/Adafruit_CircuitPython_seesaw>`_\n* `HT16K33 <https://github.com/adafruit/Adafruit_CircuitPython_HT16K33>`_\n* `DotStar <https://github.com/adafruit/Adafruit_CircuitPython_DotStar>`_\n* `NeoPixel <https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel>`_\n* `DS3231 <https://github.com/adafruit/Adafruit_CircuitPython_DS3231>`_\n* `ST7735R <https://github.com/adafruit/Adafruit_CircuitPython_ST7735R>`_\n* `ADXL34x <https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x>`_\n* `ADT7410 <https://github.com/adafruit/Adafruit_CircuitPython_ADT7410>`_\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://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_ and highly recommended over\ninstalling each one.\n\nInstalling from PyPI\n--------------------\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI <https://pypi.org/project/adafruit-circuitpython-featherwing/>`_. To install for current user:\n\n.. code-block:: shell\n\n    pip3 install adafruit-circuitpython-featherwing\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install adafruit-circuitpython-featherwing\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 .venv/bin/activate\n    pip3 install adafruit-circuitpython-featherwing\n\nDocumentation\n=============\n\nAPI documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/featherwing/en/latest/>`_.\n\nFor 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>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_CircuitPython_featherwing/blob/main/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CircuitPython library that provides FeatherWing specific classes for those that require a significant amount of initialization.",
    "version": "1.15.2",
    "project_urls": {
        "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing"
    },
    "split_keywords": [
        "adafruit",
        " ina219",
        " featherwing",
        " joy",
        " joywing",
        " i2c",
        " hardware",
        " micropython",
        " circuitpython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebe88cd41bc9164488091dac4786738573f38b982c17d61bf65cb1d98980c2c2",
                "md5": "c715bc8a2a246b1a2ee8f6b12a312047",
                "sha256": "0d510d5fa0a3fdcfc030115437a59697315e7af6a9eb777ccdfe5f29eb4785b8"
            },
            "downloads": -1,
            "filename": "adafruit_circuitpython_featherwing-1.15.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c715bc8a2a246b1a2ee8f6b12a312047",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 26525,
            "upload_time": "2024-03-25T22:13:36",
            "upload_time_iso_8601": "2024-03-25T22:13:36.762333Z",
            "url": "https://files.pythonhosted.org/packages/eb/e8/8cd41bc9164488091dac4786738573f38b982c17d61bf65cb1d98980c2c2/adafruit_circuitpython_featherwing-1.15.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2ea6d2136ce39c6f339293bc9cebe29fccde2122a4cb521005e5f04f8407fb3",
                "md5": "fe933d57db0fdb09fb34dd07bade881d",
                "sha256": "5e4d9f85b6045159d3401e66c1ee1d9072cecad4a6b5f5078672977e0ded46bf"
            },
            "downloads": -1,
            "filename": "adafruit-circuitpython-featherwing-1.15.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fe933d57db0fdb09fb34dd07bade881d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5851538,
            "upload_time": "2024-03-25T22:13:38",
            "upload_time_iso_8601": "2024-03-25T22:13:38.682373Z",
            "url": "https://files.pythonhosted.org/packages/c2/ea/6d2136ce39c6f339293bc9cebe29fccde2122a4cb521005e5f04f8407fb3/adafruit-circuitpython-featherwing-1.15.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 22:13:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adafruit",
    "github_project": "Adafruit_CircuitPython_FeatherWing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "adafruit-circuitpython-featherwing"
}
        
Elapsed time: 0.21148s