Metadata-Version: 1.0
Name: aioupnp
Version: 0.0.2a1
Summary: UPnP for asyncio
Home-page: https://github.com/lbryio/aioupnp
Author: Jack Robison
Author-email: jackrobison@lbry.io
License: MIT
Description: [![codecov](https://codecov.io/gh/lbryio/txupnp/branch/master/graph/badge.svg)](https://codecov.io/gh/lbryio/txupnp)
        
        # UPnP for asyncio
        
        `aioupnp` is a python 3 library and command line tool to interact with UPnP gateways using asyncio. `aioupnp` requires the `netifaces` module.
        
        ## Installation
        
        ```
        pip install --upgrade aioupnp
        ```
        
        ## Usage
        
        ```
        usage: txupnp [-h] [--debug_logging=<debug_logging>] [--interface=<interface>]
                      [--gateway_address=<gateway_address>]
                      [--lan_address=<lan_address>] [--timeout=<timeout>]
                      [--service=<service>]
                      command [--<arg name>=<arg>]...
        
        commands: add_port_mapping | delete_port_mapping | get_external_ip | get_next_mapping | get_port_mapping_by_index | get_redirects | get_soap_commands | get_specific_port_mapping | m_search
        
        for help with a specific command: txupnp help <command>
        ```
        
        
        ## License
        
        This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
        
        ## Contact
        
        The primary contact for this project is @jackrobison
        
Keywords: upnp asyncio
Platform: UNKNOWN
