pimoroni-as7343


Namepimoroni-as7343 JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summarypython library for the AS7343 spectral sensor
upload_time2024-04-11 10:30:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Pimoroni Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords pi raspberry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AS7343 Spectral Sensor

[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/as7343-python/test.yml?branch=main)](https://github.com/pimoroni/as7343-python/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/as7343-python/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/as7343-python?branch=main)
[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-as7343.svg)](https://pypi.python.org/pypi/pimoroni-as7343)
[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-as7343.svg)](https://pypi.python.org/pypi/pimoroni-as7343)

Suitable for detecting the properties of ambient light, light passing through a liquid or light reflected from an object the AS7343 spectral sensor has 6 spectral channels at 450 (violet), 500 (blue), 550 (green), 570 (yellow), 600 (orange) and 650nm (red).

# Installing

Stable library from PyPi:

* Just run `python3 -m pip install pimoroni-as7343`

Latest/development library from GitHub:

* `git clone https://github.com/pimoroni/as7343-python`
* `cd as7343-python`
* `./install.sh --unstable`


0.0.1
-----

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pimoroni-as7343",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Philip Howard <phil@pimoroni.com>",
    "keywords": "Pi, Raspberry",
    "author": null,
    "author_email": "Philip Howard <phil@pimoroni.com>",
    "download_url": "https://files.pythonhosted.org/packages/64/d9/f89feba3952bdebc48a1945525c4fdb9185797ad1aa281e3236f72064fe7/pimoroni_as7343-0.0.1.tar.gz",
    "platform": null,
    "description": "# AS7343 Spectral Sensor\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pimoroni/as7343-python/test.yml?branch=main)](https://github.com/pimoroni/as7343-python/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/pimoroni/as7343-python/badge.svg?branch=main)](https://coveralls.io/github/pimoroni/as7343-python?branch=main)\n[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-as7343.svg)](https://pypi.python.org/pypi/pimoroni-as7343)\n[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-as7343.svg)](https://pypi.python.org/pypi/pimoroni-as7343)\n\nSuitable for detecting the properties of ambient light, light passing through a liquid or light reflected from an object the AS7343 spectral sensor has 6 spectral channels at 450 (violet), 500 (blue), 550 (green), 570 (yellow), 600 (orange) and 650nm (red).\n\n# Installing\n\nStable library from PyPi:\n\n* Just run `python3 -m pip install pimoroni-as7343`\n\nLatest/development library from GitHub:\n\n* `git clone https://github.com/pimoroni/as7343-python`\n* `cd as7343-python`\n* `./install.sh --unstable`\n\n\n0.0.1\n-----\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Pimoroni Ltd.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "python library for the AS7343 spectral sensor",
    "version": "0.0.1",
    "project_urls": {
        "GitHub": "https://www.github.com/pimoroni/as7343-python",
        "Homepage": "https://www.pimoroni.com"
    },
    "split_keywords": [
        "pi",
        " raspberry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b285598274e1bfbaee03c5ac33e6fb21f5323bc7e942a7a284ba30c43d665d7d",
                "md5": "7fcdbb9f08d66898659126ea79e5f170",
                "sha256": "85e0c3b8621fcd7255bd9f84b4b238d7ea7182c3cc4151f16069704a43a8cf96"
            },
            "downloads": -1,
            "filename": "pimoroni_as7343-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7fcdbb9f08d66898659126ea79e5f170",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11292,
            "upload_time": "2024-04-11T10:30:53",
            "upload_time_iso_8601": "2024-04-11T10:30:53.837855Z",
            "url": "https://files.pythonhosted.org/packages/b2/85/598274e1bfbaee03c5ac33e6fb21f5323bc7e942a7a284ba30c43d665d7d/pimoroni_as7343-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64d9f89feba3952bdebc48a1945525c4fdb9185797ad1aa281e3236f72064fe7",
                "md5": "d502d7eebae67ffc1fa5dcd706cea778",
                "sha256": "3982eaf5e030756c7c001c89a5203cf641ddf0cff421ae046d52631df60a99da"
            },
            "downloads": -1,
            "filename": "pimoroni_as7343-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d502d7eebae67ffc1fa5dcd706cea778",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17883,
            "upload_time": "2024-04-11T10:30:55",
            "upload_time_iso_8601": "2024-04-11T10:30:55.825868Z",
            "url": "https://files.pythonhosted.org/packages/64/d9/f89feba3952bdebc48a1945525c4fdb9185797ad1aa281e3236f72064fe7/pimoroni_as7343-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 10:30:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pimoroni",
    "github_project": "as7343-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pimoroni-as7343"
}
        
Elapsed time: 0.22057s