python-adguardhome | Asynchronous Python client for the AdGuard Home API

 by   frenck Python Version: v0.6.1 License: MIT

kandi X-RAY | python-adguardhome Summary

kandi X-RAY | python-adguardhome Summary

python-adguardhome is a Python library typically used in Internet of Things (IoT) applications. python-adguardhome has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However python-adguardhome build file is not available. You can install using 'pip install python-adguardhome' or download it from GitHub, PyPI.

This package allows you to control and monitor an AdGuard Home instance programmatically. It is mainly created to allow third-party programs to automate the behavior of AdGuard. An excellent example of this might be Home Assistant, which allows you to write automations, to turn on parental controls when the kids get home.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

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

            kandi-Quality Quality

              python-adguardhome has 0 bugs and 36 code smells.

            kandi-Security Security

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

            kandi-License License

              python-adguardhome 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-adguardhome releases are available to install and integrate.
              Deployable package is available in PyPI.
              python-adguardhome 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.
              python-adguardhome saves you 682 person hours of effort in developing the same functionality from scratch.
              It has 1730 lines of code, 117 functions and 20 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed python-adguardhome and discovered the below as its top functions. This is intended to give you an instant insight into python-adguardhome implemented functionality, and help decide if they suit your requirements.
            • Disable AdGuard home log
            • Configures the querylog
            • Returns True if querylog is enabled
            • Get the current interval
            • Get the number of rules
            • Make a HTTP request
            • Close the session
            • Disable AdGuard Home Filter
            • Configure the filter
            • Return the number of parents replaced
            • The number of replaced SAFES searches
            • Return the number of replacements that were replaced
            • Enable AdGuardHome
            • Returns True if the session is enabled
            • Returns the number of DNS queries
            • Returns the average amount of processing time
            • The percentage of blocked filters
            • Enable AdGuard
            • Enable AdGuard home
            • Disable AdGuard home
            • Disable AdGuardSafe browsing
            • Disable the AdGuard
            • Enable AdSafe browsing
            • Enable the AdGuard
            • Disable AdGuardHome protection
            • Enable DNS protection
            Get all kandi verified functions for this library.

            python-adguardhome Key Features

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

            python-adguardhome Examples and Code Snippets

            Python: AdGuard Home API Client,Usage
            Pythondot img1Lines of Code : 23dot img1License : Permissive (MIT)
            copy iconCopy
            from adguardhome import AdGuardHome
            
            import asyncio
            
            
            async def main():
                """Show example how to get status of your AdGuard Home instance."""
                async with AdGuardHome("192.168.1.2") as adguard:
                    version = await adguard.version()
                    pr  
            Python: AdGuard Home 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: AdGuard Home API Client,Installation
            Pythondot img3Lines of Code : 1dot img3License : Permissive (MIT)
            copy iconCopy
            pip install adguardhome
              

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

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

            Vulnerabilities

            No vulnerabilities reported

            Install python-adguardhome

            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.7+
            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-adguardhome.git

          • CLI

            gh repo clone frenck/python-adguardhome

          • sshUrl

            git@github.com:frenck/python-adguardhome.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