Metadata-Version: 2.1
Name: pyruckus
Version: 0.13
Summary: Python API to interact with a Ruckus Unleashed device.
Home-page: https://github.com/gabe565/pyruckus
Author: Gabe Cook
Author-email: gabe565@gmail.com
License: MIT
Description: # pyruckus
        
        A Python API which interacts with a Ruckus Unleashed device.
        
        ## Setup
        
        To install the `pyruckus` package:
        
        ```sh
        pip3 install pyruckus
        ```
        
        ## Usage
        
        ```python
        >>> from pyruckus import Ruckus
        >>> ruckus = Ruckus("host", "username", "password")
        >>> ruckus.clients()
        ```
        
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
