python-wled | Asynchronous Python client for WLED

 by   frenck Python Version: v0.16.0 License: MIT

kandi X-RAY | python-wled Summary

kandi X-RAY | python-wled Summary

python-wled is a Python library. python-wled has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However python-wled build file is not available. You can install using 'pip install python-wled' or download it from GitHub, PyPI.

This package allows you to control and monitor an WLED device programmatically. It is mainly created to allow third-party programs to automate the behavior of WLED.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              python-wled has a low active ecosystem.
              It has 71 star(s) with 12 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 6 have been closed. On average issues are closed in 26 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of python-wled is v0.16.0

            kandi-Quality Quality

              python-wled has 0 bugs and 0 code smells.

            kandi-Security Security

              python-wled has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              python-wled code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              python-wled is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              python-wled releases are available to install and integrate.
              Deployable package is available in PyPI.
              python-wled has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed python-wled and discovered the below as its top functions. This is intended to give you an instant insight into python-wled implemented functionality, and help decide if they suit your requirements.
            • Update a device from a dictionary .
            • Connect to WLED .
            • Initialize the device from a dictionary .
            Get all kandi verified functions for this library.

            python-wled Key Features

            No Key Features are available at this moment for python-wled.

            python-wled Examples and Code Snippets

            Python: WLED API Client,Usage
            Pythondot img1Lines of Code : 17dot img1License : Permissive (MIT)
            copy iconCopy
            import asyncio
            
            from wled import WLED
            
            
            async def main() -> None:
                """Show example on controlling your WLED device."""
                async with WLED("wled-frenck.local") as led:
                    device = await led.update()
                    print(device.info.version)
            
                  
            Python: WLED API Client,Setting up development environment
            Pythondot img2Lines of Code : 4dot img2License : Permissive (MIT)
            copy iconCopy
            npm install
            poetry install
            
            poetry run pre-commit run --all-files
            
            poetry run pytest
              
            Python: WLED API Client,Installation
            Pythondot img3Lines of Code : 1dot img3License : Permissive (MIT)
            copy iconCopy
            pip install wled
              

            Community Discussions

            No Community Discussions are available at this moment for python-wled.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install python-wled

            This Python project is fully managed using the Poetry dependency manager. But also relies on the use of NodeJS for certain checks during development.
            Python 3.9+
            Poetry
            NodeJS 12+ (including NPM)

            Support

            This is an active open-source project. We are always open to people who want to use the code or contribute to it. We've set up a separate document for our contribution guidelines.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/frenck/python-wled.git

          • CLI

            gh repo clone frenck/python-wled

          • sshUrl

            git@github.com:frenck/python-wled.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link