35 lines
770 B
Markdown
35 lines
770 B
Markdown
[![codecov](https://codecov.io/gh/lbryio/txupnp/branch/master/graph/badge.svg)](https://codecov.io/gh/lbryio/txupnp)
|
|
|
|
# UPnP for Twisted
|
|
|
|
`txupnp` is a python 3 library to interact with UPnP gateways using `twisted`
|
|
|
|
## Installation
|
|
|
|
```
|
|
pip install --upgrade txupnp
|
|
```
|
|
|
|
## Usage
|
|
|
|
```
|
|
usage: txupnp-cli [-h] [--debug_logging] [--include_igd_xml] command
|
|
|
|
positional arguments:
|
|
command debug_device | list_mappings | get_external_ip |
|
|
add_mapping | delete_mapping
|
|
|
|
optional arguments:
|
|
-h, --help show this help message and exit
|
|
--debug_logging
|
|
--include_igd_xml
|
|
```
|
|
|
|
|
|
## License
|
|
|
|
This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
|
|
|
|
## Contact
|
|
|
|
The primary contact for this project is @jackrobison
|