Metadata-Version: 2.1
Name: homepanelapi
Version: 1.0.3
Summary: UNKNOWN
Home-page: https://github.com/timmo001/python-homepanelapi
Author: Timmo
Author-email: contact@timmo.xyz
License: UNKNOWN
Description: # homepanelapi [![Build Status](https://travis-ci.com/timmo001/python-homepanelapi.svg?branch=master)](https://travis-ci.com/timmo001/python-homepanelapi)
        
        Python Package for Home Panel's API.
        
        ## Install
        
        Installation **Requires Python version 3.6+**
        
        ```bash
        pip install homepanelapi
        ```
        
        ### Example
        
        ```bash
        homepanelapi --host localhost --port 8234 --username username --password password --page Home --card Image --command expand
        ```
        
        #### CLI options
        
        | param        | alias | description                       |
        | ------------ | ----- | --------------------------------- |
        | `--host`     | `-h`  | Home Panel's Hostname.            |
        | `--port`     | `-P`  | The Home Panel Port.              |
        | `--ssl`      | `-s`  | Use ssl?                          |
        | `--username` | `-u`  | Your Home Panel Username.         |
        | `--password` | `-p`  | Your Home Panel Password.         |
        | `--endpoint` | `-e`  | The path after the host and port. |
        | `--data`     | `-d`  | Data to send.                     |
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
