Metadata-Version: 2.1
Name: saltbox
Version: 0.1.2
Summary: Interface with your Salt Fiber Box router in python.
Home-page: https://github.com/bjornorri/pysaltbox
Author: Björn Orri Saemundsson
Author-email: bjornorri@gmail.com
License: UNKNOWN
Description: # SaltBox
        
        ## Purpose
        This project is developed as part of an integration for [Home Assistant](https://github.com/home-assistant/home-assistant).
        
        ## Usage
        
            from saltbox import SaltBox
        
            router_host = '192.168.1.1'
        
            router = SaltBox(router_host, 'username', 'password')
            clients = router.get_online_clients()
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
