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/62/61/811e06cbc347a83965cb87f88d258a787813813a3e2b47bf486b7c004b48/adafruit_circuitpython_featherwing-1.15.3.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.3",
"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": "34350e638449053b9da8670a999a8dc4f5c0153183aa3f79ac50be8e3790e4cf",
"md5": "2be2cd8cb54eb9fbe43e394c759a490e",
"sha256": "77a023558b1937e47872a0c872b2bd905638f662fada5f3d27c70cd704813d1e"
},
"downloads": -1,
"filename": "adafruit_circuitpython_featherwing-1.15.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2be2cd8cb54eb9fbe43e394c759a490e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 26518,
"upload_time": "2024-10-07T22:30:38",
"upload_time_iso_8601": "2024-10-07T22:30:38.566320Z",
"url": "https://files.pythonhosted.org/packages/34/35/0e638449053b9da8670a999a8dc4f5c0153183aa3f79ac50be8e3790e4cf/adafruit_circuitpython_featherwing-1.15.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6261811e06cbc347a83965cb87f88d258a787813813a3e2b47bf486b7c004b48",
"md5": "9deb91ffbfdd4c53075facf7089c6eb7",
"sha256": "04697c19e2bee9a6fc8071c6208af075ea9e8c0eb09dd04c71f2aef65f519acf"
},
"downloads": -1,
"filename": "adafruit_circuitpython_featherwing-1.15.3.tar.gz",
"has_sig": false,
"md5_digest": "9deb91ffbfdd4c53075facf7089c6eb7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5851522,
"upload_time": "2024-10-07T22:30:40",
"upload_time_iso_8601": "2024-10-07T22:30:40.359090Z",
"url": "https://files.pythonhosted.org/packages/62/61/811e06cbc347a83965cb87f88d258a787813813a3e2b47bf486b7c004b48/adafruit_circuitpython_featherwing-1.15.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-07 22:30:40",
"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"
}