Metadata-Version: 2.1
Name: tr064
Version: 0.1.0
Summary: TR-064 python API
Home-page: https://github.com/bfueldner/tr064
Author: Benjamin Füldner
Author-email: benjamin@fueldner.net
License: MIT
Project-URL: Source, https://github.com/bfueldner/tr064
Project-URL: Bug Reports, https://github.com/bfueldner/tr064/issues
Description: [![PyPI version](https://img.shields.io/pypi/v/tr064.svg)](https://pypi.org/project/tr064)
        [![Python versions](https://img.shields.io/pypi/pyversions/tr064.svg)](https://pypi.org/project/tr064)
        [![PyPI - License](https://img.shields.io/pypi/l/tr064)](https://pypi.org/project/tr064)
        [![Build Status](https://travis-ci.org/bfueldner/tr064.svg?branch=master)](https://travis-ci.org/bfueldner/tr064)
        [![Coverage Status](https://coveralls.io/repos/github/bfueldner/tr064/badge.svg?branch=master)](https://coveralls.io/github/bfueldner/tr064?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/tr064/badge/?version=latest)](https://tr064.readthedocs.io/en/latest/?badge=latest)
        
        # 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.
        
        ## 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
        
        ## Documentation
        
        Full documentation can be read unter https://tr064.readthedocs.org
        
Keywords: TR-064 LAN DSL CPE configuration broadband forum home router
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
