Metadata-Version: 2.1
Name: pyruckus
Version: 0.13.dev0
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
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pexpect (>=4.0)
Requires-Dist: python-slugify (>=4.0.1)

# 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()
```



