Metadata-Version: 2.1
Name: mdns-lookup
Version: 20200612
Summary: Python mDNS lookup
Home-page: https://github.com/AndreMiras/mdns-lookup
Author: Andre Miras
License: UNKNOWN
Description: # mdns-lookup
        Python mDNS lookup
        
        [![Github Actions Tests](https://github.com/AndreMiras/mdns-lookup/workflows/Tests/badge.svg)](https://github.com/AndreMiras/mdns-lookup/actions?query=workflow%3ATests)
        
        This is based on the Stackoverflow answer http://stackoverflow.com/a/35853322/185510.
        
        ## Usage
        ```text
        mdnslookup.py raspberrypi.local hprinter.local
        raspberrypi.local 192.168.1.24
        hprinter.local 192.168.1.42
        ```
        
        ## Install
        Latest stable release:
        ```sh
        pip install mdns-lookup
        ```
        
        ## Tests
        ```sh
        tox
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
