Metadata-Version: 2.1
Name: semfio-mist
Version: 0.1.1
Summary: Set of functions to interact with the Mist Juniper Cloud
Home-page: https://github.com/semfionetworks/semfio-mist.git
Author: François Vergès
Author-email: fverges@semfionetworks.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: requests

# semfio-mist

This package stores a list of functions and modules that can be used to interact
with the Mist/Juniper Cloud.

The full list of modules will be documented shortly.

## Usage
This library can be installed using the following pip command:
`pip install semfio-mist`

In order to start using the library in your Python scripts, please import the modules
at the beginning of your scripts as follow:
``` Python
from semfio_mist import Config
from semfio_mist import logger
from semfio_mist import API
```


