Metadata-Version: 1.1
Name: openwrt-luci-rpc
Version: 1.1.3
Summary: Module for interacting with OpenWrt Luci RPC interface
Home-page: https://github.com/fbradyirl/openwrt-luci-rpc
Author: Finbarr Brady
Author-email: fbradyirl@github.io
License: Apache Software License 2.0
Description: 
        ================
        openwrt-luci-rpc
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/openwrt_luci_rpc.svg
                :target: https://pypi.python.org/pypi/openwrt_luci_rpc
        
        .. image:: https://img.shields.io/travis/fbradyirl/openwrt-luci-rpc.svg
                :target: https://travis-ci.org/fbradyirl/openwrt-luci-rpc/
        
        .. image:: https://readthedocs.org/projects/openwrt-luci-rpc/badge/?version=latest
                :target: https://openwrt-luci-rpc.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Python3 module for interacting with the OpenWrt Luci RPC interface
        
        -  Free software: Apache Software License 2.0
        -  Documentation: `https://openwrt-luci-rpc.readthedocs.io`_.
        -  LuaDoc for the `Luci RPC APIs`_.
        
        Features
        --------
        
        -  Allows you to use the Luci RPC interface to fetch connected devices
           on your OpenWrt based router.
        -  Supports 15.X & 17.X & 18.X or newer releases of OpenWrt.
        
        
        Development
        ~~~~~~~~~~~
        
        See `contributing guide`_.
        
        .. _`Luci RPC APIs`: https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/docs/api/index.html
        .. _`https://openwrt-luci-rpc.readthedocs.io`: https://openwrt-luci-rpc.readthedocs.io
        .. _contributing guide: CONTRIBUTING.rst
        
        
        =======
        History
        =======
        
        0.1.0 (2019-02-19)
        ------------------
        
        * Initial release. Not working. Do not use.
        
        0.2.0 (2019-02-19)
        ------------------
        
        * Initial release. Not working. Do not use.
        
        0.3.0 (2019-02-19)
        ------------------
        
        * First working release on PyPI.
        
        0.4.8 (2019-02-20)
        ------------------
        
        * Fix travis deploy repo, once more.
        
        0.4.9 (2019-02-20)
        ------------------
        
        * Fix README formatting for docs.
        
        0.4.10 (2019-02-20)
        -------------------
        
        * Fix links to github repo
        
        0.4.11 (2019-02-20)
        -------------------
        
        * Updated usage in README.
        
        0.4.12 (2019-02-20)
        -------------------
        
        * Fix typo in README.
        
        0.4.13 (2019-02-20)
        -------------------
        
        * Fix README parse issue.
        
        1.0.0 (2019-02-21)
        ------------------
        
        * Updated to return all device information.
        * Added extra unit tests.
        
        1.0.1 (2019-02-22)
        ------------------
        
        * Minor bug fixes and extra unit tests
        
        1.0.2 (2019-02-22)
        ------------------
        
        * Logging fixes around token refresh
        
        1.0.3 (2019-02-22)
        ------------------
        
        * Fix History.rst formatting issue.
        
        1.0.4 (2019-02-22)
        ------------------
        
        * Take SSL param in init now
        * Fix some typos
        
        1.0.5 (2019-02-24)
        ------------------
        
        * As a convenience, as the router IP as the host
          for every device. Can be useful when a network has more
          than one router. 
        
        1.0.6 (2019-02-26)
        ------------------
        
        * Only a docs update.
        
        1.0.7 (2019-02-26)
        ------------------
        
        * Only a docs update.
        
        
        1.1.0 (2019-07-16)
        ------------------
        
        * Compatibility with 15.05.
        
        
        1.1.1 (2019-09-19)
        ------------------
        
        * Adding packaging dependancy.
        
        1.1.2 (2019-10-11)
        ------------------
        
        * Add option to enable or disable HTTPS verification.
        * Suppress "InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised." warnings.
        * Reduce number of info log messages.
        * Minor code clean-up to address flake8 warnings.
        
Keywords: openwrt-luci-rpc
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
