Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 677 Bytes

index.rst

File metadata and controls

29 lines (18 loc) · 677 Bytes

TR-064 python API

This package provides a very lightweight and straight-forward TR-064 client, that pulls every information about supported services from the routers description files.

Note

This documentation is a work in progress. Feedback and revisions are most welcome!

Installation

Easiest way to install is to use pip:

$ python3 -m pip install tr064

To update a previous version:

$ python3 -m pip install --upgrade tr064

api examples